summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Created separate -Xprint-icode setting so using...Paul Phillips2009-02-272-3/+4
* Fix for #1749; removed some dead code related t...Paul Phillips2009-02-272-16/+2
* Moved *withinZero tests to pendingPhilipp Haller2009-02-274-0/+0
* more scaladocs for swingIngo Maier2009-02-277-12/+49
* Reverting last commit as it seems to have cause...Paul Phillips2009-02-263-9/+1
* Fix and test case for #1392.Paul Phillips2009-02-263-1/+9
* Fix for #749.Paul Phillips2009-02-261-7/+3
* Altered 2-argument versions of Predef's assert,...Paul Phillips2009-02-251-3/+3
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-247-27/+5
* Temporarily suppressing generic signatures on s...Paul Phillips2009-02-241-1/+1
* Fix and test case for #1747.Paul Phillips2009-02-242-0/+7
* removed deprecated for-loops and unitsmichelou2009-02-248-65/+87
* removed deprecated for-loopsmichelou2009-02-2418-68/+72
* fixed several problems with cyclic references u...Martin Odersky2009-02-2318-44/+2508
* fix versionString scaladocstepancheg2009-02-231-3/+3
* added a hook for annotation checkers in Typers....Tiark Rompf2009-02-232-2/+33
* Continuation of r17177 to also check type annot...Paul Phillips2009-02-233-16/+31
* Fixed TokenMetric tool (for counting tokens).Gilles Dubochet2009-02-231-13/+7
* Fix and test case for #935; added test in RefCh...Paul Phillips2009-02-233-6/+33
* When inferring a type is scala.Whatever, have t...Paul Phillips2009-02-223-5/+42
* scala.util.Properties: release InputStream afte...stepancheg2009-02-221-2/+13
* scala.util.Properties.versionString: fix defaul...stepancheg2009-02-221-1/+1
* Proposed fix for #1735; may need refinement, bu...Paul Phillips2009-02-221-18/+8
* Fix for #1387.David MacIver2009-02-191-1/+1
* Fix and test for #1659Antonio Cunei2009-02-193-2/+11
* Look for main method in companion object and ad...Paul Phillips2009-02-194-45/+70
* supplemented lacking documentation for sameElem...Paul Phillips2009-02-191-1/+1
* Improved error messages for certain illegal ove...Paul Phillips2009-02-193-0/+17
* Fix for #1700.Paul Phillips2009-02-191-2/+2
* Fix for #1465 - java annotations aren't paramet...Paul Phillips2009-02-191-1/+1
* Issue warning when attempting to refine Unit, p...Paul Phillips2009-02-184-1/+30
* Fix and test case for #1565; an anonymous funct...Paul Phillips2009-02-183-5/+31
* Fix for #460 (and its duplicate #1413) plus tes...Paul Phillips2009-02-182-1/+17
* Removed obsolete methods and simplified handlin...Philipp Haller2009-02-182-23/+14
* fix for #1721Lukas Rytz2009-02-172-10/+17
* Test for #1711Antonio Cunei2009-02-172-0/+18
* documentation fix, bug #1487Paul Phillips2009-02-171-4/+2
* merged changes from maven2 branch (include scal...Lukas Rytz2009-02-175-0/+110
* Eradicated bug #1711Antonio Cunei2009-02-161-1/+2
* Fix for #1638.Paul Phillips2009-02-161-0/+1
* Fix and test case for #1623.Paul Phillips2009-02-163-1/+17
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-1623-60/+22
* Fix for bug #473 and test case.Paul Phillips2009-02-163-0/+16
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-1612-83/+145
* Added -make flag and supporting functionality f...David MacIver2009-02-154-1/+314
* Fixed an ambiguity problem with implcits, and a...Martin Odersky2009-02-154-12/+39
* removed generic/mutable, generic/covariant pack...Martin Odersky2009-02-1510-439/+0
* new version of collection librariesMartin Odersky2009-02-1374-494/+2876
* Allow newlines between modifiers and declaratio...Paul Phillips2009-02-121-0/+3
* Fix for #1185Antonio Cunei2009-02-122-1/+16