summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed msil build; currently exclude new collect...Lukas Rytz2009-03-241-2/+4
* Fixed #1761, function literal symbols are now e...Iulian Dragos2009-03-241-1/+1
* fixed ticket #1813 (BigDecimal implicits)michelou2009-03-231-0/+9
* Fixed a minor hashing error in OpenHashMap.David MacIver2009-03-221-1/+0
* reimplemented list union/intersect/diff as mult...michelou2009-03-201-27/+65
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-174-10/+20
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-1615-79/+162
* Various cleanups and redundancy-removal related...Paul Phillips2009-03-1612-95/+78
* Better inference for implicits; some preparatio...Martin Odersky2009-03-155-56/+133
* Incomplete fix for bug #1240.Paul Phillips2009-03-131-0/+15
* added missing Implicits.scala fileMartin Odersky2009-03-131-0/+574
* Let package object members override package dir...Martin Odersky2009-03-138-480/+114
* fix for a typo which had disabled -Xshow-phases.Paul Phillips2009-03-131-1/+1
* Modifies try/catch/finally to allow arbitrary e...Paul Phillips2009-03-131-3/+6
* Miles and I agreed it is not sensible for the c...Paul Phillips2009-03-132-24/+0
* More consolidation and duplication elimination ...Paul Phillips2009-03-135-61/+17
* Minor changes to support the Eclipse plugin.Miles Sabin2009-03-131-1/+12
* apparently ant might pass an empty string as an...Paul Phillips2009-03-122-0/+3
* A big cleanup of Settings code.Paul Phillips2009-03-1212-551/+614
* Fixing accidental drop of .Paul Phillips2009-03-121-5/+1
* Bytecode generated for structural calls is impr...Gilles Dubochet2009-03-122-35/+41
* Making very repetitive Settings code less repet...Paul Phillips2009-03-101-53/+31
* Adds debugger-like capabilities to repl.Paul Phillips2009-03-105-1/+46
* Code generation will keep the order of then/els...Iulian Dragos2009-03-102-6/+17
* added partest.properties to jarmichelou2009-03-104-16/+13
* Refactored a pile of duplicated Properties code...Paul Phillips2009-03-103-140/+67
* updated svn keywordsmichelou2009-03-101-1/+1
* removed deprecated warning, updated svn props, ...michelou2009-03-1041-487/+582
* instantiate top only onceIngo Maier2009-03-101-2/+3
* made unsafeTypeParams transform infos less eage...Martin Odersky2009-03-096-8/+22
* Removing the rest of what turned out to be anPaul Phillips2009-03-061-4/+0
* Changed linkedSym to use rawInfo rather than in...Paul Phillips2009-03-061-2/+1
* syncPaul Phillips2009-03-061-1/+1
* Fixed failing stability test by restoring remov...Paul Phillips2009-03-061-0/+4
* 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