Merge: Steps on iterations and ranges
[nit.git] / lib / standard / collection / range.nit
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-19 Jean Privatlib/standard/collection: check the item can be compared...
2015-05-19 Jean Privatstandard/collection: add `Range::step` to get a bidirec...
2015-05-13 Jean Privatstandard: add `Range::reverse_iterator`
2014-12-11 Alexandre Terrasalib/standard: fixes bad indent in comments
2014-11-25 Alexandre Terrasarange: implements `hash` method on ranges
2014-11-25 Alexandre Terrasarange: implements `==` method on ranges
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-02 Jean Privatlib: update some modules of standard to new constructors
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-03 Alexis Laferrièrelib: intro the Numeric class
2014-02-07 ChristopheGIGAXrange: make IteratorRange private
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
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-09-04 Jean Privatrename 'package' to 'module'
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-15 Jean Privatlib: fix typo and style in documentation
2012-02-14 Jean Privatlib: update the documentation
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory