nitg-s&e: compile module in local knowledge
[nit.git] / src /
2012-12-10 Jean Privatnitg-s&e: compile module in local knowledge
2012-12-10 Jean PrivatMerge remote-tracking branch 'alexandre/master'
2012-12-09 Alexandre Terrasanitg-e: avoid automatic boxing in vt resolution
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 Jean PrivatMerge remote-tracking branch 'alexandre/master'
2012-12-09 Jean Privatnitg-e: add option --no-check-erasure-cast to disable...
2012-12-09 Jean Privatnitg-e: implements erasure-cast
2012-12-09 Jean Privattyping: add CallSite::erasure_cast to indicate if a...
2012-12-09 Jean Privatnitg: add v.compile_callsite to generate the send assoc...
2012-12-09 Jean Privattyping: attach CallSite instances to AST nodes
2012-12-09 Alexandre Terrasanitg-s: retrieve recursively all partial generic types
2012-12-09 Jean Privattyping: new class CallSite
2012-12-09 Alexandre Terrasanitg-s: add cast to remove c warnings
2012-12-08 Alexandre Terrasabenchs: add entry for nitg-e with inline colors, bm...
2012-12-08 Alexandre Terrasacoloring: replace static bound of OrderedSet[nullable...
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-s: allocate HashSet[MType] for conflicts_graph_cache
2012-12-08 Jean Privatbench: split and specialize "options" benchs
2012-12-08 Jean Privatbench: do not crash on die, just flag the failed command
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 Jean PrivatMerge remote branch 'alexandre/master'
2012-12-07 Jean Privatnitg: implements implicit casts for unsafe nexpr
2012-12-07 Jean Privatniti: implements implicit casts for unsafe nexpr
2012-12-07 Jean Privattyping: new attribute AExpr::implicit_cast_to
2012-12-07 Jean Privattyping: the return of check_subtype can distinguish...
2012-12-07 Jean Privatmodel: rewrite of MType::is_subtype
2012-12-07 Alexandre Terrasanitg: refactoring
2012-12-06 Alexandre Terrasanitg-s/-e: Add option --use-naive-coloring
2012-12-06 Alexandre Terrasanitg-e: change empty slots representation in vt tables...
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-06 Jean Privatniti: do not output object_id (not reliable)
2012-12-05 Jean Privatnitg: check_init_instance use a call CHECK_NEW_XXX
2012-12-05 Jean Privatnig: localize init_expr in attributes
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 Privatbench: compilation_time: replace nitg.bin by nitg-e
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-e: fix implementation of class_name_string
2012-12-05 Jean Privatnitg: move engine selection to nitg.nit
2012-12-04 Alexandre Terrasanitg-e: better handling of virtual types.
2012-12-04 Alexandre Terrasamodel: MGenericType::to_s add space between formal...
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 Privatbench: add a boostrap test to generate compilers
2012-12-03 Jean Privatbench: add nitg-e as en engine
2012-12-03 Jean Privatniti: write fatal error on stderr
2012-12-03 Jean Privatnitg-e: remove autobox since the inherited one is identical
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-e: type_test do it easy if the result is staticall...
2012-12-02 Jean Privatnitg-e: type_test do not box the value.
2012-12-02 Jean Privatnitg-sep: monomorphic_send if the mcasttype is primitive
2012-12-02 Jean Privatnitg: implements force_garbage_collection
2012-12-02 Jean Privatnitg: stop displaying debug info on Unimplemented expr
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: protect empty types `bugtype` in `send`.
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-12-01 Jean Privatnitg-e: use -1 as hole in type_table
2012-12-01 Jean Privatnitg: exit on bugtype
2012-11-30 Jean Privatnitg-erase: erase MParameterType and workaround MVirtua...
2012-11-30 Jean Privatnitg-erase: put 0 in arrays of int, not NULL
2012-11-30 Jean Privatnitg-erase: reduce duplication with nitg-sep
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: call bugtype on unexpected empty concrete type
2012-11-29 Jean Privatnitg: check NPE on attribute access and call
2012-11-29 Jean Privatnitg: check null receiver if MNullableType or if MNullType
2012-11-29 Jean Privatnitg: Visitor::send skip if the primitive receiver...
2012-11-29 Jean Privatnitg: promote check_recv_notnull to nitg
2012-11-29 Jean Privatnitg: explicit NOT YET IMPLEMENTED at runtime for nitni
2012-11-29 Jean Privatnitg: C comment CustomizedRuntimeFunction indicate...
next