nit.git
2015-05-27 Jean Privattyping: use `is_null_safe`
2015-05-27 Jean Privatmodel: introduce `MMethod::is_null_safe`
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-26 Jean Privatsepcomp: fix hardening related to the instantiation...
2015-05-26 Jean PrivatRename REAMDE to README.md
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-25 Alexandre Terrasarange: better nitunit on `Int::times`
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 Alexandre Terrasadebugger: remove dependency to `nitx`
2015-05-25 Alexandre Terrasanitiwiki: use `InlineDecorator` for markdown titles...
2015-05-25 Alexandre Terrasamarkdown: add misc decorators
2015-05-25 Alexis Laferrièreexamples/calculator: use serialization
2015-05-25 Alexis Laferrièrelib/serialization: support serializing Couple and Container
2015-05-25 Alexis Laferrièrelib/more_collections: update classes as serializable
2015-05-25 Alexis Laferrièrelib/a_star: update `a_star` to be serializable
2015-05-25 Alexis Laferrièrelib/collections: fix `List::insert` to insert at the...
2015-05-23 Jean PrivatMerge: metrics: `--nullables` distinguishes safe and...
2015-05-23 Jean PrivatMerge: model: introduce the bottom type
2015-05-23 Jean PrivatMerge: Markdown: some improvement and fixes
2015-05-23 Jean PrivatMerge: Missing a unboxing when compiling a call to...
2015-05-23 Jean PrivatMerge: lib/standard: reimplement `files` with light FFI
2015-05-23 Jean PrivatMerge: Nit objects to plain JSON
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib: Various fixes on lib with the new file and stream API
2015-05-22 Lucas Bajoletlib/standard/stream: Doc fixes
2015-05-22 Lucas Bajoletlib/standard: Updated stream and file to support byte...
2015-05-22 Jean Privattests: update sav/nitmetrics_args1.res
2015-05-22 Alexandre Terrasanitx: update man page
2015-05-22 Alexandre Terrasanitx: introduce code search
2015-05-22 Alexandre Terrasanitx: introduce search calls to MProperty
2015-05-22 Alexandre Terrasanitx: redo search for MType in new calls
2015-05-21 Jean Privatmetrics: `--nullables` distinguishes safe and unsafe...
2015-05-21 Jean Privatmodel: introduce the bottom type
2015-05-21 Alexandre Terrasalib/markdown: force write on current_buffer
2015-05-21 Alexandre Terrasalib/markdown: introduce markdown to markdown decorator
2015-05-21 Alexandre Terrasalib/markdown: use virtual type to make subclassing...
2015-05-21 Alexandre Terrasalib/markdown: move wikilinks parsing to lib/markdown
2015-05-21 Alexandre Terrasanitx: redo search for MType in returns
2015-05-21 Alexandre Terrasanitx: redo search for MType in params
2015-05-21 Alexandre Terrasanitx: introduce doc page search
2015-05-21 Alexandre Terrasanitx: update tests
2015-05-21 Alexandre Terrasanitx: migrate to new Nitdoc architecture
2015-05-21 Alexandre Terrasanitiwiki display error before crashing when a template...
2015-05-21 Alexandre Terrasanitiwiki: add tests for markdown extension config
2015-05-21 Alexandre Terrasanitiwiki: allow user to change markdown extension
2015-05-21 Jean Privattests: extends test_new_native.nit with non C-int length
2015-05-21 Jean Privatcompilers: missing argument unboxing with new nativearray
2015-05-21 Jean PrivatMerge: share/libgc: option to use a local version of...
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-21 Jean PrivatMerge: nitx: start migration to `doc_phases`
2015-05-20 Alexis Laferrièrelib/json: add doc to serialization
2015-05-20 Alexis Laferrièrelib/json: adds `to_plain_json`
2015-05-20 Alexis Laferrièrelib/json: serialization private import static
2015-05-20 Alexis Laferrièretests: test serializing plain JSON
2015-05-20 Alexis Laferrièretests: extract JSON logic from test_deserialization
2015-05-20 Alexis Laferrièrelib/json: serialization can write plain JSON
2015-05-20 Alexis Laferrièrelib/json: avoid using super-strings and stream directly...
2015-05-20 Alexis Laferrièrelib/json: extract `StrictHashMap` from `json::serializa...
2015-05-20 Alexis Laferrièrelib & contrib: update users of json::serialization
2015-05-20 Alexis Laferrièrelib/json: move `json_serialization` to `json::serializa...
2015-05-20 Jean Privatexamples: use `Range::step` in rosettacode/loops_downwa...
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-20 Jean PrivatMerge: Read/Write binary data
2015-05-20 Jean PrivatMerge: Serialization support SimpleCollection and Map...
2015-05-20 Jean PrivatMerge: location: introduce `from_string` constructor
2015-05-20 Jean PrivatMerge: lib/gtk: add `GtkEntry::input_purpose`
2015-05-20 Jean PrivatMerge: Intro the portable UI of app.nit
2015-05-20 Jean PrivatMerge: nitdoc: display constructors list in MClass...
2015-05-19 Jean Privatnitdoc: assert valid key in redefinition of `provide_de...
2015-05-19 Jean Privattests: add test_coll_eq
2015-05-19 Jean Privatlib: fix getters in subclasses of collection
2015-05-19 Jean Privatlib/standard/collection: check the item can be compared...
2015-05-19 Jean Privatlib/standard/collection: getter methods accepts `nullab...
2015-05-19 Jean Privatlib: remove superfluous type declaration in signatures
2015-05-19 Alexis Laferrièreshare/libgc: add a feature to script to use a local...
2015-05-19 Alexis Laferrièreexamples/calculator: gitignore the generated res folder
2015-05-19 Alexis Laferrièretests: update sav for nitserial with types used in...
2015-05-19 Alexis Laferrièretests: fix sav with the correct behavior brought by...
2015-05-19 Alexis Laferrièretests: add a serialization test with a `Set` and a...
2015-05-19 Alexis Laferrièrelib/bucketed_game: make Game related classes serializable
next