tests: add some runtime error in nitin.input
[nit.git] / lib / core / collection /
2017-03-22 Jean-Christophe... hash_collections: Fix the documentation of `Set::new`
2016-05-31 Alexandre Terrasacore: fix warnings in list
2016-05-31 Alexandre Terrasacore: fix warnings in array
2016-05-26 Alexandre Terrasacore: fix warnings in abstract_collection
2016-05-02 Jean PrivatMerge: Rubix cube
2016-04-22 Lucas Bajoletlib/core: Added rotation methods to Sequence
2016-04-08 Alexis Laferrièrelib/core: fix `Iterator::to_a` not calling `finish`
2016-02-25 Alexis Laferrièrelib/core: fix `List::clear` not setting `length` to 0
2016-02-22 Jean PrivatMerge: Recover `recover_with`
2016-02-22 Jean Privatlib/core/collection: improve the default `has_all`...
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
2016-02-19 Jean Privatlib/core: rename `recover_with` as `add_all`
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2016-01-22 Jean Privatlib/core: add Sequence::modulo to access with a Python...
2016-01-12 Alexis Laferrièrelib/core: add a factory to `Set` to instantiate a ...
2015-12-19 Alexandre Terrasalib/collection: introduce init `HashMap::from`
2015-12-12 Lucas Bajoletlib/core: Make all `Set` cloneable
2015-12-03 Jean Privatcore: add circular_array
2015-12-03 Jean PrivatMerge: Small perf improvments of array
2015-12-02 Jean Privatcore/array: provide a better implementation of `copy_to...
2015-12-02 Jean Privatcore/array: fix implementation of naive copy_to to...
2015-12-02 Jean Privatcore/list: add length as attribute
2015-12-01 Jean Privatcore/array: use `copy_to` to factorize some code
2015-11-30 Jean Privatcore: remove useless return types
2015-10-23 Alexis Laferrièrelib: intro Collection::has_any
2015-10-21 Jean Privatrm lib/core/collection/m.dot that was wrongly commited...
2015-10-20 Jean Privatcore::hash_collection: simplify `enlarge`
2015-10-20 Jean Privatcore::hash_collection: native array storage is no more...
2015-10-20 Jean Privatcore::hash_collection: do not allocate the storage...
2015-10-19 Jean Privatcore::hash_collection: shortcut some methods on empty...
2015-10-15 Alexandre Terrasacore/collection: set HashMapIterator as private
2015-09-28 Jean PrivatMerge: Basename fix
2015-09-25 Lucas Bajoletlib/core: Improve performances of last_index_of_from
2015-09-24 Jean Privatlib/core/collection: add start so iterators are usable...
2015-08-27 Jean Privatlib: rename `standard` as `core`