summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A crasher in the pattern matcher revealed a fla...Paul Phillips2010-07-013-9/+21
* Separate option Ordering into a trait so it can...Paul Phillips2010-07-011-8/+10
* Test case for #1974, which was fixed at some po...Paul Phillips2010-07-011-0/+20
* Tweaked a test to pass under java 7. No review.Paul Phillips2010-07-011-1/+1
* Some modifications to ZipFile to make sure the ...Paul Phillips2010-07-012-15/+22
* Warded off a parser crash on certain invalid pr...Paul Phillips2010-07-013-4/+10
* Test case closes #1845, no review.Paul Phillips2010-07-012-0/+14
* Although everything now builds for me, the buil...Paul Phillips2010-07-011-0/+1
* Removed a test from pending which is also in fi...Paul Phillips2010-06-302-609/+0
* Test case closes #3440. No review.Paul Phillips2010-06-301-0/+18
* Enumeration fixes.Paul Phillips2010-06-303-80/+69
* Added forkjoin to partest's classpath to unbrea...Paul Phillips2010-06-301-0/+1
* Parallel array `map` optimisation. No review.Aleksandar Pokopec2010-06-302-1/+38
* moved toScalaRepeatedParam TypeMap to refchecks.Lukas Rytz2010-06-302-10/+10
* companion objects of case classes know their name.Lukas Rytz2010-06-291-5/+12
* Implemented lazy combiners for parallel hash trie.Aleksandar Pokopec2010-06-2942-4748/+125
* removed warnings (deprecation,unchecked)michelou2010-06-2912-43/+59
* close #2413.Lukas Rytz2010-06-293-1/+41
* Added doc comment to Actor trait explaining the...Philipp Haller2010-06-281-2/+39
* fixed #3604michelou2010-06-283-0/+16
* Removed unfinished Jenkins hashcode for final.Paul Phillips2010-06-276-196/+5
* Disposed of a gordian knot by transforming stri...Paul Phillips2010-06-273-188/+72
* close #3543Lukas Rytz2010-06-241-0/+4
* Fixed problem with `remove` in JavaConversions ...Martin Odersky2010-06-212-3/+3
* Added some null checks to == logic.Paul Phillips2010-06-211-2/+13
* Changed inference algorithm to use weakMartin Odersky2010-06-201-1/+3
* [scaladoc] A warning is printed when usecase me...Gilles Dubochet2010-06-181-1/+6
* [scaladoc] Abstract members can be filtered in ...Gilles Dubochet2010-06-186-9/+64
* [scaladoc] There is a text filter tool for memb...Gilles Dubochet2010-06-189-17/+94
* 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