summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1473 from soc/SI-6388-without-predefAdriaan Moors2012-10-199-426/+1
|\ \ \ \ \
| * | | | | SI-6388 Remove ApplicationSimon Ochsenreither2012-10-121-79/+0
| * | | | | SI-6388 Remove some remaining, minor deprecationsSimon Ochsenreither2012-10-081-8/+0
| * | | | | SI-6388 Remove first parts of deprecated @serializable annotationSimon Ochsenreither2012-10-081-5/+1
| * | | | | SI-6388 Remove deprecated items in scala/mathSimon Ochsenreither2012-10-082-12/+0
| * | | | | SI-6388 Remove deprecated items in scala/collectionSimon Ochsenreither2012-10-084-322/+0
* | | | | | Removed .disabled files.Paul Phillips2012-10-1813-727/+0
| |/ / / / |/| | | |
* | | | | Fixes SI-6521, overrides Range#head to be fasterDavid Hall2012-10-121-0/+1
* | | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-075-11/+22
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | undeprecates manifests for 2.10.0Eugene Burmako2012-10-035-11/+22
| |/ /
* | | SI-6478 Fixing JavaTokenParser identJames Roper2012-10-051-3/+4
* | | Merge pull request #1369 from som-snytt/issue/6406-regextractPaul Phillips2012-10-041-34/+64
|\ \ \
| * | | Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-201-34/+64
* | | | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-044-9/+11
* | | | Merge pull request #1453 from vigdorchik/links_fixedPaul Phillips2012-10-032-3/+3
|\ \ \ \
| * | | | Fix scaladoc links in a couple of places.Eugene Vigdorchik2012-10-032-3/+3
* | | | | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-0314-43/+102
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Improved the `scala.language` documentationVlad Ureche2012-10-022-25/+75
| * | | Merge pull request #1435 from paulp/stringcontext-docPaul Phillips2012-10-011-6/+6
| |\ \ \
| | * | | Fix StringContext documentation.Paul Phillips2012-10-011-6/+6
| * | | | Merge pull request #1424 from soc/SI-6449Paul Phillips2012-10-0110-12/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-299-10/+10
| | * | | SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-291-2/+2
| * | | | Merge remote-tracking branch 'scala/2.10.x' into 2.10.0-wipGrzegorz Kossakowski2012-09-291-2/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-281-2/+4
| | |\ \ \
| | | * | | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-211-2/+4
| * | | | | add a bit about unicode to scaladoc.Josh Suereth2012-09-281-0/+7
| |/ / / /
* | | | | Fix for SI-6452, leak in ListBuffer.Paul Phillips2012-09-301-13/+31
* | | | | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-281-3/+60
|\| | | |
| * | | | Finish docs for string interpolation.Josh Suereth2012-09-271-3/+60
| | |_|/ | |/| |
* | | | Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-2714-27/+23
|\| | |
| * | | Privatize some collections internals.Paul Phillips2012-09-261-5/+5
| * | | Don't overload implicit methods.Paul Phillips2012-09-262-3/+3
| * | | Don't write public methods with non-public parameters.Paul Phillips2012-09-261-4/+4
| * | | Don't write side-effecting nullary methods.Paul Phillips2012-09-261-2/+2
| * | | Avoid relying on auto-tupling.Paul Phillips2012-09-261-1/+1
| * | | Improves SI-6409 - Add note to string flatMap about evaluation.Josh Suereth2012-09-251-0/+3
| * | | Merge pull request #1373 from smessmer/2.10.xGrzegorz Kossakowski2012-09-243-3/+3
| |\ \ \
| | * | | Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-213-3/+3
| * | | | Merge pull request #1379 from retronym/topic/boxing-conversionsPaul Phillips2012-09-221-5/+0
| |\ \ \ \
| | * | | | Remove BoxingConversions from the scala package.Jason Zaugg2012-09-221-5/+0
| * | | | | Merge pull request #1370 from pavelpavlov/SI-5767Grzegorz Kossakowski2012-09-211-2/+0
| |\ \ \ \ \
| | * | | | | LinkedHashSet scaladoc fix after FlatHashTable->HashTable transitonPavel Pavlov2012-09-211-2/+0
| * | | | | | fix scala.collection.TraversableLike scaladocxuwei-k2012-09-211-1/+1
| * | | | | | fix Subscriber scaladocxuwei-k2012-09-211-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '2.10.x'Paul Phillips2012-09-2043-4756/+416
|\| | | | |
| * | | | | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2010-246/+329
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | some small remaining fixesRoland2012-09-204-27/+54
| | * | | | Adjustments to scala.concurrent.duration.Paul Phillips2012-09-195-196/+212
| | * | | | move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-197-35/+27