nit.git
2015-05-29 Alexis Laferrièresrc/serialization: redirect detection of the `serialize...
2015-05-29 Alexis Laferrièresrc/serialization: generate methods with per attribute...
2015-05-29 Alexis Laferrièresrc/serialization: detect serialize from class, module...
2015-05-29 Alexis Laferrièresrc/serialization: detect incoherence in nested seriali...
2015-05-29 Alexis Laferrièresrc/serialization: move adding the `Serializable` super...
2015-05-29 Alexis Laferrièresrc/serialization: detect more errors on serialize...
2015-05-29 Alexis Laferrièresrc/serialization: intro a service to detect the `noser...
2015-05-29 Alexis Laferrièresrc/serialization: intro a service to detect the `seria...
2015-05-29 Alexis Laferrièrelib/socket: fix call to enlarge with actual buffer...
2015-05-29 Alexis Laferrièrelib/socket: support reading string with null bytes
2015-05-29 Alexis Laferrièrelib/socket: fix enlarge buffer when size is at 0
2015-05-29 Jean Privatlib/standard: remove the only `attr-in-refinement`...
2015-05-29 Jean Privatmodelize: ask that attributes in refinements are either...
2015-05-29 Jean Privatbootstrap: active cleaning of remaining useless files
2015-05-29 Jean Privattests: compile dir is `nit_compile`, and cleannit
2015-05-29 Jean PrivatMakefile&gitignore: remove .nit_compile
2015-05-29 Jean Privatsrc: remove remaining references to .nit_compile
2015-05-29 Jean Privatman: document compilation directory for nitc
2015-05-29 Lucas Bajolettests: Updated test for byte literals
2015-05-29 Lucas Bajoletcompiler: Updated toolchain for proper byte literal...
2015-05-29 Lucas Bajoletparser: Regenerated for u8 suffix support
2015-05-29 Lucas Bajoletparser: Added u8 suffix for byte literal values
2015-05-29 Jean Privatcompiler: remove the compilation directory unless expli...
2015-05-29 Jean Privatabstract_compiler: introduce root_compile_dir for platf...
2015-05-29 Jean Privatabstract_compiler: attach compiler and toolchain
2015-05-29 Lucas Bajolettests: Added test for Byte data type
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Alexis Laferrièresrc/nitserial: do not use private classes when invisible
2015-05-29 Jean Privattests: update error messages on exact call on null
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privattests: update sav/nitserial_args1.res because change...
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-29 Jean PrivatMerge: Nitg-g new NativeArray fix
2015-05-29 Jean PrivatMerge: Annotation lateinit
2015-05-29 Jean PrivatMerge: Advice on useless repeated types
2015-05-28 Jean Privatcompiler: rename compilation dir as `nit_compile`
2015-05-28 Lucas Bajolettests: Basic test for the allocation of NativeArray...
2015-05-28 Lucas Bajoletnitg-g: Fix allocation of NativeArray
2015-05-28 Alexandre Terrasatests: fix tests with repeated types warnings
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-28 Jean PrivatMerge: nitdoc: introduce useful services
2015-05-28 Alexandre Terrasalib/json: remove useless types
2015-05-28 Alexandre Terrasalib/nitcorn: remove useless types
2015-05-28 Alexandre Terrasalib/socket: remove useless types
2015-05-28 Alexandre Terrasalib/template: remove useless types
2015-05-28 Alexandre Terrasalib/string_experimentations: remove useless types
2015-05-28 Alexandre Terrasalib/curl: remove useless types
2015-05-28 Alexandre Terrasalib/sqlite: remove useless types
2015-05-28 Alexandre Terrasalib/geometry: remove useless types
2015-05-28 Alexandre Terrasalib/neo4j: remove useless types
2015-05-28 Alexandre Terrasalib/sax: remove useless types
2015-05-28 Alexandre Terrasalib/standard: remove useless repeated types in `standard`
2015-05-28 Alexandre Terrasatests: test advice for useless repeated type in redef
2015-05-28 Alexandre Terrasamodel: check useless repeated types in signatures
2015-05-28 Alexandre Terrasanitpick: fix a typo in comments
2015-05-28 Alexandre Terrasanitdoc: check multiple page with same id
2015-05-28 Alexandre Terrasanitdoc: introduce `Page::title` and `Page::id` in ...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_namespace` lookup servi...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_name` lookup service...
2015-05-28 Jean PrivatMerge: Correct warn on noautoinit
2015-05-28 Jean PrivatMerge: Rename the visit function of minilang example.
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Improve internal mechanisms of the nitvm
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 Jean Privattyping: advice if a receiver is nullable
2015-05-27 Jean Privatmetrics: --nullable use `is_null_safe`
2015-05-27 Jean Privattyping: use `is_null_safe`
2015-05-27 Jean Privatmodel: introduce `MMethod::is_null_safe`
2015-05-27 BlackMinouNit Convex Polygon benchmark code
2015-05-27 BlackMinouNit Convex Polygon benchmark config files
2015-05-27 BlackMinouJava Convex Polygon benchmark code
2015-05-27 BlackMinouJava Convex polygons benchmark config files
2015-05-27 BlackMinouConvex polygon benchmark folder
2015-05-27 BlackMinouIntroduce polygon module
2015-05-27 Jean Privattests: update tests for lateinit
2015-05-27 Jean Privatmodelize: rename annotation `autoinit` on attributes...
2015-05-27 Jean Privattests: add alt to base_init_autoinit3 to check warning...
2015-05-27 Jean Privatmodelize: `noautoinit` check inherited initializes...
2015-05-27 Arthur Delamarecontrib/header_static: a cog in the toolchains to gener...
2015-05-27 MehdiFix incoherent name function in minilang
2015-05-27 Jean PrivatMerge: sepcomp: fix hardening related to the instantiat...
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièretests: remove utf_noindex_tests
2015-05-27 Alexis Laferrièretests: update expected results of nitpretty on the FFI
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-05-27 Alexis Laferrièretests: update tests using the FFI
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-27 Alexis Laferrièrelib/java: update to use `self` from Java code
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-27 Alexis Laferrièrelib/standard: update style of doc and fix whitespace...
2015-05-27 Alexis Laferrièrelib/ios: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/cocoa: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/gtk: update to use `self` from C code
2015-05-27 Alexis Laferrièrelib/android: clean up whitespace errors in `bundle`
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
next