summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/GenTraversableLike.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9519 removed the usecase section of the ++-methodPhilippus Baalman2017-02-041-24/+0
* Fix typo in GenTraversableLikeBoris Korogvich2016-10-201-1/+1
* Improve collections documentation and prefer () to {}vsalvis2015-10-271-12/+0
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-4/+4
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-3/+3
* Fixes #3330 with Scaladoc changes onlyJason Swartz2014-01-071-12/+12
* Fix typo in ScaladocRobin Green2013-06-231-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Fix some typosSamy Dindane2013-01-241-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-6/+6
* SI-6119 Fix mispelling on take documentation.Daniel C. Sobral2012-08-091-1/+1
* Split @milessabin HasRepr into IsTraversableOnce and IsTraversableLike type c...Josh Suereth2012-06-271-9/+0
* Added infrastructure to enable easy enrichment of GenTraversables.Miles Sabin2012-05-171-0/+9
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-12/+12
* Add missing methods to GenTraversableLike.Aleksandar2012-05-061-6/+37
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* SI-5677, Tiny typo. Fixed.Heather Miller2012-04-191-3/+3
* Adapted usecases to full signature displayVlad Ureche2012-03-201-53/+59
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-1/+1
|\
| * A first bunch of Any-extending traits.Martin Odersky2012-02-061-1/+1
* | Improvement to API docs: GenTraversableLike and List. Fixes SI-5522.Heather Miller2012-02-251-1/+1
|/
* Improve description of flatten, flatMapDaniel C. Sobral2012-01-131-1/+22
* Migration message and version cleanupSimon Ochsenreither2011-12-071-4/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-291-1/+24
* 2nd round of clean ups (see r25285)michelou2011-07-151-2/+4
* Removing the package-private modifiers on Gen*L...Aleksandar Pokopec2011-06-221-1/+1
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-1/+1
* Couple of fixes to the usecases in docs.Aleksandar Pokopec2011-04-151-5/+5
* Adding some docs refactorings.Aleksandar Pokopec2011-04-141-23/+233
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-141-6/+29
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-0/+100