summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverted a small parser change which had the un...Paul Phillips2009-03-061-2/+2
* Fix for #1769.Paul Phillips2009-03-052-7/+11
* Another big Interpreter patch, this one mostly ...Paul Phillips2009-03-056-179/+365
* Removed most of the assertions from NewScanners...Paul Phillips2009-03-051-9/+13
* Major interpreter cleanup.Paul Phillips2009-03-043-486/+364
* updated svn keywordsmichelou2009-03-0310-25/+59
* updated detach phasemichelou2009-03-031-4/+9
* Removed call to normalize, which fixes crashes ...Iulian Dragos2009-03-021-2/+3
* Fix and test case for #1392.Paul Phillips2009-03-021-1/+4
* Fix and test case for #1107, many long days in ...Paul Phillips2009-03-022-3/+5
* Fix for ticket #1718David MacIver2009-02-284-10/+9
* Iterable no-arg mkString changed to call mkStri...Paul Phillips2009-02-281-5/+1
* Fix for #1365, '_' should be a standard identif...Paul Phillips2009-02-281-1/+4
* Fix for #1745 - only emit generic signature if ...Paul Phillips2009-02-271-1/+4
* Fix for #1743.Paul Phillips2009-02-271-16/+10
* 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
* more scaladocs for swingIngo Maier2009-02-277-12/+49
* Reverting last commit as it seems to have cause...Paul Phillips2009-02-261-4/+1
* Fix and test case for #1392.Paul Phillips2009-02-261-1/+4
* 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-244-24/+2
* Temporarily suppressing generic signatures on s...Paul Phillips2009-02-241-1/+1
* Fix and test case for #1747.Paul Phillips2009-02-241-0/+1
* 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-2312-34/+2486
* 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-231-15/+21
* 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-231-6/+23
* When inferring a type is scala.Whatever, have t...Paul Phillips2009-02-222-5/+8
* 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-191-2/+2
* Look for main method in companion object and ad...Paul Phillips2009-02-192-45/+60
* supplemented lacking documentation for sameElem...Paul Phillips2009-02-191-1/+1
* Improved error messages for certain illegal ove...Paul Phillips2009-02-191-0/+5
* 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-181-1/+11
* Fix and test case for #1565; an anonymous funct...Paul Phillips2009-02-181-4/+12
* Fix for #460 (and its duplicate #1413) plus tes...Paul Phillips2009-02-181-1/+8
* Removed obsolete methods and simplified handlin...Philipp Haller2009-02-182-23/+14
* fix for #1721Lukas Rytz2009-02-171-9/+2
* documentation fix, bug #1487Paul Phillips2009-02-171-4/+2