summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/IterableLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Nuance doc for slidingSom Snytt2017-02-071-6/+6
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-6/+5
* Optimization of IterableLike.scalaRex Kerr2015-02-161-6/+6
* Scala doc update (sliding method). Added info about default step set to 1. Re...BartekJanota2015-02-041-1/+2
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-2/+18
* Collections: remove redundant calls to .seqJason Zaugg2013-10-311-1/+1
* IterableLike.grouped() : More explicit documentationValerian2013-10-141-1/+1
* IterableLike grouped : fix documentationValerian2013-10-101-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-24/+24
* Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-151-2/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Fix for view isEmpty.Paul Phillips2012-08-131-1/+2
* Corrects links in API documentationHeather Miller2012-05-161-3/+3
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+11
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-11/+0
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Adapted usecases to full signature displayVlad Ureche2012-03-201-0/+1
* A first bunch of Any-extending traits.Martin Odersky2012-02-061-1/+1
* Removed the type parameter from sliding, no rev...Paul Phillips2011-09-031-2/+2
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-19/+0
* Make IterableLike.toIterator more efficientPaul Phillips2011-07-161-0/+2
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-6/+7
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-1/+12
* One of the blips in the performance charts seem...Paul Phillips2011-04-201-3/+43
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-4/+4
* Adding some docs refactorings.Aleksandar Pokopec2011-04-141-99/+2
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-4/+4
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+1
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-24/+4
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-291-2/+2
* A selection of collections additions from the l...Paul Phillips2010-12-041-4/+0
* Some collections overrides for more efficient t...Paul Phillips2010-12-011-7/+0
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-1/+1
* Fixes #3563. Review by extempore.Aleksandar Pokopec2010-06-161-0/+7
* Fixes #3461. No review.pAleksandar Pokopec2010-06-081-1/+2
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Added sizeHints to operations where it made sense.Martin Odersky2010-05-101-0/+4
* Updated documentationMartin Odersky2010-04-091-3/+3
* Another set of typos fixed.Aleksandar Pokopec2010-04-081-4/+4
* Spring cleaning of collection libraries.Martin Odersky2010-03-191-3/+3
* Fixes #3088. No review.Aleksandar Pokopec2010-02-241-1/+1
* Made Iterator consistent with Iterable by addin...Paul Phillips2010-01-161-0/+32
* more docs. noreview.Martin Odersky2009-12-151-1/+1
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-34/+29
* refined doc comments generation; refactored cod...Martin Odersky2009-12-101-10/+0