summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | SI-5906 Search for sorted sequencesAlexander Clare2012-07-121-0/+38
|/
* Split @milessabin HasRepr into IsTraversableOnce and IsTraversableLike type c...Josh Suereth2012-06-273-24/+82
* removes array tagsEugene Burmako2012-06-085-29/+29
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-0/+2
* removes tags and their incantations from PredefEugene Burmako2012-06-084-0/+4
* Added infrastructure to enable easy enrichment of GenTraversables.Miles Sabin2012-05-172-0/+62
* Corrects links in API documentationHeather Miller2012-05-162-2/+2
* Address doc comment rot in the standard library.Jason Zaugg2012-05-136-12/+10
* Eliminating reflective calls.Paul Phillips2012-05-022-2/+28
* Fixes SI-4478.Simon Ochsenreither2012-05-0214-16/+16
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-286-6/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-287-77/+4
* migrates stdlib and compiler to tagsEugene Burmako2012-04-236-37/+50
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-1232-7/+38
* Adapted usecases to full signature displayVlad Ureche2012-03-201-11/+14
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-142-2/+2
|\
| * New FlatArray scheme for handling value classes.Martin Odersky2012-02-171-49/+0
| * New scheme for "Rows" of value classes.Martin Odersky2012-02-151-0/+49
| * A first bunch of Any-extending traits.Martin Odersky2012-02-062-2/+2
* | Whitespace commit.Paul Phillips2012-02-291-3/+3
|/
* Improve description of flatten, flatMapDaniel C. Sobral2012-01-131-1/+13
* Merge branch 'master' into issue/4147aleksandar2012-01-121-1/+1
|\
| * Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-101-1/+1
* | Add mutable tree sets to the standard library.aleksandar2012-01-121-0/+33
|/
* Migration message and version cleanupSimon Ochsenreither2011-12-071-2/+1
* Fix doc comment. no reviewHubert Plociniczak2011-10-311-7/+7
* fixed svn props and scaladoc tags, did some cle...michelou2011-09-2013-97/+55
* Fixed bug in Sorted "to" not using the ordering.Paul Phillips2011-08-271-2/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-152-62/+0
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-7/+8
* 2nd round of clean ups (see r25285)michelou2011-07-153-45/+39
* Implemented workaround for SI-4789, no review.Paul Phillips2011-07-111-1/+3
* Fixes #4709.Aleksandar Pokopec2011-07-112-3/+9
* Fixes #4761.Aleksandar Pokopec2011-07-111-4/+10
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-0/+6
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Fixes and closes #4608.Aleksandar Pokopec2011-05-191-1/+1
* Moved unapplySeq down to SeqFactory.Aleksandar Pokopec2011-05-042-10/+11
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-2414-271/+475
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-1321-26/+109
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-307-33/+12
* A bunch of scaladoc cleanups.Paul Phillips2011-03-292-9/+4
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-224-7/+9
* Changed Super to fix #4300Martin Odersky2011-03-141-3/+3
* Fixed up the regression I slipped in with slice.Paul Phillips2011-03-121-3/+11
* A patch for views. Most relevant change:Paul Phillips2011-03-111-0/+45
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-18/+7