nit.git
2016-04-22 BlackMinouInterpreter use the catch from the compiler
2016-04-22 Jean PrivatMerge: model_collect: add more services
2016-04-21 Jean PrivatMerge: Codec refactor
2016-04-21 Jean PrivatMerge: Pack Strings
2016-04-21 Jean PrivatMerge: Poset: add clone, ==, hash and sub
2016-04-21 Alexandre Terrasamodel_collect: collect MClass inits
2016-04-21 Alexandre Terrasamodel_collect: collect all MClass inherited methods
2016-04-21 Alexandre Terrasamodel_collect: collect importation poset for modules
2016-04-21 Alexandre Terrasamodel_collect: collect more on MModule hierarchy
2016-04-21 Alexandre Terrasamodel_views: build posets from mentities lists
2016-04-21 Alexandre TerrasaMerge branch 'subposet' of https://github.com/privat...
2016-04-21 Lucas Bajolettests: Added ISO8859-1 codec test
2016-04-21 Lucas BajoletCodecs: Refactor API
2016-04-21 Lucas Bajoletlib/core: Added packing methods to `Text`
2016-04-21 Jean Privatlib/poset: add == and hash
2016-04-21 Jean PrivatMerge: Fix more warnings
2016-04-21 Jean PrivatMerge: nitweb: uml graphs route
2016-04-21 Jean PrivatMerge: lib/core/bytes: add `Int::to_bytes` and `Bytes...
2016-04-21 Jean Privatlib/poset: make POSet cCloneable
2016-04-21 Jean Privatlib/poset: add `sub` to build induced subposets
2016-04-20 Alexandre Terrasanitweb: add /uml/:namespace route
2016-04-20 Alexandre Terrasalib/template: fix init with signature warning
2016-04-20 Alexandre Terrasalib: fix useless redef signature warnings
2016-04-20 Alexandre Terrasalib: fix more call on nullable receiver warnings
2016-04-20 Alexandre Terrasalib: missing fix documentation warnings
2016-04-20 Alexandre Terrasasrc/doc: fix useless signature in redef warnings
2016-04-20 Alexandre Terrasasrc/doc: fix call on nullable receiver warnings
2016-04-20 Alexandre Terrasaexamples/mnit_ballz: fix call on nullable receiver...
2016-04-20 Alexandre Terrasacontrib: fix call on nullable receiver warnings
2016-04-20 Alexandre Terrasacontrib: fix useless signature in redef warning
2016-04-20 Alexandre Terrasacontrib/inkscape_tools: fix weird parenthesis
2016-04-20 Jean PrivatMerge: nitcorn: fix path resolution for vararg routes
2016-04-20 Jean PrivatMerge: lib/core: fix `Text::is_int`
2016-04-20 Jean PrivatMerge: iOS and text: fix UTF-8 support on iOS and impro...
2016-04-20 Jean PrivatMerge: Interpreter FFI: fix running the interpreter...
2016-04-20 Jean Privatlib/core/bytes: add `Int::to_bytes` and `Bytes::to_i`
2016-04-20 Alexis Laferrièretests: add test for the interpreter interpreting the...
2016-04-20 Alexis Laferrièrelib/opts: report invalid integer passed to an OptionInt
2016-04-20 Alexandre Terrasacontrib/inkscape_tools: fix noinit in redef warning
2016-04-20 Alexandre Terrasauml: fix not escaped names
2016-04-20 Alexandre Terrasavararg_routes: improve module documentation
2016-04-20 Alexandre Terrasanitcorn: remove warnings from reactor.nit
2016-04-20 Alexandre Terrasanitcorn: fix path resolution for vararg routes
2016-04-19 Alexis Laferrièrelib/core: fix `Text::is_int`
2016-04-18 Alexis Laferrièrelib/cocoa: reading text from NSData should copy it...
2016-04-18 Alexis Laferrièrelib/cocoa: fix to_nsstring to use UTF-8 encoding
2016-04-18 Alexis Laferrièrelib/core: remove duplicates and improve doc of `NativeS...
2016-04-18 Alexis Laferrièrelib/core: intro to_s_with_copy_and_length
2016-04-18 Alexis Laferrièreinterpreter: use light_ffi to force support for the...
2016-04-18 Alexis Laferrièreinterpreter: the annotation light_ffi identifies a...
2016-04-18 Jean PrivatMerge: Split catalog into a lib and a program
2016-04-18 Jean PrivatMerge: iOS: support apps with multiple windows, and...
2016-04-18 Jean PrivatMerge: app.nit services to set the size and alignment...
2016-04-18 Jean Privatnitcatalog: add a new class Person
2016-04-17 Jean Privatnitc: split nitcatalog into a lib and a program
2016-04-15 Alexis Laferrièrelib/ios: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/ios: support multiple windows using a UINavigationC...
2016-04-15 Alexis Laferrièrelib/ios: ListLayout use a UIStackView inside a UIScrollView
2016-04-15 Alexis Laferrièrelib/ios: use simple init constructor in Objective-C...
2016-04-15 Alexis Laferrièrelib/ios: do not crash when removing a non-View control
2016-04-15 Alexis Laferrièrenitc iOS: use ???? as bundle signature (now we can)
2016-04-15 Alexis Laferrièrelib/linux: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/android: implement `TextView::size= & align=` and...
2016-04-15 Alexis Laferrièrelib/app: intro `TextView::size= & align=`
2016-04-15 Alexis Laferrièrelib/gtk: intro `GtkLabel::justify` and the `set_markup...
2016-04-15 Alexis Laferrièrelib/gtk: fix uncallable / unimplemented alignment and...
2016-04-14 Jean PrivatMerge: Introducing the do ... catch ... end structure
2016-04-14 Jean PrivatMerge: Benitlux & sqlite3: fix closing SQLite statement...
2016-04-12 BlackMinoutests: introducing some tests for the catch
2016-04-12 BlackMinouCompiler: using longjumps for the catch blocs
2016-04-12 BlackMinouInterpreter: using catch to modify abort behaviour
2016-04-12 BlackMinouScope & Typing: visits the catch part of a do ... catch...
2016-04-12 BlackMinouFlow: managing the flow context for a do ... catch...
2016-04-12 BlackMinouParser: Modifications due to the introduction of catch
2016-04-12 BlackMinouGrammar: Adding an optionnal catch bloc to a do end
2016-04-11 Lucas BajoletAdded services to NativeString and Byte
2016-04-11 Alexis Laferrièrelib/sqlite3: improve doc and customization of the itera...
2016-04-09 Jean PrivatMerge: Unify escaping
2016-04-09 Jean PrivatMerge: Tnitter app: fix list layout on GNU/Linux with...
2016-04-09 Jean PrivatMerge: More byte digests
2016-04-09 Jean Privatcore/bytes: make Text::hexdigest_to_bytes more permissive
2016-04-08 Jean Privattests: add base_with_return.res
2016-04-08 Alexis Laferrièretests: update line number in test_new_native.nit
2016-04-08 Jean Privatnitc/niti: unify returnmark and escapemark
2016-04-08 Jean Privatnitc/scope: attach AReturnExpr to an escape mark of...
2016-04-08 Jean Privatnitc/parser: Make `AReturnExpr` an AEscapeExpr
2016-04-08 Alexis Laferrièrecontrib/benitlux: fix superstring in benitlux_social
2016-04-08 Alexis Laferrièrecontrib/benitlux: let the iterators close the sqlite...
2016-04-08 Alexis Laferrièrelib/core: fix `Iterator::to_a` not calling `finish`
2016-04-08 Alexis Laferrièrelib/sqlite3: protect close statements
2016-04-08 Alexis Laferrièrelib/sqlite3: fix closing a statement after iterating
2016-04-07 Alexis Laferrièrecontrib/tnitter: use the new `clear` for a cleaner...
2016-04-07 Alexis Laferrièrelib/linux: fix ListBox that should contain only ListBoxRows
2016-04-07 Alexis Laferrièrelib/gtk: GtkListBoxRow is a GtkBin
2016-04-07 Alexis Laferrièrelib/app: intro `CompositeControl::clear`
2016-04-07 Jean Privatcore/bytes: add `Bytes::binarydigest` and `Text::binary...
2016-04-07 Jean Privatcore/bytes: add `Byte::chexdigest`
2016-04-07 Jean PrivatMerge: Augmented literal strings
2016-04-07 Jean PrivatMerge: Friendz: fix missing music file
2016-04-07 Jean PrivatMerge: interpreter: fix rand by leaving rand methods...
next