nit.git
2013-03-18 Lucas Bajoletnitdbg: Added capacity to interpret with debugger in...
2013-03-18 Lucas Bajoletnitdbg: Added module debugger
2013-03-18 Lucas BAJOLETstdlib: Strings, added tests for is_numeric function
2013-03-18 Lucas Bajoletstdlib: AbstractString, added function is_numeric
2013-02-12 Jean Privatupdate c_src (now with ffi)
2013-02-11 Jean PrivatMerge branch 'al-libs'
2013-02-11 Jean Privatlib: add missing #include<stdio.h>
2013-02-07 Jean PrivatMerge remote-tracking branch 'alexis/ffi-in-nitc'
2013-02-07 Alexis Laferrièretests: adds tests for the FFI with C
2013-02-06 Alexis Laferrièrenitc/ffi: adds full FFI support for C to nitc
2013-02-06 Alexis Laferrièrenitc/ffi: allows to declare C type of extern classes...
2013-02-06 Alexis Laferrièrenitc/ffi: adds a variable to know if a module uses...
2013-02-06 Alexis Laferrièrenitc/ffi: adds the extern_inline module to manage forei...
2013-02-06 Alexis Laferrièrecompiling: moves up the compiling_writer module to...
2013-02-06 Alexis Laferrièreniti: adds tools to compile C code
2013-02-06 Alexis Laferrièrenitc: adds module name and license to separate_options
2013-02-05 Jean Privattests: add base_adaptive.nit
2013-02-05 Jean Privatflow: force the creation of a specific merge after...
2013-02-05 Jean Privatflow: AProxyExpr do not lose true/false context information
2013-02-05 Jean Privatflow: fix dot file---forgot the closing }
2013-02-05 Jean Privatflow: use the correct entry point in visit_expr
2013-02-05 Jean Privatflow: rewrite AOrExpr to be symmetric with AAndExpr
2013-02-05 Jean Privatflow: do not lose the after_expr context in AAssertExpr
2013-02-04 Alexis Laferrièrelib: adds base64 module and according tests
2013-02-01 Alexis Laferrièrelib: check the return of calls to pipe(), report errors...
2013-02-01 Alexis Laferrièrelib: fix method FDStream::write_char
2013-02-01 Alexis Laferrièremisc: extends Vim syntax highlighting for the FFI
2013-02-01 Alexis Laferrièremisc: adds extern class type to vim syntax highlighting
2013-02-01 Alexis Laferrièremisc: adapts gtksourceview/nit.lang to extern code use
2013-02-01 Alexis Laferrièreffi: adds the FFI syntax to the grammar
2013-02-01 Alexis Laferrièreffi/android: display Nit errors on the system log
2013-02-01 Alexis Laferrièreclib: uses a macro to manage error printing, allowing...
2013-01-31 Jean Privattests: propose alternate and fixme for base_super_linext_*
2013-01-31 Jean Privattyping: remove NOT YET IMPLEMENTED in ASuperExpr
2013-01-31 Jean Privatmodel: implements lookup_*_definition with linearization
2013-01-31 Jean Privatmodel: add linearize_mclasses, linearize_mclassdefs...
2013-01-31 Jean PrivatPOSet is an AbstractSorter
2013-01-31 Jean Privatlib: make AbstractSorter#compare public
2013-01-26 Jean Privattests: force live methods in base_*_variance to helps...
2013-01-26 Jean Privattests: update nitg-s base_attr_gen_alt1
2013-01-25 Jean Privatnitg: new complier service supercall
2013-01-25 Jean Privatmodel: implements lookup_next_definition
2013-01-25 Jean Privattyping: enable calls on a conflicting local property...
2013-01-25 Jean Privatniti, nitg & rta: use lookup_first_definition
2013-01-25 Jean Privatmodel: implements lookup_first_definition with a defaul...
2013-01-25 Jean Privatmodelbuilder: check inheritance loops
2013-01-25 Jean Privattests: cleanup files from sav/fixme
2013-01-24 Jean Privattests: fig base_isa_nullable_vt.nit
2013-01-24 Jean Privatniti: disable interpretor_type_test
2013-01-23 Jean Privatniti: test null receiver on attribute access
2013-01-23 Jean Privatniti: add covariance checks
2013-01-17 Jean Privatlib: modify lib/pipeline to work on collection instead...
2013-01-17 Jean Privatlib: new module pipeline
2012-12-17 Jean Privatbench: forgot ".dat" on some prepare_res
2012-12-17 Jean Privatfix: bench: ad --no-cc for nitg test on run_compiler
2012-12-17 Jean Privatbench: better order in options-typing and policy
2012-12-17 Jean Privatbench: store count on plot file
2012-12-17 Jean Privatbench: ad --no-cc for nitg test on run_compiler
2012-12-16 Jean Privatnitg-s&e: clean nullable management on type_test
2012-12-16 Jean Privatbench: add bench_typetest_languages
2012-12-16 Jean Privatnitg: add GlobalCompiler::new_file
2012-12-15 Jean Privatmodel: semi-fixed bounds for VirtualType
2012-12-14 Jean Privattests: forgot to add base_gen_variance2.nit
2012-12-14 Jean Privatbench: add --fast and reorganize bench
2012-12-14 Jean Privatshoot: add option for headless run
2012-12-14 Jean Privatbenchs: add bench_policy
2012-12-14 Jean Privatnitg-s: skip some easy-case tests
2012-12-14 Jean Privatnitg: add option --typing-test-metrics
2012-12-14 Jean Privatnitg: shortcut 'for' loops on explicit ranges
2012-12-14 Jean Privatnitg: autoadapt expression on exit
2012-12-14 Jean Privatnitg: protect for additional arguments
2012-12-14 Jean Privattests: add base_gen_variance2.nit
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 Privattests: nitg-s can bootstrap!
2012-12-12 Jean Privattests: add base_formal_isa
2012-12-12 Jean Privattests: add base_vararg2.nit
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 Privattests: add bench_bintree_gen
2012-12-11 Jean Privattests: base_gen_reassign.nit
2012-12-11 Jean Privattests: add a timeout limit to avoid blocked programs
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
next