nit.git
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 ...
2015-07-21 Jean Privatlib/std: add Path::last_error to aggregate errors on...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: refactor `add_identifier`
2015-07-20 Alexis Laferrièrecontrib/jwrapper: use the prefix `Java`
2015-07-20 Alexis Laferrièrecontrib/jwrapper: minor style update in model
2015-07-20 Alexis Laferrièrecontrib/jwrapper: support wildcards with a default...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: main logic use `JavaModel` and suppor...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: intro `JavaModel`
2015-07-20 Alexis Laferrièrecontrib/jwrapper: revamp `gen_licence` to be more custo...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: use a MultiHashMap to store methods...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: separate comment vs stubs in generato...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: update constructors of `CodeGenerator...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: remove illegal attribute generation
2015-07-20 Alexis Laferrièrecontrib/jwrapper: fix parameter-less methods right...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: fix generic types parameters...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept generic constructors
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: eat the strictfp keyword
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept `-` in Java identifier...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept classes compiled from...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: fix parsing many files at...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: fix `implements` and `extends...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept wildcards in generic...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: style clean up
2015-07-20 Alexis Laferrièrelib/performance_analysis: keep the sum execution time
2015-07-20 Alexis Laferrièrelib/performance_analysis: fix `PerfMap::to_s`
2015-07-20 Alexis Laferrièrelib/opts: improve doc of `OptionEnum`
2015-07-20 Jean PrivatMerge: Basic UDP socket
2015-07-20 Jean PrivatMerge: Faster write
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-18 Alexis Laferrièrelib/standard: revamp doc of `Map::join`
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-07-18 Alexis Laferrièrelib/standard: the single parameter of `String::basename...
2015-07-18 Jean PrivatMerge: Protected setters
2015-07-18 Jean PrivatMerge: Fix autosuperinit
2015-07-17 Jean PrivatMerge: lib/noise: compatibility with 32 bits arch and...
2015-07-17 Jean PrivatMerge: Rename Container to Ref
2015-07-17 Jean PrivatMerge: Separate code compilation for autobox
2015-07-17 Jean Privattests: update deserializations tests with nitce because...
2015-07-17 Jean Privatniti: update intern implementation of `io_write`.
2015-07-17 Alexis Laferrièrelib/noise: fix generation of generated pseudo-random...
2015-07-17 Alexis Laferrièrelib/noise: make compatible with 32 bit archs and a...
2015-07-17 Alexis Laferrièrelib/noise: fix the expected amplitude of the pseudo...
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `String::strip_ex...
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `Collection:...
2015-07-17 Alexis Laferrièrelib/socket: intro `UDPSocket` and its services
2015-07-17 Alexis Laferrièrelib/socket: add UDP related services to the native...
2015-07-17 Alexis Laferrièrelib/socket: refactor IOError from errnos into contructors
2015-07-17 Alexis Laferrièrelib & examples & tests: update all the many and happy...
2015-07-17 Alexis Laferrièrelib/socket: move `blocking=` to `Socket`
2015-07-17 Alexis Laferrièrelib/collection: rename Container to Ref
next