nitg-s: fix call to super in primitive types and add test
[nit.git] / src / separate_compiler.nit
2012-12-08 Jean Privatnitg-s: instantiate the right array in case of unresolv...
2012-12-08 Alexandre Terrasanitg-s/-e: make typing related option names simpler
2012-12-08 Alexandre Terrasanitg-s: option --use-naive-coloring now affects FT...
2012-12-08 Alexandre Terrasanitg-s/-e: always use coloration for attributes and...
2012-12-08 Jean Privatnitg: do not compile main during the instantiation
2012-12-08 Alexandre Terrasanitg-s/-e: add option --use-*-perfect-hashing
2012-12-07 Alexandre Terrasanitg: refactoring
2012-12-06 Alexandre Terrasanitg-s/-e: Add option --use-naive-coloring
2012-12-06 Alexandre Terrasanitg-s: add --inline-coloring-numbers option
2012-12-06 Alexandre Terrasanitg-s/-e: refactor property coloring for use of #define
2012-12-06 Alexandre Terrasanitg-s: rename SeparateCompiler:do_global_type_coloring...
2012-12-06 Alexandre Terrasanitg-s/-e: move compiler.header initialisation into...
2012-12-06 Alexandre Terrasanitg/nitg-s: move MParameterType::c_name and MNullableT...
2012-12-06 Alexandre TerrasaMerge remote-tracking branch 'github-privat/master'
2012-12-06 Alexandre Terrasanitg-s/nitg-e: handles nullable virtual type based...
2012-12-05 Jean Privatnitg: check_init_instance use a call CHECK_NEW_XXX
2012-12-05 Jean Privatnitg: factorize Compiler#generate_init_attr
2012-12-05 Jean Privatnitg: check_init_instance require a type
2012-12-05 Jean Privatnitg: two equal C types do not imply equal Nit types
2012-12-05 Jean Privatnitg: add dangerous options to disable runtime tests
2012-12-05 Jean Privatnirg-sep: introduce box_kind to implements the "is...
2012-12-05 Jean Privatnitg-sep: add option --no-inline-intern
2012-12-05 Jean Privatnitg-sep: inline primitive call on intern methods
2012-12-05 Jean Privatnitg: move engine selection to nitg.nit
2012-12-03 Alexandre Terrasanitg-sep: fix calloc_array to use the live generic...
2012-12-03 Alexandre TerrasaMerge branch 'master' of https://github.com/privat/nit
2012-12-03 Alexandre Terrasanitg-sep: better handling of nullable types
2012-12-03 Alexandre Terrasanitg-sep: colorize live generic types entries
2012-12-03 Jean Privatnitg-sep: BOX_XX does not require a type argument,...
2012-12-03 Jean Privatnitg-sep: partially revert the last commit; do not...
2012-12-02 Jean Privatnitg-sep: improve attribute implementation for primitives
2012-12-02 Jean Privatnitg-sep: monomorphic_send if the mcasttype is primitive
2012-12-01 Alexandre Terrasanitg-sep: handles virtual types in typing and init_instance
2012-12-01 Alexandre Terrasanitg-sep: autobox self before call on self->type
2012-12-01 Alexandre Terrasanitg-sep: fix recursive unanchored type declarations
2012-12-01 Jean Privatnitg-sep: signature adaptation is done on the declared...
2012-12-01 Jean Privatnitg-sep: do not put attributes stuff in the class...
2012-11-30 Jean Privatnitg: use new_visitor instead of new XXXCompilerVisitor
2012-11-30 Jean PrivatMerge remote-tracking branch 'alexandre/at/erasure'
2012-11-30 Alexandre Terrasanitg-erase: nitg with erased generic types
2012-11-29 Jean Privatnitg: promote check_recv_notnull to nitg
2012-11-29 Jean Privattests: nitg can compile empty modules
2012-11-29 Jean Privatnitg-sep: implements correctly class_name_string
2012-11-24 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-24 Jean Privatnitg-sep: detect null receiver on attribute access
2012-11-24 Alexandre Terrasanitg-sep: clean type_test_method
2012-11-24 Alexandre Terrasanitg-sep: make livetype retrieving recursive
2012-11-23 Alexandre Terrasanitg-sep: autobox primitive types before subtyping...
2012-11-23 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2012-11-23 Alexandre Terrasanitg-sep: check table color bounds
2012-11-23 Jean Privatnitg-sep: handle send with varargs
2012-11-23 Jean Privatnit-seg: global instances must be declared "extern...
2012-11-23 Alexandre Terrasanitg-sep: make glob_sys global
2012-11-23 Alexandre Terrasanitg-sep: classnames
2012-11-22 Alexandre Terrasanitg-sep: dirty workaround for NativeString
2012-11-22 Alexandre Terrasanitg-sep: fix FTs tables generation and selection
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 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-17 Jean Privatnitg-s: recv in NEW_ is a C local variable
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-sep: convert virtual signature to the intro one
2012-11-13 Alexandre Terrasanitg-sep: change types structures, unanchored type...
2012-11-13 Jean Privatnitg-s: test if receiver is null on method send
2012-11-13 Jean Privatnitg: implements isset
2012-11-09 Jean Privatmodel: make MClass::intro public
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 Privatnitg-s: aborts with NOT YET IMPLEMENTED on TODO stuff
2012-11-06 Alexandre Terrasanitg-sep: refactor coloring
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 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: 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 Terrasaseparate_compiler: add properties coloration
2012-10-11 Jean Privatnitg: ad hoc separate compiler stub module