nitg: autoadapt expression on exit
[nit.git] / src /
2012-12-14 Jean Privatnitg: autoadapt expression on exit
2012-12-14 Jean Privatnitg: protect for additional arguments
2012-12-13 Jean Privatnitg: use GC_MALLOC_ATOMIC for calloc_string
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 Privatniti: *_class_name use the full type name
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: disable Boehm's GC by defining the macro NOBOEHM
2012-12-11 Jean Privatbench: compare nitg-e with various compiler and -O...
2012-12-11 Jean Privatnitg: add option --make-flags to pass options to make
2012-12-11 Jean Privatbench: add bench_nitc_vc_nitg
2012-12-11 Jean Privatbench: replace shootout_binarytrees with bench_bintree_gen
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 Privatbenchs: add nitg-s to benchs
2012-12-10 Jean Privatbench: factorize some benchs
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.
next