summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic/GenericTraversableTemplate.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-201-1/+1
* Merge pull request #4084 from vigdorchik/usecase_sigsGrzegorz Kossakowski2014-11-211-1/+1
|\
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-1/+1
* | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
|/
* SI-7476 Add documentation to GenericTraversableTemplateSimon Ochsenreither2013-05-131-4/+50
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-5/+5
* 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-5/+5
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-5/+5
* Removes @bridge methods.Simon Ochsenreither2012-04-281-5/+0
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Adapted usecases to full signature displayVlad Ureche2012-03-201-11/+14
* Improve description of flatten, flatMapDaniel C. Sobral2012-01-131-1/+13
* Migration message and version cleanupSimon Ochsenreither2011-12-071-2/+1
* Fix doc comment. no reviewHubert Plociniczak2011-10-311-7/+7
* Fixes #4761.Aleksandar Pokopec2011-07-111-4/+10
* Fixes and closes #4608.Aleksandar Pokopec2011-05-191-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-1/+1
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-4/+6
* Rediscovering that transpose sometimes throws a...Paul Phillips2011-02-191-1/+11
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* A selection of collections additions from the l...Paul Phillips2010-12-041-2/+26
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-2/+2
* Made transpose not fail on an empty collection.Paul Phillips2010-09-171-0/+3
* fixed some scaladoc commentsmichelou2010-09-091-12/+17
* added doc comment which makes things clearer wh...Martin Odersky2010-08-301-0/+1
* Fixes priority queues and makes them iterables ...Aleksandar Pokopec2010-07-291-0/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-061-1/+1
* Another set of typos fixed.Aleksandar Pokopec2010-04-081-0/+1
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-2/+2
* more docs. noreview.Martin Odersky2009-12-151-4/+5
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-5/+59
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Fixed #2497Martin Odersky2009-11-071-1/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* more @since annotationsstepancheg2009-09-261-0/+3
* Collections refactoring.Martin Odersky2009-09-251-0/+65