lib/collection: fix doc of the popular `Container`
[nit.git] / lib / standard / collection / abstract_collection.nit
2015-03-10 Alexis Laferrièrelib/collection: fix doc of the popular `Container`
2015-03-06 Jean Privatlib/map: document `Map.has_key` and implement it effici...
2015-02-27 Jean Privatcollection: implements `MapRead::==`
2015-01-30 Jean PrivatSince keys of Maps can now be null, it enables the...
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2014-12-11 Alexandre Terrasalib/standard: fixes bad indent in comments
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-26 Jean Privatlib/collections: add `Collection::has_exactly`
2014-11-26 Jean Privatlib/collection: improve documentation of `has_all`
2014-11-19 Alexandre Terrasaabstract_collection: fix missing documentation warning
2014-11-19 Alexandre Terrasaabstract_collection: fix useless private visibility...
2014-11-02 Jean Privatlib: update some modules of standard to new constructors
2014-10-09 Jean Privatlib/standard: introduce *Iterator::finish
2014-09-26 Jean Privatlib: rename E to V in Map-related classes
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
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-07 Jean Privatlib/std: improve implementation of `Set.hash` and ...
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
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 Privatlib/collection: generalize `reverse?_iterator_from...
2014-03-31 Alexis Laferrièrelib: make Iterators iterable
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
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: document abstract_collection + nitunit tests
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-03-04 Jean Privatlib: add `MapRead::get_or_null` to provide a more stand...
2014-02-03 Alexis Laferrièrelib: add Set::union and Set::intersection from pep8analysis
2014-01-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-19 Jean Privatremove closures from code
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-10-16 Jean Privatlib: doc of Collection
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean Privatlib: promote implementations in NaiveCollection to...
2013-10-16 Jean Privatlib: redef Set#==
2013-10-16 Jean Privatlib: add Collection::has_all
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-06 Alexis Laferrièrelib: adds Map::get_or_default
2012-05-02 Jean Privatlib: fix another formal type error in the Maps
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-02-14 Jean Privatlib: update the documentation
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: MapIterator is no more an Iterator
2012-02-13 Jean Privatlib: Map is no more a Collection
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2011-02-15 Jean PrivatMerge branch 'update_syntax' into next
2011-02-14 Jean Privatlib: fix NaiveCollection::length
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
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