nit.git
2012-11-21 Jean Privatgitignore nit* in bin/
2012-11-21 Alexandre Terrasanitg-sep: coloring handles empty modules
2012-11-21 Alexandre Terrasanitg-sep: move struct instances declarations to header...
2012-11-20 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2012-11-20 Alexandre Terrasanitg-sep: handles native arrays
2012-11-20 Alexandre Terrasanitg-sep: change generation order
2012-11-20 Alexandre Terrasanitg: extract native array definition and allocation...
2012-11-20 Alexandre Terrasanitg-sep: fix attributes coloration
2012-11-20 Jean Privattests: add 2 missing sav/ files for base_var_assignment...
2012-11-20 Jean Privattests: add 3 old uncommitted tests
2012-11-20 Jean Privatnitg-sep: deals with NULL in type_test
2012-11-20 Jean Privatnitg-sep: explicit NYI for type_test on a unmanaged...
2012-11-20 Jean Privatnitg-sep: implements is_same_type_test
2012-11-20 Jean Privatnitg-sep: implements equal_test for boxed primitives
2012-11-20 Jean Privatnitg: adapt signature to the declared ones in AExternMe...
2012-11-17 Jean Privatnitg-s: recv in NEW_ is a C local variable
2012-11-17 Jean Privattests: reflect the moving the selection of methods...
2012-11-17 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-17 Jean Privatnitg-s: add documentation in C on sends and attr accesses
2012-11-17 Jean Privatnitg-s: C signatures of virtual functions must match...
2012-11-17 Jean Privatnitg: use the real selfvar instead of "self"
2012-11-13 Alexandre Terrasanitg-sep: fix undead type list from init nodes
2012-11-13 Jean Privatnitg: implement NativeArray as a boxed direct array
2012-11-13 Jean Privatnitg-sep: convert virtual signature to the intro one
2012-11-13 Alexandre Terrasanitg-sep: fix linearization of properties inheritance
2012-11-13 Alexandre Terrasanitg-sep: change types structures, unanchored type...
2012-11-13 Jean Privattests: run nitg on compilers and tools
2012-11-13 Jean Privattests: fix a test; Object#== is not intern
2012-11-13 Jean Privatnitg-s: test if receiver is null on method send
2012-11-13 Jean Privatnitg: allow CompilerVisitor::current_node to be any...
2012-11-13 Jean Privatnitg: implements isset
2012-11-13 Jean Privattyping: simplify resolve_signature_for to factorize...
2012-11-13 Alexandre Terrasatyping: change abort to assert in ASendExpr
2012-11-13 Alexandre Terrasatyping: move iterator methods selection from nitg to...
2012-11-09 Jean Privatmodelbuilder: detect invalid generic type (non conform...
2012-11-09 Jean Privatmodel: make MClass::intro public
2012-11-09 Jean Privatmodelbuilder: error when a class defines a property...
2012-11-08 Jean Privatmodelbuilder: stop building a property on 'redef' error
2012-11-08 Jean Privatmodelbuilder: error when a module defines a class more...
2012-11-08 Jean Privatmodelbuilder: fix recursive model building
2012-11-08 Jean Privatnitg-s: bound Coloring on Object, not nullable Object
2012-11-07 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-07 Alexandre Terrasanitg-sep: add test type against formal parameter type
2012-11-06 Jean Privatnitg-s: implements a basic SeparateCompilerVisitor...
2012-11-06 Jean Privattests: count [todo] separately
2012-11-06 Jean Privatnitg-s: aborts with NOT YET IMPLEMENTED on TODO stuff
2012-11-06 Jean Privatnitc: remove a warning on casts on MMTypeFormal
2012-11-06 Jean PrivatMerge branch 'clean_model'
2012-11-06 Alexandre Terrasanitg-sep: refactor coloring
2012-11-06 Jean Privatmodel: remove a lot of casts to MGenericType
2012-11-06 Jean Privatmodel: promote MGenericType::arguments to MClassType
2012-11-06 Jean Privatmodel: use in_hierarchy instead of flatten_mclass_hierarchy
2012-11-06 Jean Privatmodel: add MClass::in_hierarchy
2012-11-06 Jean Privatmodel: fix bug where order of classes produces buggy...
2012-11-02 Alexandre Terrasanitg-sep: generic subtyping using heterogeneous tables
2012-11-01 Jean Privatbench: add bintrees as a run_compiler bench
2012-10-31 Jean Privatnitg: implement class_name as a compiler service
2012-10-31 Jean Privatnitg: implement is_same_type as a compiler service
2012-10-31 Jean Privatnitg: fix visibility so global_compiler do not need...
2012-10-30 Jean Privatnitg: implement Char#+ and Char#-
2012-10-30 Jean PrivatMerge branch 'at/nitg--separate'
2012-10-30 Jean Privatnitgs: detect uninitialized attribute
2012-10-30 Jean Privatnitgs: workaround for primitive attributes
2012-10-30 Jean Privatnitgs: add VirtualRuntimeFunction for method on primitive
2012-10-30 Jean Privatnitgs: use the real type of self in SeparateRuntimeFunction
2012-10-30 Jean Privatnitgs: add BOX functions, primitive instances and fix...
2012-10-30 Jean Privatnigs: fix class field in instance: it is names class...
2012-10-30 Jean Privatnitgs: move structure to the .h
2012-10-30 Jean Privatnitgsep: use mtype.c_name instead of mclass.name as...
2012-10-30 Jean Privatnitg: fix a missing ; in GlobalCompilerVisitor::autobox
2012-10-30 Jean Privatnitg: factorize logic of AbstractRuntimeFunction::c_name
2012-10-30 Jean Privatnitg: rename RuntimeFunction to AbstractRuntimeFunction
2012-10-30 Alexandre Terrasanitg sep: refactoring of coloring fonctionnalities
2012-10-27 Alexandre Terrasanitg --separate: generate C for call and attributes
2012-10-27 Alexandre Terrasalib: Fixes NONITCNI imports
2012-10-27 Alexandre Terrasaseparate_compiler: add properties coloration
2012-10-26 Jean Privatbench: add "nitc --global" and "nitg --separate" to...
2012-10-26 Jean Privatbench: add options and usage
2012-10-26 Jean Privatbench: plot histograms with errorbars
2012-10-26 Jean Privatbench: select which benches to run on the command line
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'
next