summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in DocumentationValerian2013-07-141-1/+1
* Merge pull request #2709 from yllan/fix-docsAdriaan Moors2013-07-101-2/+2
|\
| * Fix docs inconsistent (cmp -> ord).yllan2013-07-061-2/+2
* | Merge pull request #2704 from adriaanm/modularizeAdriaan Moors2013-07-09110-10627/+0
|\ \
| * | Spin off parser combinators to scala-parser-combinators.jar.Adriaan Moors2013-07-0525-2727/+0
| * | Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-0585-7900/+0
* | | Merge pull request #2688 from yllan/SI-7614Grzegorz Kossakowski2013-07-062-2/+52
|\ \ \ | |_|/ |/| |
| * | SI-7614 Minimize the times of evaluation f in TraversableOnce.maxBy/minBy.yllan2013-07-062-2/+52
* | | Merge pull request #2695 from xuwei-k/bigint-bigdecimal-typoAdriaan Moors2013-07-032-2/+2
|\ \ \ | |_|/ |/| |
| * | fix typoxuwei-k2013-06-302-2/+2
* | | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-012-6/+6
|\ \ \
| * | | Seals some case class hierarchies.Lex Spoon2013-06-262-6/+6
* | | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-011-135/+42
|\ \ \ \
| * \ \ \ Merge 2.10.x into masterAdriaan Moors2013-06-281-135/+42
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge pull request #2511 from viktorklang/wip-cleaner-Future-method-implement...Adriaan Moors2013-06-241-137/+44
| | |\ \ \
| | | * | | Cleaning up method implementations in FutureViktor Klang2013-06-191-137/+44
| | * | | | [backport] SI-7498 ParTrieMap.foreach no longer crashesAleksandar Prokopec2013-06-091-2/+5
* | | | | | SI-7591 Minor cleanupsSimon Ochsenreither2013-07-011-4/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2681 from soc/SI-7590Adriaan Moors2013-06-282-11/+17
|\ \ \ \ \
| * | | | | SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-252-11/+17
* | | | | | Merge pull request #2676 from soc/SI-7511Adriaan Moors2013-06-289-68/+147
|\ \ \ \ \ \
| * | | | | | SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-239-68/+147
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2673 from greenrd/patch-1Adriaan Moors2013-06-281-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix typo in ScaladocRobin Green2013-06-231-1/+1
| |/ / / /
* | | | | Merge pull request #2679 from soc/topic/java-rawtype-cleanupAdriaan Moors2013-06-273-5/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Get rid of raw types which cause unnecessary warningsSimon Ochsenreither2013-06-233-5/+6
| |/ / /
* | | | Set scene for Predef.$scope's demise.Jason Zaugg2013-06-201-1/+7
* | | | Remove dependency on xml in ScalaRunTime.Adriaan Moors2013-06-201-4/+3
* | | | Remove dependency on xml in sys.process.Adriaan Moors2013-06-203-21/+24
|/ / /
* | | Merge pull request #2625 from paulp/pr/no-useless-implicitsGrzegorz Kossakowski2013-06-192-33/+2
|\ \ \
| * | | SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-042-33/+2
* | | | Merge pull request #2602 from t3hnar/Duration.toCoarsestAdriaan Moors2013-06-181-0/+36
|\ \ \ \
| * | | | Add Duration.toCoarsest methodYaroslav Klymko2013-06-101-0/+36
* | | | | Merge pull request #2561 from soc/SI-7479Adriaan Moors2013-06-181-0/+3
|\ \ \ \ \
| * | | | | SI-7479 Add avian option to partest's diff filter...Simon Ochsenreither2013-06-061-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #2641 from soc/SI-6811-cloneable-definitionPaul Phillips2013-06-131-15/+0
|\ \ \ \ \
| * | | | | SI-6811 Remove scala.annotation.cloneableSimon Ochsenreither2013-06-071-15/+0
| |/ / / /
* | | | | Merge pull request #2645 from soc/SI-6747Paul Phillips2013-06-131-0/+3
|\ \ \ \ \
| * | | | | SI-6747 Deprecate Range#{numRange,last,terminal}Element{s,}Simon Ochsenreither2013-06-091-0/+3
* | | | | | Merge pull request #2640 from jedesah/patch-1Jason Zaugg2013-06-091-0/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix incorrectly documented exception of toBoolean method of StringJean-Remi Desjardins2013-06-061-1/+1
| * | | | | Document exceptions thrown in some conversion methods of StringJean-Remi Desjardins2013-06-061-0/+21
| |/ / / /
* | | | | Merge pull request #2610 from axel22/issue/7498Jason Zaugg2013-06-091-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7498 ParTrieMap.foreach no longer crashesAleksandar Prokopec2013-05-301-2/+5
* | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-042-48/+49
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | SI-7497 Fix scala.util.Properties.isMacSimon Ochsenreither2013-05-231-7/+9
| * | | | Reimplementing much of the DefaultPromise methodsViktor Klang2013-05-181-43/+42
| | |_|/ | |/| |
* | | | Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-033-2/+15
|\ \ \ \
| * | | | refactors IMPLPARAM_xxx constants into value classesEugene Burmako2013-06-021-0/+13
| * | | | less magic in fast track macrosEugene Burmako2013-05-272-2/+2