string: fix useless private visibility warnings
[nit.git] / lib / standard / collection /
2014-11-25 Alexandre Terrasacollection: fix missing documentation warnings
2014-11-25 Alexandre Terrasahas_collection: fix useless private visibility warnings
2014-11-25 Alexandre Terrasahash_collection: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix useless private visibility warnings
2014-11-25 Alexandre Terrasalist: fix missing documentation warnings
2014-11-25 Alexandre Terrasarange: fix the behavior of `length` on empty ranges
2014-11-20 Alexandre Terrasarange: add some nitunit and examples
2014-11-20 Alexandre Terrasarange: fix Range::init documentation
2014-11-20 Alexandre Terrasarange: fix init warnings
2014-11-19 Alexandre Terrasarange: fix useless private visibility warnings
2014-11-19 Alexandre Terrasaabstract_collection: fix missing documentation warning
2014-11-19 Alexandre Terrasaabstract_collection: fix useless private visibility...
2014-11-17 Alexandre Blondin... lib: Enhanced DisjointSet data structure
2014-11-08 Jean Privatlib: add Array::* for repetitions
2014-11-02 Jean Privatlib: update some modules of standard to new constructors
2014-10-29 Jean PrivatMerge: Threads
2014-10-27 Jean Privatlib: add Array::+
2014-10-27 Alexis Laferrièrelib/collection: minor fix to doc in list.nit
2014-10-09 Jean Privatlib/standard: introduce *Iterator::finish
2014-10-02 Jean Privatlib: beef-up the Comparator api and documentation
2014-10-02 Jean Privatlib: new API for Comparator
2014-09-30 Jean PrivatMerge: Fix generic parameter names
2014-09-27 Jean Privatlib: some update towards more use of new constructors
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-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: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 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-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 Privatlib/std: more efficient Collection::to_a
2014-08-04 Jean Privatlib/standard: rework and factorise queues and heaps.
2014-07-30 Jean Privatsrc: remove some useless import
2014-07-30 Jean Privatlib: string does not need anymore to intrude array
2014-07-15 Alexandre Terrasalib: introduce Heap and PriorityQueue in standard:...
2014-07-11 Alexandre Terrasalib: introduce Stack in standard::collection
2014-07-11 Alexandre Terrasalib: introduce Queue in standard::collection
2014-07-11 Alexandre Terrasalib: move union_find to collection
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-05-08 Alexandre Terrasasorter: add some sorters
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
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-04-04 Jean Privatlib/collection: generalize `reverse?_iterator_from...
2014-04-03 Alexis Laferrièrelib: intro the Numeric class
2014-03-31 Alexis Laferrièrelib: make Iterators iterable
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: document abstract_collection + nitunit tests
2014-03-20 Jean Privatlib/array: fix AbstractArray::unshift
2014-03-14 Jean Privatlib/sorter: provide a stateless singleton `default_comp...
2014-03-14 Jean Privatlib/sorter: rename Sorter to Comparator
2014-03-06 Jean Privatlib/hashcol: forgot to nullify a link in `HashCollectio...
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-07 ChristopheGIGAXrange: make IteratorRange private
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
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
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-19 Jean Privatremove closures from code
2013-11-17 Alexis Laferrièrelib: improves usage example of Int::times
2013-11-16 Alexis Laferrièrelib: move the `times` method to Int
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
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-17 Jean Privatlib: fix implem of Range::has_only
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
next