nit.git
2010-01-14 Jean Privatsyntax: while/loop exit type evolution
2010-01-14 Jean Privatsyntax: fix type evolution on non nullable type
2010-01-14 Jean Privatsyntax: comparing a variable with null makes it evolve...
2010-01-14 Jean Privatsyntax: merge nullable information on type evolution
2010-01-14 Jean Privatsyntax: prevent segfault on null types
2010-01-14 Jean Privatsyntax: untyped local variables are 'nullable Object'
2010-01-14 Jean Privatsyntax: real variable type evolution on IfexprExpr
2010-01-14 Jean Privatsyntax: fix variable context merge on unreashable branches
2010-01-14 Jean Privatnitdoc: correctly display the package path before the...
2010-01-14 Jean Privatparser: fix comment in Makefile
2010-01-11 Alexis Laferrièrecompile: add program arguments passed to C compiler...
2010-01-11 Alexis Laferrièrecompile: rename program argument no_cc to no-cc for...
2010-01-11 Jean-Sebastien... tests: add some basic tests for dead method removal...
2010-01-11 Jean-Sebastien... tests: rename the 'all' target to 'separate' and create...
2010-01-11 Jean-Sebastien... tests: add a 'icode' target to the Makefile
2010-01-11 Jean-Sebastien... tests: add a script to test ICode generation
2010-01-11 Jean-Sebastien... compile: remove '--dump', replaced by '--output-format...
2010-01-11 Jean-Sebastien... compile: add 'icode' as output type
2010-01-11 Jean-Sebastien... icode: add a way to output icodes without line numbers...
2010-01-11 Jean-Sebastien... compile: add a way to choose generated output format
2010-01-11 Jean-Sebastien... analysis: add logs to dead method removal optimization
2010-01-11 Jean-Sebastien... analysis: add logs for 'out of init getter tests' optim...
2010-01-11 Jean-Sebastien... analysis: add 'dump_global_optimizations_information...
2010-01-11 Jean-Sebastien... analysis: add an optimization to remove 'getter' tests...
2010-01-11 Jean-Sebastien... analysis: add implementation for reachable methods...
2010-01-11 Jean-Sebastien... analysis: add logs for reachable from init analysis
2010-01-11 Jean-Sebastien... analysis: add an analysis to know if a method/iroutine...
2010-01-11 Jean-Sebastien... analysis: fix RTA implementation for inherited methods
2010-01-11 Jean-Sebastien... analysis: add support for 'Inline__' in RTA
2010-01-11 Jean-Sebastien... analysis: inline getters/setters before analysis
2010-01-11 Jean-Sebastien... analysis: split optimization in two groups: pre and...
2010-01-11 Jean-Sebastien... analysis: add logs to reachable as init analysis
2010-01-11 Jean-Sebastien... analysis: add the implementation of the reachable as...
2010-01-11 Jean-Sebastien... analysis: add an analysis to find reachable init (used...
2010-01-11 Jean-Sebastien... compile: generate tables only for live local classes
2010-01-11 Jean-Sebastien... tests: fix error_class_glob.fail
2010-01-11 Jean-Sebastien... analysis: fix RTA to say that at least primitive types...
2010-01-11 Jean-Sebastien... parser: remove useless methods from generated parser...
2010-01-11 Jean-Sebastien... tools: add log information about instantiated and not...
2010-01-11 Jean-Sebastien... tools: add log information about reachable and unreacha...
2010-01-11 Jean-Sebastien... compile: use 'with_each_iroutines' to go through irouti...
2010-01-11 Jean-Sebastien... analysis: refine with_each_live_local_classes in Instan...
2010-01-11 Jean-Sebastien... tools: generate logs in a selected directory
2010-01-11 Jean-Sebastien... tools: add a 'global' compilation target to the tests...
2010-01-11 Jean-Sebastien... tools: don't print stack for tests that fail, fix saves
2010-01-11 Jean-Sebastien... tools: add a env. variable to remove runtime stack...
2010-01-11 Jean-Sebastien... tools: add a function to go through every classes in...
2010-01-11 Jean-Sebastien... tools: add a function to go through every methods in...
2010-01-11 Jean-Sebastien... tools: add a function to go through every IRoutines...
2009-09-15 Jean Privaticode: inline foreign icloscall and ihasclos
2009-09-15 Jean Privatnitdoc: workaround for a broken assertion
2009-09-14 Jean-Sebastien... optimize: add a callgraph builder: RTA
2009-09-14 Jean-Sebastien... optimize: add a callgraph builder: CHA
2009-09-14 Jean-Sebastien... optimize: add a dead method removal optimization
2009-09-14 Jean-Sebastien... optimize: add optimization basis
2009-09-11 Jean-Sebastien... lib: add value_name to OptionEnum to get the selected...
2009-09-11 Jean-Sebastien... tools: fix gccx with: .nit_compile[0-9] and GC
2009-09-11 Jean-Sebastien... compile: move table computation after all global analysis
2009-09-11 Jean-Sebastien... compile: move some class processing to program to do...
2009-09-11 Jean-Sebastien... compile: remove ClassSorter, use sort with block instead
2009-09-11 Jean-Sebastien... compile: move MMLocalClass::compare to AbstractMetamode...
2009-09-04 Jean Privatlib: add Array::sort !cmp
2009-09-04 Jean Privatparser: accepts "print a[b]"
2009-09-01 Jean-Sebastien... compile: add command line option to disable SFT optimiz...
2009-09-01 Jean-Sebastien... compile: when in global compilation, compile to _glob...
2009-09-01 Jean-Sebastien... compile: move 'global' option to program instead of...
2009-09-01 Jean-Sebastien... compile: add ToolContext to Program
2009-09-01 Jean-Sebastien... compile: rename do_global_analysis to do_global_table_a...
2009-09-01 Jean-Sebastien... compile: move management and generation of iroutines...
2009-08-31 Jean Privatdoc: teach doc/advanced_options about NIT_GC_OPTION
2009-08-31 Jean Privatmisc: remove Sci-Fi example/various/glob.nit
2009-08-31 Jean Privatnitdoc: show closure in signatures
2009-08-29 Jean Privatversion: v0.3.1-git
2009-08-29 Jean Privatversion: v0.3 v0.3
2009-08-28 Jean Privatgc: disable boehm by default
2009-08-28 Jean Privatgc: add 'help' option to list all available GC
2009-08-28 Jean Privatgc: show default GC on warnings
2009-08-28 Jean Privatgc: default to nitgc when boehm is not available
2009-08-28 Jean Privatsyntax: warn on 'while true do' and suggests 'loop'
2009-08-28 Jean Privatsrc: use 'loop' for infinite loop and do-until-like
2009-08-27 Jean Privaticode: shortcut in icode generation of 'for x in [y...
2009-08-27 Jean Privatlib: add Int::enumerate_*
2009-08-27 Jean Privaticode: inline Array::iterate
2009-08-27 Jean Privaticode: generate closure for 'for'
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-27 Jean Privattools: activate -v and sometime -W on some commands
2009-08-27 Jean Privatc_src: update
2009-08-26 Jean Privaticode: duplicate closure declaration on ICodeN
2009-08-26 Jean Privaticode: new IEscapeMark class to bind ISeq and IEscape
2009-08-26 Jean Privaticode: new ICB::add_escape method
2009-08-26 Jean Privaticode: distinguish slots in dump
2009-08-26 Jean Privaticode: add dump for INew and ISuper
2009-08-25 Jean Privatmisc: update Changelog and NOTICE; remove BUGS and...
2009-08-25 Jean Privattools: add ncall.sh script to execute nc* in order
2009-08-25 Jean Privatmisc: new syntax file for GNU source-highlight
2009-08-24 Jean Privatsyntax: break closures are implicitly ended with 'break'
2009-08-24 Jean Privatsyntax: fix 'break' with value in default closures
2009-08-20 Jean Privatsyntax: allow untyped variable declaration
2009-08-20 Jean Privatsyntax: assign variable even if there is no base type
2009-08-19 Jean Privatlib: remove exec::kill and exec::term
next