summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-0414-348/+212
|\
| * Removing duplication from Duration.Paul Phillips2012-09-041-328/+178
| * Merge pull request #1219 from odersky/topic/worksheet-instrumenterJosh Suereth2012-09-041-3/+3
| |\
| | * Made instrumenter more robust by looking at tokensMartin Odersky2012-08-301-3/+3
| * | Merge pull request #1244 from dgruntz/2.10.xJosh Suereth2012-09-041-4/+4
| |\ \
| | * | Fixes typos in the ScalaDoc of StringContextDominik Gruntz2012-09-041-4/+4
| * | | Fixes SI-6285 - ParIterableLike no longer says sequential foreach.Josh Suereth2012-09-041-1/+1
| * | | Merge pull request #1192 from jsuereth/deprecate/low-hangingPaul Phillips2012-09-047-0/+7
| |\ \ \
| | * | | Deprecate unmaintained/old classes for removal in 2.11Josh Suereth2012-08-247-0/+7
| * | | | Made Dynamic extend Any.Paul Phillips2012-09-031-5/+5
| * | | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-012-7/+14
| |\ \ \ \
| | * | | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-312-7/+14
* | | | | | Merge pull request #1241 from samskivert/issues/doctype-ctorPaul Phillips2012-09-042-1/+18
|\ \ \ \ \ \
| * | | | | | SI-6295: Introduced NoExternalID, fixed DocType's documentation.Michael Bayne2012-09-042-1/+18
* | | | | | | Merge pull request #1226 from paulp/topic/unresolved-overloadsJosh Suereth2012-09-042-6/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Minor library changes to help overloading issues.Paul Phillips2012-08-312-6/+3
* | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-0135-260/+360
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-3022-113/+133
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Two more value classes.Paul Phillips2012-08-292-53/+50
| | * | | | Expanded the reach of value classes.Paul Phillips2012-08-2920-60/+83
| | |/ / /
| * | | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-301-10/+29
| |\ \ \ \
| | * | | | Improve efficiency of updatedRuediger Klaehn2012-08-181-10/+29
| * | | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-302-40/+52
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Commented out assertionsRuediger Klaehn2012-08-281-3/+3
| | * | | | Made ListMap.tail O(1) instead of O(N)Ruediger Klaehn2012-08-251-7/+7
| | * | | | Added assertions for tree consistencyRuediger Klaehn2012-08-201-0/+4
| | * | | | Rewrote makeHashTrieMap so that objects are created in a consistent stateRuediger Klaehn2012-08-201-22/+19
| | * | | | Check if subNew is the only child and if it is a leaf.Ruediger Klaehn2012-08-201-0/+2
| | * | | | Move code to create two-element HashTrieMap into utility method and make use ...Ruediger Klaehn2012-08-201-27/+30
| | * | | | Remove unnecessary check for merger eq nullRuediger Klaehn2012-08-201-2/+2
| | * | | | Prevent creation of a HashTrieMap with one child unless the child is a HashTr...Ruediger Klaehn2012-08-201-1/+4
| | * | | | Prevent creation of a HashMapCollision1 with one elementRuediger Klaehn2012-08-201-3/+6
| * | | | | Merge pull request #1215 from dgruntz/reflection/tuningEugene Burmako2012-08-301-8/+8
| |\ \ \ \ \
| | * | | | | Reflection tuningDominik Gruntz2012-08-301-8/+8
| | | |_|/ / | | |/| | |
| * / | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+7
| |/ / / /
| * | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-293-77/+102
| |\ \ \ \
| | * | | | pull request feedbackpavelpavlov2012-08-231-0/+21
| | * | | | PartialFunction polishingPavel Pavlov2012-08-233-77/+81
| * | | | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-3/+2
| | |_|_|/ | |/| | |
| * | | | Merge pull request #1179 from scalamacros/topic/classtag-of-nothingPaul Phillips2012-08-231-7/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | reverts changes to ClassTag.NothingEugene Burmako2012-08-221-7/+2
| * | | | Merge pull request #1177 from scalamacros/topic/abstypeofJosh Suereth2012-08-231-0/+2
| |\ \ \ \
| | * | | | exposes absTypeTag and absTypeOfEugene Burmako2012-08-211-0/+2
| | |/ / /
| * | | | Merge pull request #1172 from Blaisorblade/topic/deprecated-conversionJosh Suereth2012-08-232-2/+23
| |\ \ \ \
| | * | | | JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-202-2/+23
| * | | | | Merge pull request #1183 from jsuereth/fix/try-catch-inversionJosh Suereth2012-08-231-1/+1
| |\ \ \ \ \
| | * | | | | Fix stupid logic inversion of try-catchJosh Suereth2012-08-211-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1167 from Blaisorblade/topic/stream-const-spaceGrzegorz Kossakowski2012-08-221-12/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove commented out codePaolo Giarrusso2012-08-201-17/+0
| | * | | | Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-201-0/+35
| | |/ / /