summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'dcsobral/interpolationFix'Paul Phillips2012-01-181-2/+2
|\
| * Fix check for number of argumentsDaniel C. Sobral2012-01-171-2/+2
* | Merge remote-tracking branches 'kmizu/pull-request-fix-SI-5377' and 'kepler/t...Paul Phillips2012-01-181-1/+40
|\ \
| * | Upgraded the implementation of showRawEugene Burmako2012-01-171-1/+40
* | | Fixed a bug SI-5377 (https://issues.scala-lang.org/browse/SI-5377).Kota Mizushima2012-01-191-1/+1
| |/ |/|
| |
| \
*-. \ Merge remote-tracking branches 'odersky/pullrequest/interpolation' and 'magar...Paul Phillips2012-01-161-0/+191
|\ \ \
| * | | A string interpolation implementation of SIP-11.Martin Odersky2012-01-161-0/+191
* | | | Make AnyValManifest not a sealed class.Grzegorz Kossakowski2012-01-151-1/+1
| |/ / |/| |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'szabolcsberecz/xml-attribute-order', 'szabolc...Paul Phillips2012-01-155-3/+77
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | * | Reword confusing explanationDaniel C. Sobral2012-01-141-7/+11
| | | * | Explain Function1 vs PartialFunctionDaniel C. Sobral2012-01-132-1/+35
| | |/ / | |/| |
| | * | Improve description of flatten, flatMapDaniel C. Sobral2012-01-133-2/+38
| |/ /
* / / Toward the elimination of setInternalFlags.Paul Phillips2012-01-141-2/+2
|/ /
* | Removed some unsociable exception behavior.Paul Phillips2012-01-131-7/+0
* | Merge remote-tracking branch 'szabolcsberecz/xml-attribute-fixes' into developPaul Phillips2012-01-121-6/+9
|\ \
| * | Cleanup after "Fixed equality and string representation of xml attributes wit...Szabolcs Berecz2012-01-121-6/+9
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'axel22/issue/4147', 'schmmd/codec' and 'soc/S...Paul Phillips2012-01-126-1/+422
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | Clean up standard/swing library by deprecating/moving code examplesSimon Ochsenreither2011-12-071-1/+1
| | * | | Added toString to Codec class (uses Codec.name).Michael Schmitz2012-01-091-0/+3
| * | | | Merge branch 'master' into issue/4147aleksandar2012-01-1226-82/+174
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Add mutable tree sets to the standard library.aleksandar2012-01-124-0/+418
* | | | | Traitified JavaConverters.Paul Phillips2012-01-101-1/+4
* | | | | Merge remote-tracking branch 'odersky/master'Paul Phillips2012-01-107-7/+7
|\ \ \ \ \
| * | | | | Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-107-7/+7
| | |/ / / | |/| | |
* / | | | Revert "Accept prefixed xml attributes with null value"Paul Phillips2012-01-101-9/+6
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge remote-tracking branches 'odersky/master', 'odersky/topic/capturing' an...Paul Phillips2012-01-095-11/+16
|\ \ \ \ \ \
| | | * | | | Accept prefixed xml attributes with null valueSzabolcs Berecz2012-01-071-6/+9
| | | * | | | Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-074-5/+7
| | | | |_|/ | | | |/| |
| | * | | | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-021-0/+15
* | | | | | Fix for PartialFunction NPE.Paul Phillips2012-01-081-2/+2
* | | | | | Cleanups in Cleanup.Paul Phillips2012-01-072-2/+20
* | | | | | Made Array manifests return type arguments.Paul Phillips2012-01-072-3/+3
| |_|/ / / |/| | | |
* | | | | Init order issue in Manifest toStrings.Paul Phillips2012-01-051-43/+22
* | | | | More consistent use of Names.Paul Phillips2012-01-053-15/+32
* | | | | Added forall to Option.Paul Phillips2012-01-031-0/+7
|/ / / /
* | | | Added option -Xlog-reflective-calls.Paul Phillips2012-01-021-3/+2
* | | | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-021-0/+15
|/ / /
* | | More performance work.Paul Phillips2011-12-301-0/+6
* | | Low-level optimization.Paul Phillips2011-12-301-3/+4
* | | Better hunting for tools.jar.Paul Phillips2011-12-301-0/+5
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'ijuma/issue/5341', 'kepler/topic/reifyclosure...Paul Phillips2011-12-272-0/+45
|\ \ \ \ \ | | | |/ / | | |/| |
| | | * | Documented emptyValDef fieldEugene Burmako2011-12-231-0/+5
| | |/ /
| * / / fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-251-0/+40
| |/ /
* | | [vpm] better codegen, especially for alternatives (suggested by Tiark)Adriaan Moors2011-12-241-15/+9
* | | [vpm] optimized codegen avoids option-boxingAdriaan Moors2011-12-241-0/+1
|/ /
* | Merge remote-tracking branches 'axel22/issue/5293' and 'jsuereth/fix-5053-vie...Paul Phillips2011-12-195-43/+335
|\ \
| * | unzip(3) on view now returns view.Josh Suereth2011-12-181-0/+6
| * | Restored some methods to List.Paul Phillips2011-12-171-0/+247
| * | Intermediate range commit.Paul Phillips2011-12-161-106/+79
| * | Merge remote-tracking branch 'repo/develop'Paul Phillips2011-12-121-0/+1
| |\ \