lib/array: suppress a warning to be compatible with the bootstrap
[nit.git] / lib / standard / collection / array.nit
2015-04-08 Jean Privatlib/array: suppress a warning to be compatible with...
2015-03-07 Jean PrivatMerge: Reuse Array Iterators
2015-03-06 Jean Privatlib/array: remember the last used iterator so it could...
2015-03-06 Jean Privatlib/map: make concrete `Map.keys` and `Map.values`...
2015-02-28 Jean Privatlib/array: Array, ArraySet and ArrayMap are cloneable
2015-01-30 Jean PrivatSince keys of Maps can now be null, it enables the...
2015-01-13 Alexis Laferrièrelib: update HashMap and ArrayMap to support nullable...
2015-01-03 Jean Privatlib/array: remove unused&deprecated `Arrray::intern_items`
2014-12-27 Alexis Laferrièrelib/standard: optimize `Array::add_all`
2014-12-11 Alexandre Terrasalib/standard: adds some spaces
2014-12-11 Alexandre Terrasalib/standard: fixes bad indent in comments
2014-12-05 Jean Privatlib/array: make `copy_to` public
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasaarray: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix useless private visibility warnings
2014-11-18 Jean Privatlib: kill the class ArrayCapable
2014-11-08 Jean Privatlib: add Array::* for repetitions
2014-11-02 Jean Privatlib: update some modules of standard to new constructors
2014-10-27 Jean Privatlib: add Array::+
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-08-26 Jean PrivatMerge: lib/standard: optimize Array.to_s
2014-08-26 Lucas Bajoletlib/standard/array: new NativeArray/NativeString are...
2014-08-18 Jean PrivatMerge: introduce Sequence::prepend
2014-08-15 Jean Privatlib: add Seq:insert_all as a generalized `insert`
2014-08-15 Jean Privatlib: prepare for new constructors
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-06 Jean Privatlib/std: more efficient Collection::to_a
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatlibs/collection: implements `reverse_iterator` in Array...
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
2014-03-25 Jean Privatlib/coll: remove private types from public signatures
2014-03-20 Jean Privatlib/coll: make private some specific implementations...
2014-03-20 Jean Privatlib/coll: make CoupleMapIterator private
2014-03-20 Jean Privatlib/coll: generalize `insert` in Sequence
2014-03-20 Jean Privatlib/coll: move *index_of* in Sequence
2014-03-20 Jean Privatlib/array: fix AbstractArray::unshift
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-02-07 ChristopheGIGAXarray: improve comment of `last_index_of_from`
2014-02-03 Alexis Laferrièrelib: add Set::union and Set::intersection from pep8analysis
2013-11-19 Jean Privatremove closures from code
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2012-12-07 Jean Privatlib: fix ArrayMapValues::first
2012-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-14 Jean Privatlib: update the documentation
2012-02-13 Alexis Laferrièrelib: adds swap_at to arrays
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2010-08-06 Jean Privatlib: fix ArrayMap::first
2009-09-04 Jean Privatlib: add Array::sort !cmp
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: new /lib/standard/collection directory