summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Normalized protected type aliases before repl p...Paul Phillips2010-07-021-6/+11
* New starr based on r22464, no review.Paul Phillips2010-07-023-3/+3
* Test case for (long ago closed) #2106, no review.Paul Phillips2010-07-022-0/+9
* Test cases close #13, #95. No review.Paul Phillips2010-07-022-0/+46
* Fail more gracefully on > 22 case class paramet...Paul Phillips2010-07-025-9/+26
* Abandoned any pretense of selectivity and put f...Paul Phillips2010-07-012-5/+5
* Took a cue from mharrah that we don't need to b...Paul Phillips2010-07-011-22/+7
* Since the buildbots won't meet me in the middle...Paul Phillips2010-07-011-35/+21
* Renaming files and inserting dummies to please ...Paul Phillips2010-07-018-42/+26
* Fixed an infinite loop in the xml parser on inv...Paul Phillips2010-07-014-8/+13
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-015-15/+33
* Removing some dead code from SyncVar and cleani...Paul Phillips2010-07-011-25/+10
* 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