nitg: add GlobalCompiler::new_file
[nit.git] / src / separate_compiler.nit
2012-12-16 Jean Privatnitg: add GlobalCompiler::new_file
2012-12-14 Jean Privatnitg-s: skip some easy-case tests
2012-12-14 Jean Privatnitg: add option --typing-test-metrics
2012-12-13 Jean Privatnitg-s: shortcut the == invocation
2012-12-13 Jean Privatnitg-s: fix opt_generic_tree with opt_hardening
2012-12-13 Jean Privatfix opt_no_union_attribute
2012-12-13 Jean Privatnitg-s&e: implements attributes in a C union
2012-12-12 Jean Privatnitg: better creation of varargs instances
2012-12-12 Jean Privatnitg-s: add hardening on initialization
2012-12-12 Jean Privatnitg-s: implements unanchored_table correctly
2012-12-11 Jean Privatnitg-s: implements calloc_array by calling native_array...
2012-12-11 Jean Privatnitg-s: remove superfluous autobox
2012-12-11 Jean Privatnitg-s: add primitive types to the set of mtypes
2012-12-11 Jean Privatnitg-s: rename fields Xts to types to be consistant...
2012-12-11 Jean Privatnitg-s&e: store class_names directly in the type/class...
2012-12-11 Jean Privatnitg-e: make HASH a macro, not a function
2012-12-10 Jean Privatnitg-s&e: compile module in local knowledge
2012-12-09 Alexandre Terrasanitg-s/-e: avoid compilation of emtpy vt/ft/unanchored...
2012-12-09 Alexandre Terrasanitg-s: merged fts, vts and unanchored struct types...
2012-12-09 Alexandre Terrasanitg-s: reorder struct type fields
2012-12-09 Alexandre Terrasanitg-s: introduce unanchored resolution tables.
2012-12-09 Alexandre Terrasanitg-s: retrieve recursively all partial generic types
2012-12-09 Alexandre Terrasanitg-s: add cast to remove c warnings
2012-12-08 Alexandre Terrasanitg-s/-e: rename c variable "type" in body function...
2012-12-08 Alexandre TerrasaMerge remote-tracking branch 'github-privat/master'
2012-12-08 Alexandre Terrasanitg-s: introduce formal type perfect hashing
2012-12-08 Alexandre Terrasanitg-s/-e: introduce virtual type perfect hashing
2012-12-08 Alexandre Terrasanitg-s: limit table access by factoring c code
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...
next