nitunit: protect generated files name a little to avoid name conflicts.
[nit.git] / src /
2014-10-17 Jean Privatparser: add tuples
2014-10-17 Jean Privatast: remove classes AAtArg and make them simple AExpr
2014-10-17 Jean PrivatMerge: Robust debug
2014-10-17 Jean PrivatMerge: src: remove two TODO that are done/unneeded
2014-10-17 Jean PrivatMerge: Better varargs
2014-10-17 Jean Privattyping+engines: handle reverse-vararg: passing an array...
2014-10-16 Jean Privatgrammar: minus and once do not need nopar variants
2014-10-16 Jean Privatsrc: remove two TODO that are done/unneeded
2014-10-15 Jean PrivatMerge: Manpages
2014-10-15 Jean PrivatMerge: transform loops
2014-10-15 Jean Privattoolcontext: add --stub-man
2014-10-15 Jean Privattransform: move up shortcut-range from abstract_compile...
2014-10-15 Jean Privattransform: shortcut range
2014-10-15 Jean Privattransform: transforms `while` and `for`
2014-10-15 Jean Privatastbuilder: can make loops and breaks
2014-10-15 Jean Privatscope: create two escapemaks in loops
2014-10-15 Jean Privatglobal_compiler: remove useless methods since varargisa...
2014-10-15 Jean Privatcompiler: do the varargization in the ANodes
2014-10-15 Jean Privatinterpreter: remove useless methods `*call_without_varargs`
2014-10-15 Jean Privatinterpreter: do the varargization in the ANodes
2014-10-15 Lucas Bajoletdebugger: Simplified names and integrate bad_command...
2014-10-15 Lucas Bajoletdebugger: Added help/bad_command functions
2014-10-14 Lucas Bajoletdebugger: Removed module Breakpoint, moved Breakpoint...
2014-10-13 Jean PrivatMerge: src: remove some warnings and do some cleaning
2014-10-13 Jean PrivatMerge: new warning: useless null test
2014-10-11 Jean Privatsrc: remove useless comparisons on null
2014-10-11 Jean Privattyping: new warning useless-null-test that detect ...
2014-10-11 Jean Privattyping: refactor type adaptations in AEqExpr and ANeExpr
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-10-11 Jean PrivatMerge: new option --define
2014-10-11 Jean Privatast: add new node AEscapeExpr to generalizes ABreakExpr...
2014-10-10 Jean Privatmixin: introduce -D option to redefine functions from...
2014-10-10 Jean Privatsrc: new module mixin to factorize the -m option
2014-10-10 Jean Privatcompiler: do not use the outnames of fictive modules
2014-10-10 Jean PrivatMerge: introduce `Iterator::finish`
2014-10-10 Jean Privattoolcontext: introduce ToolContext::make_main_module
2014-10-10 Jean Privatcompiler: add Visitor::bool_instance
2014-10-10 Jean Privatmodelbuilder: node is optionnal in Modelbuilder::force_...
2014-10-10 Jean Privatengines: do not crash on AST-less mclassdef
2014-10-10 Jean Privatinterpreter: add Interpreter::string_instance
2014-10-09 Jean Privatast: kill AProxyExpr
2014-10-09 Jean Privatgrammar: remove useless production expr_final
2014-10-09 Jean Privatgrammar: remove no before comma in idlist
2014-10-09 Jean Privatcompiler: implements method_finish (partially)
2014-10-09 Jean Privatinterpreter: implements method_finish
2014-10-09 Jean Privattyping: add AForExpr::method_finish
2014-10-09 Jean Privattyping: add method try_get_method
2014-10-08 Jean Privatmodelize_property: inherit the initializers in the...
2014-10-07 Jean PrivatMerge: nitunit: accept an absolute path for `--dir`.
2014-10-07 Jean PrivatMerge: lib/math: Added bin_not function to Int
2014-10-06 Jean-Christophe... nitunit: accept an absolute path for `--dir`.
2014-10-06 Jean PrivatMerge: Improve Comparator type-kindness
2014-10-03 Lucas Bajoletlib/math: Added bin_not function to Int
2014-10-02 Jean Privatmodel: rename LinexComparator::min/max to avoid name...
2014-10-02 Jean Privatlib: new API for Comparator
2014-10-02 Jean PrivatMerge: Niti: small refactoring
2014-10-02 Jean PrivatMerge: Niti loves the command line
2014-10-01 Jean PrivatMerge: modelize: `missing-doc` on attributes
2014-10-01 Jean PrivatMerge: engines: no more `super_inits` method used in...
2014-10-01 Jean PrivatMerge: neo: do not instantiate types directly, use...
2014-10-01 Jean Privatniti: change some visibility to avoid unnecessary intru...
2014-10-01 Jean Privatniti: rename `init_naive_interpreter` as `Interpreter...
2014-10-01 Jean Privatniti: introduce `read_variable` and `write_variable`
2014-10-01 Jean Privatmodelize: `missing-doc` on attributes
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
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-10-01 Jean Privatmodelbuilder: parent in load_rt_module is optionnal
2014-10-01 Jean Privatengines: no more `super_inits` method used in old-style...
2014-10-01 Jean Privatneo: do not instantiatetypes directly, use the model API
2014-09-30 Jean PrivatMerge: toolcontext: new option -w to enable/disable...
2014-09-30 Jean PrivatMerge: compiler: compile_dir can be anywhere
2014-09-30 Jean PrivatMerge: new annotation for manual setter `autoinit`
2014-09-30 Jean PrivatMerge: Fix generic parameter names
2014-09-30 Jean Privattoolcontext: new option -w to enable/disable warning
2014-09-30 Jean Privatcompiler: compile_dir can be anywhere
2014-09-29 Jean Privatmodelize: new annotation `autoinit` for manual setters
2014-09-29 Jean Privatmodelize: remove a useless local variable
2014-09-29 Jean Privatengines: handle initializers with an arity!=1
2014-09-29 Jean PrivatMerge: Less old style init special cases
2014-09-27 Jean Privatmodelize: simplify special-case for named constrcutors
2014-09-26 Jean PrivatMerge: Clean more tests
2014-09-26 Jean Privatseparate_compiler: use the easier way to get a mparamet...
2014-09-26 Jean Privatsrc: update tools to new names in generic parameters
2014-09-26 Jean Privatmodelize_class: update resolve_mtype for new generic...
2014-09-26 Jean Privatmodelize_class: redefinition of generic classes do...
2014-09-26 Jean Privatmodelize_class: adapt MClass and MClassDef creation...
2014-09-26 Jean Privatnitunit: prefix xml packagenames with 'nitunit.'
2014-09-25 Jean PrivatMerge: New syntax for typed literal arrays
2014-09-25 Jean Privattyping: adapt for typed literal arrays.
2014-09-25 Jean PrivatMerge: nitdoc: do not generate private pages.
2014-09-25 Alexandre Terrasanitdoc: do not generate private pages.
2014-09-25 Jean Privatparser: regenerate for typed literal arrays
2014-09-25 Jean Privatgrammar: add syntax for typed literal arrays
2014-09-24 Jean Privatpnacl_platform: do not compile with -Wall
2014-09-24 Jean Privatastprinter: update code
2014-09-24 Jean Privattyping: ASuperExpr do not lose information about the...
2014-09-24 Jean Privattest_phase: count method definitions
2014-09-23 Jean PrivatMerge: Model uml
2014-09-23 Lucas Bajoletnituml: Can generate UML package diagrams from nit...
next