model: rewrite of MType::is_subtype
[nit.git] / src /
2012-12-07 Jean Privatmodel: rewrite of MType::is_subtype
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-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...
2012-11-29 Jean Privatnitg: type_test handle MNullType the same way than...
2012-11-29 Jean Privatposet: implements "has" to avoid using the NaiveCollect...
2012-11-29 Jean Privattests: nitg can compile empty modules
2012-11-29 Jean Privatnitg: generate a runtime error on on ADeferredMethPropdef
2012-11-29 Jean Privatnitg: add type-checks on covariant parameters
2012-11-29 Jean Privatnitg: type_test assert that the cast-type was detected...
2012-11-29 Jean Privatrta: consider type tests for covariant signatures
2012-11-29 Jean Privatrta: forgot to call Array#with_native on ASuperstringExpr
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: allow casts on primitive types
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-24 Alexandre Terrasanitg: enlarge visibility of global_compiler::MType...
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 Privatnitg: extract varargize into its own method
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 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 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 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 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
next