summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix for another positions issue; added some pos...Miles Sabin2009-07-274-27/+21
* nested pacpakges for actor.wscheduler; fixed bu...Martin Odersky2009-07-242-3/+3
* switch to unnested packages.Martin Odersky2009-07-24181-351/+558
* another attempt at fixing annotations printoutLukas Rytz2009-07-241-1/+1
* fixed a bug with defaults reported on mailing listLukas Rytz2009-07-241-0/+6
* Fixes for various invalid positions; ensure tha...Miles Sabin2009-07-233-2/+10
* Commented brace patch output from parser.Philipp Haller2009-07-231-1/+1
* Fixes for various invalid positions.Miles Sabin2009-07-232-8/+12
* fixed TreePrinter for annotationsLukas Rytz2009-07-211-1/+4
* Fix and test case for #2168.Paul Phillips2009-07-202-1/+4
* fixed #2163Adriaan Moors2009-07-191-1/+1
* Fix and test case for #1373.Paul Phillips2009-07-181-2/+18
* Fix and post/neg test cases for #1878.Paul Phillips2009-07-182-0/+16
* Now that there's a KMP implementation in Seq, r...Paul Phillips2009-07-171-1/+1
* Scalac was failing if the path to the distributionAntonio Cunei2009-07-161-1/+1
* Altered some invocations of Array.copy to use c...Paul Phillips2009-07-164-5/+5
* small improvements concerning positions and com...Martin Odersky2009-07-164-10/+25
* Two small performance fixes which shaved 40 sec...Paul Phillips2009-07-162-3/+3
* Fix and test case for #1141.Paul Phillips2009-07-151-33/+38
* Added ControlException marker trait and update ...Miles Sabin2009-07-155-16/+28
* Fix and test case for #1110.Paul Phillips2009-07-151-1/+8
* Fix for a RangePosition overlap bug with guards...Miles Sabin2009-07-142-2/+3
* Faster offsetToLineMartin Odersky2009-07-141-0/+28
* Enhanced repl based debugger to use manifests a...Paul Phillips2009-07-143-7/+39
* Fixed a couple of position bugs; made validatio...Miles Sabin2009-07-144-34/+57
* Added -Yide-debug option to exercise the intera...Miles Sabin2009-07-143-5/+35
* Reverted last change.Miles Sabin2009-07-131-9/+2
* Reinstated setContent.Miles Sabin2009-07-131-2/+9
* Performance oriented rewrite of BatchSourceFile.Paul Phillips2009-07-131-90/+56
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-1315-151/+443
* Fixed specialized method parameters.Iulian Dragos2009-07-123-5/+16
* Fix and test case for #1843.Paul Phillips2009-07-121-3/+15
* Making most of the symbols in Definitions into ...Paul Phillips2009-07-111-346/+267
* Fix and test case for #1260.Paul Phillips2009-07-111-4/+6
* More refinement on MixLiterals.Paul Phillips2009-07-101-38/+35
* More of the same in the pattern matcher.Paul Phillips2009-07-102-119/+141
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-093-8/+27
* The presently salvageable portion of my attempt...Paul Phillips2009-07-092-108/+119
* I can no longer endure having one of the fundam...Paul Phillips2009-07-091-60/+60
* Temporarily reverting r18237 on iulian's behalf.Paul Phillips2009-07-081-2/+0
* More on the pattern matcher: continuing to give...Paul Phillips2009-07-083-109/+121
* Annotations on type parameters are added to the...Iulian Dragos2009-07-081-0/+2
* Lots of work hardening matching on sequences.Paul Phillips2009-07-073-127/+170
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-2/+6
* And more pattern matcher refinement.Paul Phillips2009-07-065-122/+100
* More naming and commenting, some moving to more...Paul Phillips2009-07-063-127/+130
* Implemented proposed strategy for #1503 and mov...Paul Phillips2009-07-051-1/+4
* Made #576 output an error rather than crashing.Paul Phillips2009-07-051-2/+13
* Fixed positionsMartin Odersky2009-07-0512-332/+406
* Interim fix and test case for #1434.Paul Phillips2009-07-051-3/+9