nit.git
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
2009-08-19 Jean Privatparser: set LANG=C for sed in Makefile (the sed that...
2009-08-19 Jean Privattests: fix test_extern.nit for 64bits
2009-08-19 Jean Privatgc: fix gc.c for 64bits
2009-08-19 Jean Privatlib: fix file_nit.c for 64bits
2009-08-19 Jean Privatsyntax: new 'assert else' statement
2009-08-19 Jean-Sebastien... tools: add entrypoint information to the program
2009-08-19 Jean-Sebastien... compile: generate classes init iroutines sooner to...
2009-08-19 Jean-Sebastien... compile: store class related IRoutines in MMLocalClass
2009-08-19 Jean-Sebastien... compile: extract table computation from compiling_globa...
2009-08-19 Jean-Sebastien... compile: remove GlobalAnalysis
2009-08-19 Jean-Sebastien... compile: add 'Program' class to represent a nit program
2009-08-19 Jean Privaticode: if inlining is impossible, at least use a static...
2009-08-19 Jean-Sebastien... icode: add IAllocateInstance, ICheckInstance and IInitA...
2009-08-18 Jean-Sebastien... icode: add IStaticCall
2009-08-18 Jean Privaticode: icode INew specializes IAbsCall (not ICall)
2009-08-18 Jean Privatcompile: one closure context by function, and it is...
2009-08-18 Jean Privatclib: move REG to the stack frames
2009-08-18 Jean Privatclib: rename trace_t to stack_frame_t
2009-08-18 Jean Privatgc: superficial cleaning
2009-08-17 Julien Chevaliergc: add Nit GC
2009-08-17 Julien Chevaliergc: disable Boehm general malloc and calloc overtaking
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliercompile: traces know REG variables
2009-08-17 Jean Privatcompile: initialize local REGS to NIT_NULL
2009-08-17 Julien Chevaliercompile: store instance size in class table
2009-08-17 Julien Chevaliergc: runtime option to handle different GC
2009-08-17 Julien Chevaliercompile: give NativeArray its own C structure
2009-08-17 Julien Chevaliercompile: object_id is no more the object pointer
2009-08-17 Jean Privatclib: move files to the clib directory
2009-08-17 Jean Privatc_src: gives c_src its own clibdir
2009-08-17 Jean Privatclib: add copyright notice to nit_{common,main}
2009-08-17 Jean Privatclib: clean spaces in nit_common.h
2009-08-17 Jean Privatc_src: copy only .o and .cksum on bootstrap
2009-08-17 Jean Privatsyntax: fatal error on unavailable primitive method
2009-08-17 Jean Privaticode: do no do recursive inline
2009-08-17 Jean Privaticode: inline methods with closures
2009-08-17 Jean Privatcompile: force inlining with special class Inline__
2009-08-17 Jean Privaticode: duplicate ICodeN::closure_defs in dup_with
2009-08-17 Jean Privaticode: use the icb to helps the icode duplication
2009-08-17 Jean Privaticode: iroutine knows its local registers
2009-08-17 Jean Privaticode: closures are generated within a ICodeBuilder
2009-08-17 Jean Privaticode: method inlining moves from IRoutine to ICodeBuilder
2009-08-17 Jean Privaticode: fix slot locality for params and return
2009-08-17 Jean Privaticode: 'IRoutine::optimize' need a module
2009-08-10 Jean Privaticode: remove method info from ICodeBuilder
2009-08-10 Jean Privaticode: remove method information in IAbort
2009-08-06 Jean Privatsyntax: 'do' blocks only accept labelled breaks
2009-08-06 Jean Privatsyntax: error on local variable masking
2009-08-06 Jean Privatsyntax: better location for local variable declarations
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatsyntax: add 'loop' construction
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: split hash into hash_collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory
2009-08-06 Jean Privattests: remove broken shootout_pidigits
2009-08-03 Jean Privatmisc: vim: better indentation of closures
2009-08-03 Jean Privattests: do not execute while in a sub-processus
2009-08-03 Jean Privattests: use [ ] instead of [[ ]] in Makefile
2009-08-03 Jean Privattests: update nitdoc sav
2009-08-01 Jean Privatsyntax: closure are designed by their names, not their...
2009-08-01 Jean Privatsyntax: [] method can have closure definition
2009-08-01 Jean Privatparser: oneline assignment for 'return' and 'continue'
2009-07-31 Jean Privatparser: closure syntax use '!' instead of 'with'
2009-07-31 Jean Privattests: add base_closure_forms
2009-07-30 Jean-Sebastien... tools: return value of nitc for nc
2009-07-30 Jean-Sebastien... tests: add test for nitdoc
2009-07-30 Jean-Sebastien... tests: reorganize imports for nitc call
2009-07-30 Jean-Sebastien... tests: allow '.write' to be directories
2009-07-30 Jean-Sebastien... tests: validate file existence of file to test before...
2009-07-30 Jean Privatparser: perl code of prescc looks at all parameters...
2009-07-30 Jean Privatparser: correct error messages for syntax errors
2009-07-30 Jean Privatsyntax: arity missmatch error messages show prototypes
2009-07-30 Jean Privatparser: remove attr and meth alternatives
2009-07-30 Jean Privatparser: fix test_parser
2009-07-30 Jean Privatparser: import only location, not the whole mmloader
2009-07-30 Jean Privatparser: node locations are not nullable
2009-07-30 Jean Privatparser: compute location for all nodes
2009-07-30 Jean Privatparser: also visit EOF token
2009-07-30 Jean Privattools: showerr.sh to colorize nc* outputs
2009-07-30 Jean Privattools: correctly display multiline locations
2009-07-30 Jean Privatparser: remove useless printl method
2009-07-30 Jean Privatparser: use xss comments to clean make output
2009-07-30 Jean Privatparser: remove spaces errors in generated files
2009-07-29 Jean Privatsyntax: vararg arguments are processed by icode
2009-07-29 Jean Privatsyntax: generalize and publicize raw_arguments concept
2009-07-28 Jean-Sebastien... tests: use most recent nitc if not supplied
2009-07-28 Jean-Sebastien... tests: better handling of 'make failed' when no failed...
2009-07-28 Jean-Sebastien... tests: do not overwrite 'errlist' on hard exit
2009-07-28 Jean-Sebastien... tests: allow multiple lines in argument files
2009-07-28 Jean-Sebastien... tools: add test to validate existence of needed classes
2009-07-28 Jean-Sebastien... tools: add 'get_type_by_name' and 'get_instantiated_typ...
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
next