summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Clarify scala.collection.immutable.Map#withDefaultValue() docs.Blair Zajac2011-12-081-0/+1
| * | Added cast to ParRange.Paul Phillips2011-12-121-1/+1
| * | Range.foreach optimization.Paul Phillips2011-12-121-12/+77
| |/
* / Fix #5293 - changed the way hashcode is improved in hash sets.aleksandar2011-12-192-31/+81
|/
*---. Merge remote-tracking branches 'soc/SI-4990', 'fedgehog/docs_fix_for_scala.Ei...Paul Phillips2011-12-0724-135/+73
|\ \ \
| | * | Fix documentation errorfedgehog2011-12-071-4/+4
| | |/
| * / Migration message and version cleanupSimon Ochsenreither2011-12-0723-131/+69
| |/
* / Restructed Enumeration a little.Paul Phillips2011-12-071-21/+14
|/
* Merge branch 'master' of /scala/trunk into developPaul Phillips2011-12-061-0/+5
|\
| * Gave Option its own nonEmpty.Paul Phillips2011-12-061-0/+5
* | Fix documentation stutters.Blair Zajac2011-12-065-5/+5
|/
* Update scaladoc links to collections overview.Josh Marcus2011-12-0628-38/+34
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-0527-0/+68
*-. Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-041-9/+3
|\ \
| | * Delegate to Java's implementation of signum for Long and Int.Ismael Juma2011-12-031-9/+3
| |/
* / Add a mnemonic to help remember what's the difference between +:Daniel C. Sobral2011-12-042-0/+8
|/
*-----. Merge remote-tracking branches 'dcsobral/parser/NoSuccessMessages', 'dcsobral...Paul Phillips2011-12-023-15/+70
|\ \ \ \
| | | * | Make Enumeration.ValueSet SerializableStefan Zeiger2011-12-021-2/+3
| | | * | Enumeration and Enumeration.ValueSet improvementsStefan Zeiger2011-12-021-15/+48
| | * | | Makes Range#sum an O(1) operation instead of an O(n) one.Simon Ochsenreither2011-12-021-0/+7
| | |/ /
| * | / Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-021-0/+14
| | |/ | |/|
* / | Add withErrorMessage/withFailureMessage to Parser.Daniel C. Sobral2011-12-021-0/+56
|/ /
* / Improve performance of BitSet.sizeStefan Zeiger2011-12-021-12/+1
|/
*-. Merge commit 'e21c05'; commit '8b8ed9'; commit '335da6'; commit '5d7da7' into...Paul Phillips2011-12-011-1/+2
|\ \
| | * Example in scala.sys.process didn't match the text that describes it. Fixed.Daniel C. Sobral2011-12-011-1/+2
| |/
* / Fix typo on Regex documentation.Daniel C. Sobral2011-12-011-1/+1
|/
*-. Merge remote-tracking branches 'remotes/odersky/master', 'remotes/odersky/top...Paul Phillips2011-12-017-20/+113
|\ \
| | * Improved BitSet implementationsStefan Zeiger2011-12-016-20/+111
| |/ |/|
| * Special treatment of emptyValDef in reifyMartin Odersky2011-12-011-0/+2
|/
* -Yreify-copypaste: the copy/pasteable mode for ...Eugene Burmako2011-11-281-2/+2