nit.git
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
2015-05-26 Julien Pagèsnitvm: Optimize the loading of classes
2015-05-26 Julien Pagèsnitvm: Deleting absolute offset for properties
2015-05-26 Julien Pagèsnitvm: Optimizing subtyping tests with new mechanisms
2015-05-26 Julien Pagèsnitvm: The positions of methods and attributes are...
2015-05-26 Julien Pagèsnitvm: Bug fixe in the recursion of class loading
2015-05-26 Jean Privatsepcomp: fix hardening related to the instantiation...
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièretests: update sav of nitserial to latest changes
2015-05-26 Alexis Laferrièrelib/android: fix style of `shared_preferences_api10...
2015-05-26 Alexis Laferrièreexamples: fix style of FFI examples
2015-05-26 Alexis Laferrièreexamples: update FFI examples to use `self`
2015-05-26 Alexis Laferrièrecontrib: update contribs to use `self` in FFI
2015-05-26 Alexis Laferrièrecontrib/jwrapper: generate FFI code using `self`
2015-05-26 Alexis Laferrièresrc: update Java and C++ FFI to use `self`
2015-05-26 Alexis Laferrièresrc: update core FFI to use `self` instead of `recv...
2015-05-26 Lucas Bajolettests: Added tests for literal bases
2015-05-26 Lucas Bajoletsrc/literal: Support for the new binary and octal literals
2015-05-26 Lucas Bajoletsrc/parser: Regenerated parser
2015-05-26 Lucas Bajoletsrc/parser: Updated grammar and parser_nodes
2015-05-26 Lucas Bajoletlib/standard/string: Added to_oct and to_bin functions...
2015-05-26 Jean PrivatMerge: Binary over network
2015-05-26 Jean PrivatMerge: nitx: finish migration to new nitdoc architecture
2015-05-26 Jean PrivatMerge: Nitiwiki next
2015-05-26 Jean PrivatMerge: Apply serialization in calculator, a_star, more_...
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-26 Alexandre Terrasalib/markdown: add MDLocation tests
2015-05-26 Alexandre Terrasalib/markdown: fix tests
2015-05-26 Alexandre Terrasalib/markdown: introduce MDLocation
2015-05-25 Alexandre Terrasarange: better nitunit on `Int::times`
2015-05-25 Alexis Laferrièrelib/serialization: intro the shortcut `CachingSerialize...
2015-05-25 Alexis Laferrièrelib/serialization: intro DuplexCache
2015-05-25 Alexis Laferrièrelib/serialization: extract caches from json_serialization
2015-05-25 Alexis Laferrièretests: test UnrolledList
2015-05-25 Alexis Laferrièrelib/more_collections: intro `UnrolledLinkList`
2015-05-25 Alexandre Terrasarange: remove white space in license
2015-05-25 Alexis Laferrièrelib/binary: intro read/write strings as blocks
2015-05-25 Alexis Laferrièrelib/binary: intro services to read/write null terminate...
2015-05-25 Alexis Laferrièrelib/socket: fix `NativeSocket::write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: implement `write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: `Connection` subclass `Writer`
2015-05-25 Alexis Laferrièrelib/serialization: optimize `StrictHashMap` as a subcla...
2015-05-25 Alexis Laferrièrelib/serialization: intro `serialization_hash` to comple...
next