summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Finalized math.E and math.Pi.Paul Phillips2013-05-311-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #2424 from rjolly/si-7399James Iry2013-05-291-11/+11
|\ \ \ \
| * | | | SI-7399 : Take scala.concurrent.context.maxThreads into accountRaphael Jolly2013-05-291-11/+11
* | | | | Merge pull request #2563 from soc/SI-7474James Iry2013-05-282-8/+11
|\ \ \ \ \
| * | | | | SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-282-8/+11
* | | | | | Merge pull request #2579 from vigdorchik/list_mapJames Iry2013-05-282-28/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-222-28/+15
| |/ / / /
* | / / / Make all numeric coercions explicit.Paul Phillips2013-05-2715-53/+63
| |/ / / |/| | |
* | | | Merge pull request #2524 from soc/SI-7469-java-collectionsPaul Phillips2013-05-272-56/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7469 Remove deprecated elements in Java{Conversions,Converters}Simon Ochsenreither2013-05-242-56/+2
* | | | Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-261-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-231-0/+2
| |/ /
* / / SI-6811 Deprecate scala.util.parsing.jsonSimon Ochsenreither2013-05-223-0/+7
|/ /
* | Merge pull request #2544 from viktorklang/wip-normalize-parameter-names-in-sc...Adriaan Moors2013-05-174-31/+31
|\ \
| * | Deprecate parameter names in scala.concurrentViktor Klang2013-05-164-31/+31
* | | Merge pull request #2539 from soc/SI-7484Adriaan Moors2013-05-175-48/+31
|\ \ \
| * | | SI-7484 Indentation and whitespace fixesSimon Ochsenreither2013-05-175-51/+30
| * | | SI-7484 Add @SupressWarning(rawtypes/unchecked)Simon Ochsenreither2013-05-173-0/+4
* | | | Merge pull request #2538 from som-snytt/issue/6488-process-io-destroyAdriaan Moors2013-05-172-12/+20
|\ \ \ \
| * | | | SI-6488 Interrupt i/o threads on process destroySom Snytt2013-05-152-12/+20
* | | | | Merge pull request #2554 from paulp/merge/v2.10.1-326-g4f8c306-to-masterAdriaan Moors2013-05-172-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-17660-6786/+3883
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | Merge pull request #2502 from viktorklang/wip-SI7383-EC-prepare-in-Future-app...Adriaan Moors2013-05-141-1/+1
| |\ \ \ \
| | * | | | SI-7383 - Call ExecutionContext.prepare in Future.apply to allow for capturin...Viktor Klang2013-05-101-1/+1
| * | | | | Merge pull request #2496 from igormoreno/2.10.xPaul Phillips2013-05-111-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Scaladoc: fixing small typo in PartialFunction.scalaIgor Moreno2013-05-051-1/+1
| * | | | | Merge pull request #2303 from starblood/gyuhang/libdocAdriaan Moors2013-04-021-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |