Merge branch 'privat' into contrib-pep8analysis
[nit.git] / lib / standard / collection / hash_collection.nit
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-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-02-03 Alexis Laferrièrelib: add Set::union and Set::intersection from pep8analysis
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-19 Jean Privatremove closures from code
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-14 Jean Privatlib: update the documentation
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: HashCollection is no more a Collection
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2010-07-16 Jean Privatlib: hash_collection learns the standard hashmap implem...
2010-07-16 Jean Privatlib: reduce acces to _array in hash_collection
2010-07-13 Jean Privatlib: direct key access in HashMap and HashSet
2010-01-14 Jean Privatsyntax: prepare stmts following loops to be unreachable
2009-08-28 Jean Privatsrc: use 'loop' for infinite loop and do-until-like
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatlib: split hash into hash_collection