nit.git
2015-07-30 Alexis Laferrièremisc/vim: highlight the new Int literals
2015-07-29 Jean PrivatMerge: Decimal literals with underscores
2015-07-29 Jean PrivatMerge: Cached ropes
2015-07-28 Lucas Bajolettests: Update base_test_bases to check support of undercore
2015-07-28 Lucas Bajoletsrc: Update literal to properly support underscores...
2015-07-28 Lucas BajoletParser regeneration
2015-07-28 Lucas Bajoletparser: Update parser for underscores support in decima...
2015-07-28 Lucas Bajolettests: Fix for cached_ropes, lines had changed in Nitpick
2015-07-27 Lucas Bajoletlib/standard: Read all now builds ropes
2015-07-27 Lucas Bajoletlib/standard/ropes: Added balancing method to Concat
2015-07-27 Lucas Bajoletlib/standard/ropes: Added cache mechanism on indexed...
2015-07-27 Jean PrivatMerge: Fix Chainz of Friendz buttons on Android
2015-07-26 Alexis Laferrièrecontrib/friendz: fix input using is_move
2015-07-26 Alexis Laferrièrelib/android: intro `AndroidPointerEvent::is_move`
2015-07-26 Alexis Laferrièrelib/android: remove a few warnings
2015-07-25 Jean PrivatMerge: jwrapper generates full APIs, with contructors...
2015-07-25 Jean PrivatMerge: Improve documentation of kernel
2015-07-24 Jean Privattests: update sav because line changes in kernel
2015-07-24 Jean Privatlib: add a README for standard
2015-07-24 Jean Privatlib: improve documentation of Object and Sys in kernel
2015-07-24 Alexis Laferrièrecontrib/jwrapper: fix commenting out unknown types...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: find extern classes with underscore...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: check-libs depends on each other...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an example that generates an...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a practical example use of...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: make casting base objects (Integer...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not remove get_ or replace set_
2015-07-24 Alexis Laferrièrecontrib/jwrapper: comment out all primitive arrays
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an option to search for existing...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add some top-level methods to the...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: improve `JavaType::==`
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove old naming escape on methods
2015-07-24 Alexis Laferrièrecontrib/jwrapper: filter classes from Jar archives...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: use the new type conversion system...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove unused code
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp conversion from Java to Nit...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp and merge extern_name and...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro an option to choose the extern...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: update signatures of the gen_ methods
2015-07-24 Alexis Laferrièrecontrib/jwrapper: generate constructors
2015-07-24 Alexis Laferrièrecontrib/jwrapper: generate getter and setter to access...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a service to avoid property...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp the search with grep and cache...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: `JavaModel::classes` sort keys by...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add 4 more tests from a javap output
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add missing keywords to mangle
2015-07-24 Alexis Laferrièrecontrib/jwrapper: big rewrite of the AST visitor
2015-07-24 Alexis Laferrièrecontrib/jwrapper: only the `java` module must always...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not try to generate generic extern...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: update constructor and use optional...
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
next