nit.git
2014-08-23 Jean Privattests: do not check whitespace errors in *.res files
2014-08-19 Jean PrivatMerge: Auto super init call next method
2014-08-18 Jean PrivatMerge: introduce Sequence::prepend
2014-08-16 Jean Privattests: add base_init_super_call3.nit and it does not...
2014-08-16 Jean Privatauto_super_init: handle the case of constructors redefi...
2014-08-16 Jean Privattests: update sav/test_new_native_alt1.res because...
2014-08-15 Jean PrivatMerge: Prepare for new constructors
2014-08-15 Jean PrivatMerge: Annotation `nosuper` to avoid automatic super...
2014-08-15 Jean PrivatMerge: Fixes for supercalls
2014-08-15 Jean Privatlib: add Seq:prepend as an alias of `insert_all(0)`
2014-08-15 Jean Privatlib: add Seq:insert_all as a generalized `insert`
2014-08-15 Jean Privatlib: make Seq::append an alias of add_all (instead...
2014-08-15 Jean Privattests: update sav for modified files
2014-08-15 Jean Privattests: prepare for new constructors
2014-08-15 Jean Privatsrc: prepare for new constructors
2014-08-15 Jean Privatcontrib: prepare for new constructors
2014-08-15 Jean Privatlib: prepare for new constructors
2014-08-15 Jean Privattests: add base_init_nosuper.nit
2014-08-15 Jean Privatauto_super_init: add annotation `nosuper`
2014-08-15 Jean PrivatMerge: nitgg: use is_toplevel instead of heuristics...
2014-08-15 Jean PrivatMerge: phase: remove a useless verbose line
2014-08-14 Jean Privatrta: `add_super_send` uses live_classes instead of...
2014-08-14 Jean Privatsrc: add some asserts on `super` related things
2014-08-14 Jean Privatphase: remove a useless verbose executed
2014-08-14 Jean Privatnitgg: use is_toplevel instead of heuristics to not...
2014-08-13 Jean PrivatMerge: lib: introduce module hash_debug
2014-08-13 Jean PrivatMerge: Deserialize generics with nitserial
2014-08-13 Jean PrivatMerge: cleanup --no-check-*
2014-08-13 Jean PrivatMerge: Optimize usage of the chars of a string
2014-08-13 Alexis Laferrièretests: nitg-e doesn't know the full type of generics...
2014-08-13 Alexis Laferrièretests: test a module generated by `nitserial`
2014-08-13 Alexis Laferrièretests: test nitserial itself
2014-08-13 Alexis Laferrièretests: extend test_deserialization with generics
2014-08-13 Alexis Laferrièrenitserial: intro a support tool to deserialize generic...
2014-08-13 Alexis Laferrièrelib/json_serialization: support Arrays
2014-08-13 Alexis Laferrièrelib/string: use indexed access to chars instead of...
2014-08-13 Jean Privatcomp: add --no-check-all
2014-08-13 Jean Privatcomp: rename --no-check-other to --no-check-null, becau...
2014-08-13 Jean Privatnitgg: correclty disable attr check with --no-check...
2014-08-13 Jean PrivatMerge: Ai search
2014-08-13 Jean PrivatMerge: Intent: An android API to launch activities...
2014-08-13 Jean PrivatMerge: UTF-8 Strings without index
2014-08-13 Jean PrivatMerge: Memcpy -> memmove
2014-08-13 Jean PrivatMerge: Finalizing Nit objects on garbage collection
2014-08-13 Jean Privatlib: introduce module hash_debug
2014-08-13 Frédéric Vachonlib/android: Removed deprecated `super Serializable`
2014-08-13 Frédéric Vachonlib/android: Fixes audio module tests
2014-08-13 Frédéric Vachonlib/android: Bundle API JNI error fix
2014-08-13 Frédéric Vachonlib/android: Added Intent API tests to mnit_simple
2014-08-12 Alexis Laferrièrelib: use a simple iteration in `html_escape` and move...
2014-08-12 Alexis Laferrièretests: test finalization effect
2014-08-12 Alexis Laferrièrenitg & lib: intro `Finalizable` to be called when an...
2014-08-12 Jean Privatlib/ai: add the n-puzzle problem as an example of search
2014-08-12 Jean Privatlib/ai: add search.nit as the second module
2014-08-12 Lucas Bajoletnitg: Replace memcpy by memmove for safety.
2014-08-12 Lucas Bajoletlib/string_exp/utf8_no_index: Updated README
2014-08-12 Lucas Bajoletutf8_noindex/tests: Added a test for utf8 without index...
2014-08-12 Lucas Bajoletlib/string_exp/utf8_no_index: FlatBuffer is compatible...
2014-08-11 Jean PrivatMerge: AI backtrack
2014-08-11 Jean Privatfriendz: add solver_cmd for solve from command line
2014-08-11 Jean Privatfriendz: use ai::backtrack instead of the ad-hoc solver
2014-08-11 Jean Privatlib/ai: add the eight-queen problem as an example
2014-08-11 Jean Privatlib/ai: introduce the ai library with `backtrack` as...
2014-08-11 Frédéric Vachonlib/android: Intro of the Android Intent API
2014-08-08 Jean PrivatMerge: Compare arrays
2014-08-08 Jean PrivatMerge: lib/trees: improve bintrees efficiency
2014-08-08 Jean PrivatMerge: Improve Floats perfs
2014-08-08 Jean PrivatMerge: Reactivate shortcut range
2014-08-08 Jean Privattests: update because line changes in errors.
2014-08-08 Jean Privatlib/std: add ArrayCmp to easily compare arrays of compa...
2014-08-08 Jean Privatlib/std: add fast implementation for Array::==
2014-08-08 Jean Privattransform: do not transform rranges in for; this reacti...
2014-08-08 Jean Privattests: update sav related to lines in kernel
2014-08-08 Jean Privatcomp: shortcut-range work also on closed ranges
2014-08-08 Jean Privatcomp: fix shortcut-range (succ was removed)
2014-08-08 Jean Privatlib/std: Float has their own `==` and Comparable-relate...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Bytelen now defined in...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Adapted String methods...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Added char_at, does the...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Added new constructor...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Introducing utf8 variant...
2014-08-07 Jean PrivatMerge: jwrapper: New features added
2014-08-07 Jean Privatlib/trees: improve bintrees efficiency
2014-08-07 Jean PrivatMerge: Sys.run
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added jwrapper.res to sav
2014-08-07 Jean PrivatMerge: Improve hash perfs
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added README
2014-08-07 Frédéric Vachoncontrib/jwrapper: Auto-generate licence
2014-08-07 Jean PrivatMerge: tests: remove duplicated contrib tests from...
2014-08-07 Jean PrivatMerge: A few Java and Android fixes
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added basic UI
2014-08-07 Frédéric Vachoncontrib/jwrapper: Retrieves existing extern classes...
2014-08-07 Jean Privattests: update sav because line changes in standard...
2014-08-07 Jean Privatlib/std: improve implementation of `Set.hash` and ...
2014-08-07 Jean Privatlib/std: better policy for enlarging HashCollection
2014-08-06 Jean Privattests: update because line changes in kernel.nit
2014-08-06 Jean Privattests: add base_redef_run
2014-08-06 Jean Privatlib/kernel: introduce `Sys::run` as the entry point...
2014-08-06 Jean Privatengines: the entry point is `sys.run` or else `sys...
2014-08-06 Jean Privatlib/std: more efficient Collection::to_a
next