summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1486 from heathermiller/issue/6099Josh Suereth2012-10-102-56/+69
|\
| * SI-6099 - Scaladoc for scala.concurrent incompleteHeather Miller2012-10-102-56/+69
* | Merge pull request #1488 from dotta/topic/deprecated-instrumentation-apiJosh Suereth2012-10-101-0/+1
|\ \ | |/ |/|
| * Deprecated instrumentation APIMirco Dotta2012-10-101-0/+1
* | SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-091-6/+1
|/
* undeprecates manifests for 2.10.0Eugene Burmako2012-10-035-11/+22
* 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
|/ /
* | Finish docs for string interpolation.Josh Suereth2012-09-271-3/+60
* | 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 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
| * | | improve performance of integer multiplication overflow check on DurationRoland2012-09-191-20/+37
| * | | enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-3/+34
* | | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1925-4414/+7
|\ \ \ \
| * | | | SI-6363 deploys the updated starrEugene Burmako2012-09-193-30/+0
| * | | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1926-4371/+29
| * | | | prepping for the refactoringEugene Burmako2012-09-191-25/+27
| * | | | fixes NameTypes in base namesEugene Burmako2012-09-192-4/+4
| * | | | SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-192-42/+5
* | | | | Merge pull request #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-198-97/+81
|\ \ \ \ \
| * | | | | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-188-97/+81
| | |/ / / | |/| | |
* | | | | Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-191-8/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Retain Ordering in drop/take/slice signatures.Juha Heljoranta2012-09-181-3/+3
| * | | | Rank based take/drop/slice.Juha Heljoranta2012-08-281-11/+20
* | | | | Merge pull request #1335 from cvogt/topic/reflection-scaladocEugene Burmako2012-09-1924-186/+681
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | improved/fixed reflection docs based on commentsChristopher Vogt2012-09-1915-70/+155