nit.git
2012-10-25 Jean Privatbench: gitignore generated files
2012-10-25 Jean Privatbench: name generated executables with .bin
2012-10-25 Jean Privatbench: add shoot as a bench
2012-10-25 Alexis Laferrièredoc: fix makefile according to latest git version
2012-10-25 Alexis Laferrièrelib: adds setenv to environ module
2012-10-25 Alexis Laferrièresyntax: removes test "constructor must be invoked before"
2012-10-25 Alexis Laferrièreseparate_options: improves separate options (.nit.args...
2012-10-25 Jean Privattests: add ./examples/leapfrog/leapfrog.nit ../examples...
2012-10-25 Jean Privatexample: add example/shoot/shot_logic.nit
2012-10-25 Jean Privatlib: move game.nit as lib/scene2d.nit
2012-10-25 Jean Privatlib: move poll_in from curses to file
2012-10-25 Jean Privatlib: move nanosleep from curses to time
2012-10-25 Jean Privatlib: move curses to lib/
2012-10-25 Jean Privatleapfrog: add curses.nit.args
2012-10-25 Jean Privatleapfrog: extract the curses leapfrog-backend in its...
2012-10-25 Jean Privatexamples: add a simple leapfrog game
2012-10-25 Jean Privatniti: new option --discover-call-trace to debug niti...
2012-10-25 Jean Privatniti: implements native/extern Float#-, rand, cos,...
2012-10-25 Jean Privatniti: add Instance#to_f
2012-10-22 Jean PrivatMerge branch 'pass_tests'
2012-10-22 Jean Privattests: disable --soso for nitg and niti
2012-10-22 Jean Privattests: make runs tests for niti and nitg
2012-10-22 Jean Privatmake builds bin/nitg and bin/nit
2012-10-22 Jean Privattests: update the sav/ for nitg ang niti
2012-10-22 Jean Privattests: run engine with NIT_NO_STACK=1
2012-10-22 Jean Privattests: always put stdout before stderr
2012-10-22 Jean Privatmodel: exit(1) on get_primitive_class
2012-10-22 Jean Privatnew model: move force_get_primitive_method to modelbuilder
2012-10-22 Jean Privatnitg&niti: do not crash on invalid arity
2012-10-22 Jean Privatmodelbuilder: do not crash if nclassdef.mclass is not...
2012-10-22 Jean Privatlib: fix "--" handling in opts
2012-10-22 Jean Privatmodelbuilder: check inherited signature arity before...
2012-10-22 Jean Privatmodebuilder: fix some error messages
2012-10-17 Jean Privatnitg: fix a "NOT YET IMPLEMENTED" message
2012-10-17 Jean Privattests: cleanup .gitignore
2012-10-17 Jean Privattests: tests_icode.sh generates files in out/
2012-10-17 Jean Privattests: make Object an interface to avoid constructor...
2012-10-17 Jean Privattests: suppr a depreciated test
2012-10-16 Jean Privattests: add options --[no]soso
2012-10-16 Jean Privattests: update sav file broken by 5c50ab8
2012-10-16 Jean Privattests: accepts various sav/* files
2012-10-16 Jean Privattests: can add a file $engine.skip to skip many tests
2012-10-11 Jean Privatnitg: add libraries *after* objects that use them
2012-10-11 Jean PrivatMerge 'separate_nitg'
2012-10-11 Jean Privatnitg: ad hoc separate compiler stub module
2012-10-02 Jean PrivatMerge branch 'alexandre/inf7741'
2012-10-02 Alexandre Terrasanit: Add incremental typing to interpretor
2012-10-02 Alexandre Terrasanit: introduce interpretor type test with dynamic loading
2012-10-02 Alexandre Terrasanit: clean run_naive_interpretor method
2012-10-02 Alexandre Terrasalib: Math::Int add binaries operations and, or, xor
2012-10-02 Jean PrivatMerge remote-tracking branch 'origin/pu/clean_nitg'
2012-10-02 Jean PrivatMerge remote-tracking branch 'origin/pu/opts'
2012-09-26 Jean Privatnitg: add GlobalCompilerVisitor::monomorphic_send
2012-09-26 Jean Privatnitg: split run_global_compiler to write_and_make
2012-09-21 Alexandre Pennetieropts: get_errors function instead of check_errors.
2012-09-21 Alexandre Pennetieropts: handling for packed short options
2012-09-21 Alexandre Pennetieropts: errors gathered into OptionContext class
2012-09-21 Alexandre Pennetieropts: error when unexpected value for an enum
2012-09-21 Alexandre Pennetieropts: error when lack of a mandatory parameter
2012-09-21 Alexandre Pennetieropts: error when lack of a mandatory option
2012-08-24 Jean Privatnitg: do not use RuntimeVariable#mtype when we have...
2012-08-24 Jean Privatnitg: generate BOX_xxx to factorize code
2012-08-23 Jean Privatnitg: generated main returns 0 on success
2012-08-23 Jean Privatnitg: warn conflicting propdefs on GlobalCompilerVisito...
2012-08-23 Jean Privatnitg: correctly handle the calls == and != on a nullabl...
2012-08-23 Jean Privatnitg: use mcasttype instead of mtype in autoadapt
2012-08-22 Jean Privatnitg: use CustomizedRuntimeFunction#c_name instead...
2012-08-22 Jean Privatnitg: do not treat new_var on MNullType distinctly
2012-08-22 Jean Privatnitg: assert that types of RuntimeVariable are not...
2012-08-22 Jean Privatnitg: move compile_to_c from MMethodDef to CustomizedRu...
2012-08-22 Jean Privatnitg: remove the argument `modelbuilder` in compile_to_c
2012-08-22 Jean Privatnitg: use MMethodDef#compile_inside_to_c in MMethodDef...
2012-08-22 Jean Privatnitg: split RuntimeFunction to CustomizedRuntimeFunction
2012-08-22 Jean Privatnitg: add some documentation
2012-08-22 Jean Privatnitg: move collect_types_cache to the GlobalCompiler
2012-08-22 Jean Privatnitg: execute make with -B
2012-08-12 Jean Privatnewmm: parse literal floats using String#to_f
2012-08-12 Jean Privatlib: implements String#to_f as a legacy extern method...
2012-08-12 Jean Privattyping: check literal ranges uses discrete types
2012-08-12 Jean Privatnitc: cannot instantiate a nullable type
2012-08-12 Jean Privattyping: check use of protected methods
2012-08-12 Jean Privatnitc: allow homonymous non-nested labels
2012-08-12 Jean Privattyping: better handling of for forms
2012-08-12 Jean Privatmodeflbuilder: do not crash if a mclassdef cannot be...
2012-08-12 Jean Privatmodelbuilder: check redef signature in getter/setter
2012-08-12 Jean Privatmmbuilder: reject covariant definition of attributes
2012-08-12 Jean PrivatMerge branch 'nonitc_ni' into master
2012-08-11 Jean Privatnitg: add clean rule in generated Makefile
2012-08-11 Jean Privatnitg: separately compile extern files
2012-08-11 Jean Privatni: use macro NONITCNI to disable nitni in extern files
2012-08-10 Jean PrivatMerge branch 'optim_nitg'
2012-08-10 Jean PrivatMerge branch 'optim_niti'
2012-08-10 Jean Privatniti: add NaiveInterpreter#collect_attr_propdef
2012-08-10 Jean Privatniti: add class MutableInstance
2012-08-10 Jean Privatniti: check signature arity on send
2012-08-10 Jean Privatniti: implements ADeferredMethPropdef#call
2012-08-10 Jean Privattyping: add ASendExpr#raw_arguments
2012-08-10 Jean Privatniti: cache the frame in a local variable
2012-08-07 Jean Privatrun_bench: add "nitc --global" to bench_engines()
2012-08-07 Jean Privatrun_bench: use 'local' vor local variables
next