summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #1909Hubert Plociniczak2009-10-287-17/+13
* fixed typoMartin Odersky2009-10-281-1/+1
* Fixed #1342.Martin Odersky2009-10-2813-37/+177
* The final, tear-inducingly simple implementatio...Paul Phillips2009-10-281-8/+7
* Made classpath do more advanced *-globbing.Paul Phillips2009-10-281-5/+13
* In a stunning breakthrough, shuffle preserves t...Paul Phillips2009-10-281-32/+8
* Improves Enumeration to obtain names of values ...Philipp Haller2009-10-273-8/+61
* Fix for #2280Hubert Plociniczak2009-10-273-62/+62
* Fixed #2494, plus some reorganization of swing ...Martin Odersky2009-10-2726-56/+84
* fixed bug in Stream::flatMap (still optimised a...Adriaan Moors2009-10-277-11/+34
* Removed old fork-join library. Fixed build.Philipp Haller2009-10-275-2392/+0
* Fix and test for #2214.Philipp Haller2009-10-263-3/+45
* fixes separate compilation on .netLukas Rytz2009-10-261-1/+1
* Made scala.util.matching.Regex serializable.Philipp Haller2009-10-261-1/+3
* Reverting unwanted parts of last commit.Philipp Haller2009-10-268-25/+8
* Second half of fix and tests for #1518.Philipp Haller2009-10-2613-12/+136
* Modifications to the five accumulated ant-paras...Paul Phillips2009-10-265-1/+7
* The arrival of scala.Zero.Paul Phillips2009-10-262-0/+81
* First half of fix for #1518.Philipp Haller2009-10-264-15/+47
* Fix for #2528.Paul Phillips2009-10-261-0/+1
* Fix for #2529.Paul Phillips2009-10-261-1/+2
* new classpaths.Lukas Rytz2009-10-2655-1002/+781
* Attempting to unbreak fsc (can't reproduce the ...Paul Phillips2009-10-251-7/+9
* Suppression of a possible NPE which is almost c...Miles Sabin2009-10-251-1/+7
* Export scala.tools.nsc.transform so that variou...Miles Sabin2009-10-251-0/+1
* Add positions to AnnotationInfo for use by IDEs...Miles Sabin2009-10-2516-41/+49
* Fix and test for #2515.Philipp Haller2009-10-253-2/+57
* Deprecation patrol.Paul Phillips2009-10-2527-101/+82
* Fix and test case for #2512, plus lots of time ...Paul Phillips2009-10-259-16/+43
* Fixed isCoDefinedWith by undoing previous changes.Iulian Dragos2009-10-241-1/+2
* Added scalac.args.quickonly to build.xml, becau...Paul Phillips2009-10-231-9/+14
* Reorg of number parsing to use more direct logic.Paul Phillips2009-10-232-41/+51
* Parser fix involving backquoted identifiers (#2...Paul Phillips2009-10-232-7/+30
* fixed #2428 for good.Martin Odersky2009-10-238-22/+37
* The last patch to work around #1909 caught one ...Paul Phillips2009-10-225-4/+20
* Made sortBy unexperimental.Paul Phillips2009-10-222-9/+7
* Tickets #1909 and #2508 involve code which comp...Paul Phillips2009-10-224-0/+19
* new starr that does type constructor inferenceAdriaan Moors2009-10-223-3/+3
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-2214-100/+273
* Added (a variation on) jorge ortiz's sortBy to ...Paul Phillips2009-10-223-4/+33
* Specialized works with Unit and handles correct...Iulian Dragos2009-10-224-45/+95
* A pending test for #2087, and a script test whichPaul Phillips2009-10-229-0/+16
* fixed breakage caused by r19219 -- sorry!Adriaan Moors2009-10-221-1/+1
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-222-7/+1
* Removed erroneous return type comment in scalad...Donna Malayeri2009-10-221-1/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-2225-102/+28
* Another warning for -Xstrict-warnings.Paul Phillips2009-10-224-7/+30
* Added -Ytailrecommend option.Paul Phillips2009-10-212-6/+25
* built new starr and fixed test casesTiark Rompf2009-10-2110-17/+18
* renamed Vector to IndexedSeqTiark Rompf2009-10-2148-218/+225