frontend: fix doc in serialization_phase
[nit.git] / src /
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-08 Alexis LaferrièreMerge branch 'privat' into topub
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...
2013-11-12 Jean Privatsrc: remove old style attributes in nitg-related clases
2013-11-12 Jean Privatmodelbuilder: prevent names of formal type to have...
2013-11-12 Jean Privatlib: move counter more_collections and poset to lib/
2013-11-08 Jean Privattools: add mkcsrc2 prototype to bootstrap with nitg...
2013-11-08 Jean Privatnitg: add option --compile-dir to change the default...
2013-11-08 Jean Privatnitg: path in Makefile is relative to the compile_dir
2013-11-07 Alexandre Terrasanitg: fixes iterators crashes for test in 62cdb9a963376...
2013-11-07 Jean Privatscope: break and continue affect the nearest do/end
2013-11-06 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc'
2013-11-06 Alexandre Terrasanitdoc: Replace old nitdoc by nitdoc_ni
2013-11-06 Alexandre Terrasamodelbuilder: avoid multiple load of the same module
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-30 Alexis Laferrièremodel: all extern classes are subclasses of Pointer
2013-10-30 Alexis Laferrièrenitg: adds process_nclassdef to Phase
2013-10-24 Alexandre Terrasanitg: Changed specification of 'for .. do' statements
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean PrivatMerge branch 'libs'
2013-10-16 Jean PrivatMerge remote-tracking branch 'alexandre/mmnitdoc'
2013-10-16 Jean Privatnitc: remove has_all from partialorder
2013-10-16 Jean Privatmove unescape_nit to stdlib
2013-10-11 Alexandre Terrasani_nitdoc: simplified github option
2013-10-11 Alexandre Terrasani_nitdoc: moved JS GitHub to Nitdoc.GitHub module
next