nitg: move adding gc_chooser out of the makefile generation
[nit.git] / src /
2014-02-18 Alexis Laferrièrenitg: move adding gc_chooser out of the makefile generation
2014-02-18 Alexis Laferrièrenitg: actually copy over files to compile_dir
2014-02-18 Alexis Laferrièrenitg: keep a list of source files to copy to the compil...
2014-02-13 Jean Privatparser: regenerate table for long strings
2014-02-13 Jean Privatparser: improve long string when mixing " and {
2014-02-12 Jean PrivatMerge branch 'rta_not_mandatory'
2014-02-12 Jean PrivatMerge branch 'reassign_fixes' of https://github.com...
2014-02-12 Jean PrivatMerge branch 'serialization'
2014-02-12 Jean PrivatMerge branch 'unwind_integration'
2014-02-12 Jean Privatnitg-e: run without RTA thus allows recursive generic...
2014-02-12 Jean Privatnitg: new module `collect_super_sends` to use when...
2014-02-12 Jean Privatnitg: protect some null runtime_type_analysis to fall...
2014-02-12 Jean Privatnitg: make runtime_type_analysis nullable to enable...
2014-02-12 Jean Privatrta: check the type NativeArray before the method with_...
2014-02-12 Jean Privatrta: use `to_s_with_length` instead of `to_s` in litera...
2014-02-12 Jean Privatstack_trace: move include and declaration in main body
2014-02-12 Jean Privatstack_trace: always exports the show_backtrace service
2014-02-12 Jean Privatstack_trace: do not stacktrace on explicit exit
2014-02-12 Alexis Laferrièrefrontend: fix doc in serialization_phase
2014-02-12 Alexis Laferrièrefrontend: force order of serialzation and literal phase...
2014-02-11 Lucas Bajoletnitg: Usefix, avoids producing a backtrace when encount...
2014-02-11 Lucas Bajoletnitg: Added option to disable use of libunwind to gener...
2014-02-11 Lucas Bajoletnitg: Corrected bug when creating a new AVarExpr, uses...
2014-02-08 Alexis LaferrièreMerge branch 'privat' into topub
2014-02-07 Jean Privatsrc: remove check_init_instance everywhere
2014-02-07 Alexis Laferrièrefrontend: intro the serialization phase
2014-02-07 Jean Privatmodulebuilder: remove protection for multiple loading...
2014-02-07 Jean Privatmodulebuilder: module_absolute_path does always its job
2014-02-05 Jean Privatmetrics: remove mmodule_nesting_hierarchy in poset_metrics
2014-02-05 Jean Privatmetrics: generate projects and groups in model_hyperdoc
2014-02-05 Jean Privatmetrics: use model_viz in generate_hierarchies
2014-02-05 Jean Privatsrc: add model_viz.nit
2014-02-05 Jean Privatnitunit: do some kind of shenanigans to import the...
2014-02-05 Jean Privatnitx: use projects instead of owner
2014-02-05 Jean Privatmodelbuilder: load modules in projects and groups
2014-02-05 Jean Privatmodel: add mproject module
2014-02-05 Jean Privatmodelbuilder: in load_rt_module, rename `owner` to...
2014-02-05 Jean Privatmodulebuilder: extract load_module_ast from load_module
2014-02-04 Jean Privatremove bit-rotting interpretor_type_test.nit
2014-02-04 Jean Privattest_phase: remove unavailable `import modelize_module`
2014-02-03 Jean PrivatMerge remote-tracking branch 'alexandre/fix-nitdoc'
2014-02-03 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-02-01 Alexandre Terrasanitdoc: fix show source link
2014-02-01 Alexandre Terrasamodelbuilder: Remove duplicates from modules list
2014-02-01 Alexandre Terrasanitdoc: exec without arguments terminates on exit(0)
2014-01-31 Lucas Bajoletnitg: Added option to bind C function names to Nit...
2014-01-30 Jean PrivatMerge branch 'prepare_projects'
2014-01-29 Jean Privatmodel: move MModule related classes into mmodule.nit
2014-01-29 Jean Privattools: add test_phase.nit
2014-01-29 Jean Privattools: move run_global_phases/process_mainmodule into...
2014-01-29 Jean Privatniti: add extern `file_realpath`
2014-01-29 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-01-28 Jean PrivatMerge remote-tracking branch 'lucas/compiler_abstract_fix'
2014-01-27 Lucas Bajoletnitg: Added typing test on new for non-concrete classes...
2014-01-27 Lucas Bajoletnitg: Added C stack trace when encountering an error
2014-01-22 Alexis Laferrièrenitg-s: fix call to super in primitive types and add...
2014-01-22 Alexis Laferrièrenitg-s: fix abstract methods in extern classes and...
2014-01-20 Jean PrivatMerge remote-tracking branch 'lucas/Code injection...
2014-01-17 Lucas Bajoletdebugger: Modified commands for the debugger.
2014-01-17 Lucas Bajoletdebugger: Added dynamic evaluation of a Nit module.
2014-01-17 Lucas Bajoletdebugger: Modified call chain for calls to runtime...
2014-01-17 Jean PrivatMerge branch 'nitdoc'
2014-01-16 Alexandre Terrasanitdoc: add support for Piwik tracker
2014-01-16 Jean Privatnitlight: add --first-line --last-line
2014-01-16 Jean Privathighlight: add `first_line` and `last_line`
2014-01-16 Jean Privattools: ngall.sh starts with ../c_src/nitg
2014-01-16 Jean Privattools: rename mksrc2
2014-01-15 Lucas Bajoletdebugger: Added method to clean the object model when...
2014-01-15 Lucas Bajoletdebugger: Permits the use of locally defined variables...
2014-01-15 Lucas Bajoletdebugger: Handles errors when analyzing semantically...
2014-01-15 Lucas Bajoletdebugger: Changed the way commands are handled
2013-11-27 Jean PrivatMerge branch 'killis' into killnitc
2013-11-27 Jean Privatmkcsrc: fix copy of .h and .c files
2013-11-27 Jean Privatparser: update to remove `expr.ee`, aka `AEeExpr`,...
2013-11-27 Jean Privatgrammar: remove `expr.ee`
2013-11-27 Jean Privatsrc: remove handling of `is` (AEeExpr)
2013-11-26 Jean Privatnitg&i: intern implementation of `is_same_instance`
2013-11-26 Jean Privatnitdoc: use `==` instead of `is`
2013-11-26 Jean PrivatMerge branch 'killclosures' into killnitc
2013-11-26 Jean Privatparser: remove last clorure-related classes
2013-11-26 Jean Privatparser: regenerate to remove more closures
2013-11-26 Jean Privatniti: runtime cast errors show types
2013-11-26 Jean Privatnitg: runtime cast error shows types
2013-11-26 Jean Privatnitg: introduce A`CV::add_cast` to factorize cast checks
2013-11-26 Jean Privatruntime: inform the dynamic type of self on `Abstract...
2013-11-26 Jean Privatnitg: add add_raw_abort to allow complex runtime error...
2013-11-26 Jean Privatmodelbuilder: fail on unknown redef class
2013-11-19 Jean Privatsrc: remove nc*
2013-11-19 Jean Privatparser: suppr closures
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-19 Jean Privatcleanup some remaining nitc
2013-11-19 Jean Privatsrc: remove old metamodel and nitc
2013-11-19 Jean Privatuse nitg to bootstrap; drop bootstrap of nitc
2013-11-19 Jean Privatmkcsrc: copy .c and .h file to avoid the break of the...
2013-11-14 Lucas BajoletMoved NitIndex redefintion from Debugger to Nitx
2013-11-13 Lucas BajoletAdded nit index to debugger.nit
2013-11-12 Jean Privatphases: remove useless module dependencies
2013-11-12 Jean Privattyping: `or else` fallback to Object
2013-11-12 Jean Privatmodel: really implement precondition of lookup_first_de...
2013-11-12 Jean Privatmodelbuilder: extra-warn useless type declaration of...
next