summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #1056Ingo Maier2009-04-143-4/+18
* added painting demo by Frank TeublerIngo Maier2009-04-141-0/+43
* Fixed typoIngo Maier2009-04-141-1/+1
* Fixes for #1817, #1850Ingo Maier2009-04-143-6/+10
* Bug 777: Applied Jamie's patchAlex Cruise2009-04-141-3/+8
* Completion roadmap comments.Paul Phillips2009-04-091-0/+15
* Improved error-handling using futures.Philipp Haller2009-04-091-16/+105
* Made constructors of top level objects privateIulian Dragos2009-04-091-0/+8
* Made Future's InputChannel for useful, especial...Philipp Haller2009-04-082-6/+15
* Modified all boxing methods to use java.lang.{P...Paul Phillips2009-04-084-172/+33
* Path completion! You can now say...Paul Phillips2009-04-083-28/+187
* Expanded set of completion delimiters; filter o...Paul Phillips2009-04-072-7/+23
* Improvements to repl completion.Paul Phillips2009-04-074-11/+29
* addition to last checkin.Martin Odersky2009-04-071-0/+1
* fixed #1775 by making all anonymous functions s...Martin Odersky2009-04-076-25/+25
* Fixed Stack.push by applying Rich Dougherty's p...Iulian Dragos2009-04-071-1/+1
* Setting the source module of RootClass.Antonio Cunei2009-04-061-7/+10
* Fixes to scalac ant taskJosh Suereth2009-04-011-3/+101
* Today's frustration commit! Disables all forwar...Paul Phillips2009-03-312-6/+12
* Suppresses variance checking in type aliases; e...Martin Odersky2009-03-313-4/+26
* Moved static forwarder generation behind -Xforw...Paul Phillips2009-03-312-6/+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
* hopefully fixed problem in overloading resoluti...Martin Odersky2009-03-301-1/+5
* changed overloaing resolution to make Builders ...Martin Odersky2009-03-306-40/+82
* Fixed #1094.Iulian Dragos2009-03-301-2/+7
* Fixed nested lazy values (#1589).Iulian Dragos2009-03-302-14/+25
* 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-301-0/+2
* Fixed Java signatures of forwarders for inherit...Iulian Dragos2009-03-305-12/+32
* 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-307-6/+98
* 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-262-2/+12
* Fixed #1801Philipp Haller2009-03-251-0/+3
* some more msil stuff.Lukas Rytz2009-03-251-5/+19
* 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-241-5/+9
* Fixed #1789Iulian Dragos2009-03-241-10/+11
* 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