nit.git
2012-11-24 Jean Privattests: fix uninitialized attribute test_gen and test_boxing
2012-11-24 Jean Privattests: barf on the absence of Object is an acceptable...
2012-11-24 Jean Privatnitg-sep: detect null receiver on attribute access
2012-11-24 Jean Privattests: force Object on some tests.
2012-11-23 Jean Privattests: count fixme as todo
2012-11-23 Jean Privattests: delete specific skip files
2012-11-23 Jean Privatnitg-sep: handle send with varargs
2012-11-23 Jean Privatnitg: extract varargize into its own method
2012-11-23 Jean Privatnit-seg: global instances must be declared "extern...
2012-11-23 Jean Privatnitg-sep: workaround for covariant return type
2012-11-23 Alexandre Terrasanitg-sep: make glob_sys global
2012-11-23 Alexandre Terrasanitg-sep: classnames
2012-11-22 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2012-11-22 Alexandre Terrasanitg-sep: dirty workaround for NativeString
2012-11-22 Alexandre Terrasanitg-sep: fix FTs tables generation and selection
2012-11-22 Alexandre Terrasanitg-sep: coloring handles empty modules
2012-11-21 Jean Privatrta: limit the depth of types to avoid infinite loops
2012-11-21 Jean Privattests: factorize compare_to_result
2012-11-21 Jean Privattests: expected failures are flagged as "fixme" not...
2012-11-21 Jean Privattests: add other new and uncommited tests
2012-11-21 Jean Privatgitignore nit* in bin/
2012-11-21 Alexandre Terrasanitg-sep: coloring handles empty modules
2012-11-21 Alexandre Terrasanitg-sep: move struct instances declarations to header...
2012-11-20 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2012-11-20 Alexandre Terrasanitg-sep: handles native arrays
2012-11-20 Alexandre Terrasanitg-sep: change generation order
2012-11-20 Alexandre Terrasanitg: extract native array definition and allocation...
2012-11-20 Alexandre Terrasanitg-sep: fix attributes coloration
2012-11-20 Jean Privattests: add 2 missing sav/ files for base_var_assignment...
2012-11-20 Jean Privattests: add 3 old uncommitted tests
2012-11-20 Jean Privatnitg-sep: deals with NULL in type_test
2012-11-20 Jean Privatnitg-sep: explicit NYI for type_test on a unmanaged...
2012-11-20 Jean Privatnitg-sep: implements is_same_type_test
2012-11-20 Jean Privatnitg-sep: implements equal_test for boxed primitives
2012-11-20 Jean Privatnitg: adapt signature to the declared ones in AExternMe...
2012-11-17 Jean Privatnitg-s: recv in NEW_ is a C local variable
2012-11-17 Jean Privattests: reflect the moving the selection of methods...
2012-11-17 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-17 Jean Privatnitg-s: add documentation in C on sends and attr accesses
2012-11-17 Jean Privatnitg-s: C signatures of virtual functions must match...
2012-11-17 Jean Privatnitg: use the real selfvar instead of "self"
2012-11-13 Alexandre Terrasanitg-sep: fix undead type list from init nodes
2012-11-13 Jean Privatnitg: implement NativeArray as a boxed direct array
2012-11-13 Jean Privatnitg-sep: convert virtual signature to the intro one
2012-11-13 Alexandre Terrasanitg-sep: fix linearization of properties inheritance
2012-11-13 Alexandre Terrasanitg-sep: change types structures, unanchored type...
2012-11-13 Jean Privattests: run nitg on compilers and tools
2012-11-13 Jean Privattests: fix a test; Object#== is not intern
2012-11-13 Jean Privatnitg-s: test if receiver is null on method send
2012-11-13 Jean Privatnitg: allow CompilerVisitor::current_node to be any...
2012-11-13 Jean Privatnitg: implements isset
2012-11-13 Jean Privattyping: simplify resolve_signature_for to factorize...
2012-11-13 Alexandre Terrasatyping: change abort to assert in ASendExpr
2012-11-13 Alexandre Terrasatyping: move iterator methods selection from nitg to...
2012-11-09 Jean Privatmodelbuilder: detect invalid generic type (non conform...
2012-11-09 Jean Privatmodel: make MClass::intro public
2012-11-09 Jean Privatmodelbuilder: error when a class defines a property...
2012-11-08 Jean Privatmodelbuilder: stop building a property on 'redef' error
2012-11-08 Jean Privatmodelbuilder: error when a module defines a class more...
2012-11-08 Jean Privatmodelbuilder: fix recursive model building
2012-11-08 Jean Privatnitg-s: bound Coloring on Object, not nullable Object
2012-11-07 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-07 Alexandre Terrasanitg-sep: add test type against formal parameter type
2012-11-06 Jean Privatnitg-s: implements a basic SeparateCompilerVisitor...
2012-11-06 Jean Privattests: count [todo] separately
2012-11-06 Jean Privatnitg-s: aborts with NOT YET IMPLEMENTED on TODO stuff
2012-11-06 Jean Privatnitc: remove a warning on casts on MMTypeFormal
2012-11-06 Jean PrivatMerge branch 'clean_model'
2012-11-06 Alexandre Terrasanitg-sep: refactor coloring
2012-11-06 Jean Privatmodel: remove a lot of casts to MGenericType
2012-11-06 Jean Privatmodel: promote MGenericType::arguments to MClassType
2012-11-06 Jean Privatmodel: use in_hierarchy instead of flatten_mclass_hierarchy
2012-11-06 Jean Privatmodel: add MClass::in_hierarchy
2012-11-06 Jean Privatmodel: fix bug where order of classes produces buggy...
2012-11-02 Alexandre Terrasanitg-sep: generic subtyping using heterogeneous tables
2012-11-01 Jean Privatbench: add bintrees as a run_compiler bench
2012-10-31 Jean Privatnitg: implement class_name as a compiler service
2012-10-31 Jean Privatnitg: implement is_same_type as a compiler service
2012-10-31 Jean Privatnitg: fix visibility so global_compiler do not need...
2012-10-30 Jean Privatnitg: implement Char#+ and Char#-
2012-10-30 Jean PrivatMerge branch 'at/nitg--separate'
2012-10-30 Jean Privatnitgs: detect uninitialized attribute
2012-10-30 Jean Privatnitgs: workaround for primitive attributes
2012-10-30 Jean Privatnitgs: add VirtualRuntimeFunction for method on primitive
2012-10-30 Jean Privatnitgs: use the real type of self in SeparateRuntimeFunction
2012-10-30 Jean Privatnitgs: add BOX functions, primitive instances and fix...
2012-10-30 Jean Privatnigs: fix class field in instance: it is names class...
2012-10-30 Jean Privatnitgs: move structure to the .h
2012-10-30 Jean Privatnitgsep: use mtype.c_name instead of mclass.name as...
2012-10-30 Jean Privatnitg: fix a missing ; in GlobalCompilerVisitor::autobox
2012-10-30 Jean Privatnitg: factorize logic of AbstractRuntimeFunction::c_name
2012-10-30 Jean Privatnitg: rename RuntimeFunction to AbstractRuntimeFunction
2012-10-30 Alexandre Terrasanitg sep: refactoring of coloring fonctionnalities
2012-10-27 Alexandre Terrasanitg --separate: generate C for call and attributes
2012-10-27 Alexandre Terrasalib: Fixes NONITCNI imports
2012-10-27 Alexandre Terrasaseparate_compiler: add properties coloration
2012-10-26 Jean Privatbench: add "nitc --global" and "nitg --separate" to...
2012-10-26 Jean Privatbench: add options and usage
2012-10-26 Jean Privatbench: plot histograms with errorbars
2012-10-26 Jean Privatbench: select which benches to run on the command line
next