summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-015-0/+1015
* Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-0114-182/+113
* Add support for combiner sharing to parallel collections.Aleksandar Prokopec2012-02-014-119/+193
*-. Merge remote-tracking branches 'axel22/issue/4147', 'axel22/issue/5374' and '...Paul Phillips2012-01-301-1/+1
|\ \
| * | Merge branch 'master' into issue/5374aleksandar2012-01-3015-119/+210
| |\|
| * | Changed the serialVersionUID in List serialization start marker.aleksandar2012-01-301-1/+1
* | | Merge pull request #1 from lpereir4/avlAleksandar Prokopec2012-01-302-135/+170
|\ \ \ | |_|/ |/| |
| * | Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-282-127/+168
| * | Getting rid of closure creation occuring for each rebalancing. Tail recursion...Lucien Pereira2012-01-151-34/+28
| * | syntactic error correctionLucien Pereira2012-01-141-1/+1
* | | Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-263-14/+22
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'axel22/issue/5374' and 'axel22/issue/5375' in...Paul Phillips2012-01-255-31/+83
|\ \ \ \ | | |_|/ | |/| |
| | * | Fix for SI-5375.aleksandar2012-01-253-27/+35
| * | | Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-252-4/+48
* | | | Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-255-59/+111
|\ \ \ \
| * | | | More work on making reflection thread-safe.Martin Odersky2012-01-251-2/+2
| * | | | Making reflection thread-safe.Martin Odersky2012-01-252-27/+16
| * | | | Cleanup and better documentation of reflect.api.Symbols traitMartin Odersky2012-01-251-28/+63
| * | | | Added doc comments to Names trait.Martin Odersky2012-01-251-3/+30
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'hubertp/topic/errors', 'scalamacros/topic/ant...Paul Phillips2012-01-252-5/+6
|\ \ \ \ \ \ \
| | | * | | | | Update for fix for SI-5377.aleksandar2012-01-241-2/+3
| | | | |_|/ / | | | |/| | |
| | * / | | | SI-5405: Fix documentation error in scala.math.BigIntLeif Wickland2012-01-241-3/+3
| | |/ / / /
* | / / / / Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-3/+1
|/ / / / /
* / / / / Cleaner range counting.Paul Phillips2012-01-241-9/+27
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge remote-tracking branches 'axel22/issue/5374', 'axel22/issue/5262', 'sca...Paul Phillips2012-01-233-24/+53
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | * Fixed SI-4835 (https://issues.scala-lang.org/browse/SI-4835).Kota Mizushima2012-01-231-2/+8
| |_|/ / / |/| | | |
| * | | | Fix for SI-5374.aleksandar2012-01-232-22/+45
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'cvogt/windowsExitCodeFix' and 'szabolcsberecz...Paul Phillips2012-01-201-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| | * | Closes SI-5066Szabolcs Berecz2012-01-201-1/+1
* | | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-194-9/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Progress with macrosEugene Burmako2012-01-204-9/+17
| |/ /
* / / Improved performance of TraversableLike.dropWhile, which now stops re-evaluat...Christopher Vogt2012-01-201-1/+1
|/ /
* | 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