summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Suppresses variance checking in type aliases; e...Martin Odersky2009-03-313-4/+26
* Moved static forwarder generation behind -Xforw...Paul Phillips2009-03-317-10/+17
* A new fix for #1240 which might actually meet t...Paul Phillips2009-03-311-5/+8
* Removed all traces of ByNameFunctionIngo Maier2009-03-315-54/+0
* Pending test for #1840Ingo Maier2009-03-312-0/+6
* hopefully fixed problem in overloading resoluti...Martin Odersky2009-03-301-1/+5
* changed overloaing resolution to make Builders ...Martin Odersky2009-03-308-48/+89
* Fixed #1094.Iulian Dragos2009-03-301-2/+7
* Fixed nested lazy values (#1589).Iulian Dragos2009-03-304-14/+54
* Pending test for #1836Ingo Maier2009-03-302-0/+2
* Initialization order strikes again. Fix for #1811Ingo Maier2009-03-301-9/+8
* Fixed finalizers containing branches, and retur...Iulian Dragos2009-03-301-1/+1
* Fix for #1838Ingo Maier2009-03-303-0/+16
* Fixed Java signatures of forwarders for inherit...Iulian Dragos2009-03-307-12/+60
* Library part does not build unless on java 7 wi...Iulian Dragos2009-03-301-5/+5
* forgot to save last changesIulian Dragos2009-03-301-2/+2
* Code to support invoke-dynamic for structural t...Iulian Dragos2009-03-308-7/+99
* fix for #1833Paul Phillips2009-03-291-1/+2
* fix for #1837Paul Phillips2009-03-291-4/+6
* Correcting equality behaviour on IntMap.empty a...David MacIver2009-03-264-2/+24
* Fixed #1801Philipp Haller2009-03-251-0/+3
* some more msil stuff.Lukas Rytz2009-03-252-5/+22
* fix for #1804Paul Phillips2009-03-241-1/+14
* reverting my previous pointless change and movi...Lukas Rytz2009-03-243-35/+20
* Generate java signatures for private members as...Iulian Dragos2009-03-241-1/+1
* scalac ant task now supports @argfile (needed t...Lukas Rytz2009-03-242-8/+33
* Fixed #1675Iulian Dragos2009-03-242-5/+20
* Added test files for #1789 and #1761Iulian Dragos2009-03-242-0/+15
* Fixed #1789Iulian Dragos2009-03-241-10/+11
* fixed msil build; currently exclude new collect...Lukas Rytz2009-03-242-3/+5
* Fixed #1761, function literal symbols are now e...Iulian Dragos2009-03-241-1/+1
* fixed ticket #1813 (BigDecimal implicits)michelou2009-03-233-47/+69
* Fixed a minor hashing error in OpenHashMap.David MacIver2009-03-221-1/+0
* reimplemented list union/intersect/diff as mult...michelou2009-03-202-44/+137
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-178-16/+92
* Removed passing test for #1107 from pending; a ...Paul Phillips2009-03-162-19/+0
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-1619-79/+301
* Various cleanups and redundancy-removal related...Paul Phillips2009-03-1612-95/+78
* Better inference for implicits; some preparatio...Martin Odersky2009-03-159-61/+139
* 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-132-3/+16
* 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