nit.git
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove NitType::arg_id it was unused...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: use JavaTypeConverter as a singleton
2015-07-24 Alexis Laferrièreffi/java: pointers are stored as `long` so they grow...
2015-07-24 Alexis Laferrièrelib/java: fix expected type with JNI's `GetStringUTFChars`
2015-07-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Jean PrivatMerge: NSieve optimization
2015-07-23 Jean PrivatMerge: Fix lib/realtime on osx
2015-07-23 Jean PrivatMerge: Improve initial make
2015-07-23 Lucas Bajolettests: Updated for correct semantics, added new tests...
2015-07-23 Lucas Bajoletsrc: Compiler, interpreter and parser updates for UTF-8
2015-07-23 Lucas Bajoletlib/standard: Update libs for the support of UTF-8
2015-07-23 Lucas Bajoletlib/standard: Added services on NativeString and Char...
2015-07-23 Jean Privatlib/realtime: add a compatibility layer for OSX
2015-07-23 Jean Privatcompiler: filter out -lrt flaf for OXS
2015-07-23 Jean PrivatMakefile: compile nitc_0 with --semi-global as it make...
2015-07-23 Jean PrivatMakefile: do not rely in multiple targets as it may...
2015-07-23 Jean PrivatMakefile: remove now useless `rm .nitcompile`
2015-07-22 Lucas Bajolettests: Shootout_nsieve now uses byte arrays instead...
2015-07-22 Lucas Bajoletlib/c: CByteArray now uses Byte instead of Int
2015-07-22 Jean PrivatMerge: lib/std: add Path::last_error to aggregate error...
2015-07-22 Jean PrivatMerge: Fix nitpick return value
2015-07-22 Jean PrivatMerge: Conditional importation
2015-07-22 Jean PrivatMerge: Nitj: A compiler to Java code.
2015-07-22 Jean Privattests: test return value of nitpick
2015-07-22 Jean Privatnitpick: return 1 if errors occurred
2015-07-22 Jean Privattests: update sav/ for new error messages in file access
2015-07-22 Jean Privattests: add test_path
2015-07-22 Jean Privatlib/std: add some cached services on Path
2015-07-21 Alexandre Terrasanitj: improve Ant cache by not rewritting unchanged...
2015-07-21 Alexandre Terrasanitj: faster recompilation with Ant
2015-07-21 Alexandre Terrasanitj: implement ACastExprs
2015-07-21 Alexandre Terrasanitj: avoid dead code execution
2015-07-21 Alexandre Terrasanitj: implement bool exprs
2015-07-21 Alexandre Terrasanitj: factorize frame initialization for method, attrib...
2015-07-21 Alexandre Terrasanitj: implement non-generic type tests
2015-07-21 Alexandre Terrasanitj: implement ADoExpr, AWhileExpr, ALoopExpr
2015-07-21 Alexandre Terrasanitj: implement ANotExpr
2015-07-21 Alexandre Terrasanitj: implement AIFExpr
2015-07-21 Alexandre Terrasanitj: implement AParExpr
2015-07-21 Alexandre Terrasanitj: implement super calls
2015-07-21 Alexandre Terrasanitj: implement attributes expressions
2015-07-21 Alexandre Terrasanitj: implement main call
2015-07-21 Alexandre Terrasanitj: compile java main function stub
2015-07-21 Alexandre Terrasanitj: implement instances initialization
2015-07-21 Alexandre Terrasanitj: compile attributes accesses
2015-07-21 Alexandre Terrasanitj: compile intern methods bodies
2015-07-21 Alexandre Terrasatyping: also type signature for intern methods
2015-07-21 Alexandre Terrasanitj: compile concrete methods bodies
2015-07-21 Alexandre Terrasanitj: implement instance initialization and ANewExprs
2015-07-21 Alexandre Terrasanitj: avoid calls to abstract methods
2015-07-21 Alexandre Terrasanitj: implements AReturnExprs
2015-07-21 Alexandre Terrasanitj: shortcut calls on primitive instances
2015-07-21 Alexandre Terrasanitj: implement static and polymorphic sends
2015-07-21 Alexandre Terrasanitj: implement boxing for Java primitives
2015-07-21 Alexandre Terrasanitj: implement variable declaration
2015-07-21 Alexandre Terrasanitj: compile native instances of Int, Byte, Float...
2015-07-21 Alexandre Terrasanitj: implement `self` accesses
2015-07-21 Alexandre Terrasanitj: implement aborts
2015-07-21 Alexandre Terrasanitj: implement static frame to handle calls
2015-07-21 Alexandre Terrasanitj: prepare node visit of method bodies
2015-07-21 Alexandre Terrasanitj: implement variable handling
2015-07-21 Alexandre Terrasanitj: build naive type tables using Java HashMaps
2015-07-21 Alexandre Terrasanitj: build naive vfts using Java HashMaps
2015-07-21 Alexandre Terrasanitj: generate runtime mmethodef structure stubs
2015-07-21 Alexandre Terrasanitj: generate runtime class structure stubs
2015-07-21 Alexandre Terrasanitj: introduce JavaRuntimeModel used to represent...
2015-07-21 Alexandre Terrasanitj: introduce JavaCompilerVisitor to generate java...
2015-07-21 Alexandre Terrasanitj: add tests for the nitj engine
2015-07-21 Alexandre Terrasanitj: compile generated Java files using make and Javac
2015-07-21 Alexandre Terrasanitj: introduce compiler to Java code
2015-07-21 Jean PrivatMerge: jwrapper accepts Jar archives
2015-07-21 Jean Privatfriendz: rely on conditional importation in platform
2015-07-21 Jean Privatcalculator: rely on conditional importation in the...
2015-07-21 Jean Privatlib/app: provide conditional importation of app extensions
2015-07-21 Jean Privatloader: restore -m with module name (eg -m android)
2015-07-21 Jean Privatmodelbuilder: apply conditional_importations on mixins
2015-07-21 Jean Privattests: add base_module_conditional*
2015-07-21 Jean Privattests: add outputs for module_0 and module_1
2015-07-21 Jean Privatloader: basic implementation of conditional importations
2015-07-21 Jean Privatmodel: remove requirement unique_invocation of `MModule...
2015-07-21 Jean Privatloader: extract the resolution and the loading of modul...
2015-07-21 Jean Privatloader: extract `load_module_path` from `get_mmodule_by...
2015-07-21 Lucas Bajoletlib/standard: Moved and rewrote [] and []= for RopeBuffer
2015-07-21 Lucas Bajoletlib/standard: Update functions of Flat to use char...
2015-07-21 Jean Privatsrc: move up `AExpr::as_id` from literal to parser_work
2015-07-21 Alexis Laferrièrecontrib/jwrapper: add test case and the check rule
2015-07-21 Alexis Laferrièrecontrib/jwrapper: apply dependencies in Makefile
2015-07-21 Alexis Laferrièrecontrib/jwrapper: update gitignore file
2015-07-21 Alexis Laferrièrecontrib/jwrapper main: revamp entry to support Jar...
2015-07-21 Alexis Laferrièrecontrib/jwrapper main: revamp docs
2015-07-21 Alexis Laferrièrecontrib/jwrapper main: revamp options
2015-07-21 Alexis Laferrièrecontrib/jwrapper: generate doc above extern methods
2015-07-21 Alexis Laferrièrecontrib/jwrapper: do not look for existing Nit libs...
2015-07-21 Alexis Laferrièrecontrib/jwrapper: avoid Nit keywords and mangle generat...
2015-07-21 Jean Privatlib/std: handle read errors in FileReader
2015-07-21 Jean Privatlib/std: rephrase some file errors
2015-07-21 Jean Privattests: update sav/nitpick_args1.res because read_all_by...
2015-07-21 Jean Privatlib/std: handle `last_error` for FileStat-related servi...
2015-07-21 Jean Privatlib/std: improve doc of the class `Path`
2015-07-21 Jean Privatlib/std: rewrite `Path::rmdir`, `Path::files` and ...
next