Merge: phase: Introduction of new hook method
[nit.git] / src / nit.nit
2020-07-01 Florian Deljarrynit: Add `run_global_phases` call
2017-06-30 Alexis Laferrièrefrontend: extract code generation modules from the...
2016-11-09 Alexis Laferrièrenit: purge the debugger from the interpreter
2016-06-03 Jean Privatniti: add `-` to read the standard input
2015-11-07 Jean Privatsrc: use `toolcontext.quit` instead of rogue `exit`
2015-10-21 Jean Privatother tools: cleanup and synchronize options with the...
2015-03-23 Julien Pagèsnitvm: Creation of a directory vm/ for the vm files
2015-03-15 Julien Pagèsnitvm: The local variables are numbered
2015-01-28 Julien Pagèsnitvm: Optimize attribute access and subtyping test...
2014-12-19 Jean Privatnit: new experimental `--vm` option to run the vm
2014-12-06 Jean Privatniti: use get_mmodule_by_name instead of the low-level...
2014-11-04 Jean Privatnit: use OptionContext flag options_before_rest
2014-10-10 Jean Privatsrc: new module mixin to factorize the -m option
2014-10-01 Jean Privatniti: add -n to run the program for each line in file...
2014-10-01 Jean Privatniti: add -e to feed the interpreter with a program...
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-10 Alexis Laferrièreniti: fix type in tool description
2014-09-03 Jean Privatsrc: add new hub modules to regroup related things...
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-06-25 DjomanixAdded an import for 'debugger_socket'.
2014-05-02 Lucas Bajoletdebugger: Removed network versions of debugger, now...
2014-03-21 Jean Privatsrc: rename `nitdbg_commons` as `debugger_commons`
2013-08-13 Jean PrivatMerge remote-tracking branch 'lucas/netdbg_wip'
2013-08-13 Jean Privatnew modules astbuilder, astvalidation, astprinter,...
2013-08-09 Lucas Bajoletnitdbg : Added remote debugger to nit standard make...
2013-07-26 Jean Privatmodelbuilder: get the management of opt_only_metamodel...
2013-07-19 Jean Privatmodelbuilder: use phases to build the model
2013-07-19 Jean Privatsrc: add phase.nit & frontend.nit
2013-03-19 Lucas Bajoletnitdbg: Added function to continue execution automatica...
2013-03-18 Lucas Bajoletnitdbg: Added capacity to interpret with debugger in...
2013-01-24 Jean Privatniti: disable interpretor_type_test
2012-10-02 Alexandre Terrasanit: Add incremental typing to interpretor
2012-04-26 Jean Privatnit interpreter: honour --help
2012-04-19 Alexandre TerrasaDoc review on newmodel.
2012-04-17 Jean Privatmodel: new metamodel