summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-1845-28/+4788
* [scaladoc] Added linear super types.Gilles Dubochet2010-06-184-10/+27
* Refactorings and hash trie combiners. No review.Aleksandar Pokopec2010-06-1828-127/+385
* The inliner now looks harder for method impleme...Paul Phillips2010-06-165-60/+87
* A wholesale reversion of the pattern matcher to...Paul Phillips2010-06-166-58/+74
* fixed anonymous function in xhtml. no review.Lukas Rytz2010-06-161-2/+2
* second part of r22260Antonio Cunei2010-06-161-1/+1
* first part of r22260Antonio Cunei2010-06-164-11/+12
* removed integration of placeholder syntax and n...Lukas Rytz2010-06-165-49/+45
* temporarily reversing r22260; will be shortly r...Antonio Cunei2010-06-165-13/+12
* Fixed a bug in scripts which put the classfile ...Paul Phillips2010-06-161-1/+1
* Fixes #3563. Review by extempore.Aleksandar Pokopec2010-06-163-3/+35
* reverted change to avoid merge conflictmichelou2010-06-161-1/+1
* Imporved printing of private[C] in TreePrinters.Martin Odersky2010-06-162-2/+2
* Fixied problem in my last commit to address #31...Martin Odersky2010-06-161-0/+1
* [Scaladoc] Self types are printed.Gilles Dubochet2010-06-165-2/+12
* Minor changes in parallel hash trie. No review.Aleksandar Pokopec2010-06-165-1/+19
* [scaladoc] Closes #3125: inherited use cases ha...Gilles Dubochet2010-06-161-1/+1
* Fixed hash trie splitting. No review.Aleksandar Pokopec2010-06-164-26/+37
* Disables NotNull checking unless -Ynotnull is g...Paul Phillips2010-06-153-2/+52
* Adding primary version of parallel hash tries.Aleksandar Pokopec2010-06-155-38/+99
* [scaladoc] New display mode for members: ordere...Gilles Dubochet2010-06-155-23/+143
* [scaladoc] Slightly more robust treatment of "c...Gilles Dubochet2010-06-151-2/+1
* updated version number in build.number filemichelou2010-06-152-3/+5
* A love letter to the inliner.Paul Phillips2010-06-151-478/+511
* Added test case for #432. No review.Gilles Dubochet2010-06-141-0/+15
* Test for #3560.Antonio Cunei2010-06-141-0/+2
* Closes #3420, typo in scaladoc for BigInt.Iulian Dragos2010-06-141-3/+3
* Closes #3558.Iulian Dragos2010-06-143-4/+20
* Made getters treated more like private members ...Paul Phillips2010-06-134-61/+109
* Changed groupBy to return immutable.Map.Paul Phillips2010-06-135-12/+13
* Closes #3174 and #3560. Review by moors.Martin Odersky2010-06-131-46/+71
* Further improved combine for hash tries, cuttin...Aleksandar Pokopec2010-06-112-35/+110
* Removed bogus typing.Iulian Dragos2010-06-111-1/+1
* Fixed the broken build.Iulian Dragos2010-06-111-1/+2
* Partial fix for #2296: instead of VerifyError w...Iulian Dragos2010-06-111-3/+11
* Continued working on hash trie map combine - wo...Aleksandar Pokopec2010-06-101-29/+53
* HashMap merge bug fixed. No reviewAleksandar Pokopec2010-06-101-17/+6
* Make local lazy values thread-safe.Iulian Dragos2010-06-097-32/+77
* Updated disabled test file.Iulian Dragos2010-06-091-1/+1
* Added `combine` and `split` to immutable.HashMap.Aleksandar Pokopec2010-06-0913-23/+431
* Put in some long overdue soft padding around re...Paul Phillips2010-06-081-2/+16
* Fixes #3461. No review.pAleksandar Pokopec2010-06-081-1/+2
* Fixed a regrettable oversight which was leaving...Paul Phillips2010-06-081-3/+8
* Fixed #2424. Review by dragosMartin Odersky2010-06-0812-1/+187
* Taking another shot at negative constants as an...Paul Phillips2010-06-084-6/+18
* Most of the iterate implementations were callin...Paul Phillips2010-06-073-12/+28
* Made scripts wait for all non-daemon threads to...Paul Phillips2010-06-073-23/+51
* Fixed #3174. Review by spoonMartin Odersky2010-06-071-2/+8
* Adding parallel collections to trunk.Aleksandar Pokopec2010-06-07106-0/+8704