summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Deprecated new Array(...) syntax for dimensions...Martin Odersky2009-01-291-0/+6
* 1.Martin Odersky2009-01-294-14/+30
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-291-3/+2
* Fixed issues #1084 and #1611.Gilles Dubochet2009-01-283-17/+23
* scala/trunk/src/compiler/scalax -> scala/trunk/...ilyas2009-01-2617-17/+17
* scalap modified for correct object printingilyas2009-01-221-5/+4
* scalap modified for correct case classes printingilyas2009-01-222-8/+54
* Removed obsolete field.Philipp Haller2009-01-161-2/+0
* Cleaned up addition of serializable annotations.Philipp Haller2009-01-162-37/+19
* Fix for #1589.Iulian Dragos2009-01-151-1/+4
* scalap classes addedilyas2009-01-1527-0/+3248
* Fixed #1143 (again).Philipp Haller2009-01-141-1/+3
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-136-50/+101
* Applied patch for #1618Geoffrey Washburn2009-01-131-0/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-13120-120/+120
* fixed #1269.Lukas Rytz2009-01-123-1/+52
* parses syntax for package objectsMartin Odersky2009-01-125-32/+42
* Updated copyright notices to 2009Antonio Cunei2009-01-0978-79/+79
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-10/+20
* Fixed warnings.Iulian Dragos2008-12-175-5/+6
* Compilation of ApplyDynamic to reflective metho...Gilles Dubochet2008-12-124-115/+298
* One more thing: The JVM backend updates for inv...Iulian Dragos2008-12-111-0/+5
* Added experimental invoke dynamic support (JSR2...Iulian Dragos2008-12-113-0/+11
* switch to new initialization semantics.Martin Odersky2008-12-112-2/+3
* fixed #1364 (overeriding vals in traits)Martin Odersky2008-12-101-10/+23
* added comments; better errror messages; trace u...Martin Odersky2008-12-088-50/+172
* Fixed #1358.Iulian Dragos2008-12-032-2/+2
* Fixed 1541.Iulian Dragos2008-11-261-2/+6
* fix for occasional fsc silent quittingAntonio Cunei2008-11-261-1/+12
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-2511-64/+189
* added manifest tests and util.Marshalmichelou2008-11-251-7/+9
* added uncheckedvarianceclassMartin Odersky2008-11-251-1/+2
* fixed #1438Adriaan Moors2008-11-251-11/+7
* Fix for #1371.Geoffrey Washburn2008-11-221-3/+1
* Fixed #1440 and generally cleaned up things a bit.Geoffrey Washburn2008-11-213-62/+72
* Fixed #1453.Iulian Dragos2008-11-181-3/+1
* scaladoc now correclty links to swing sourcesLukas Rytz2008-11-171-0/+2
* Fixed parallel matching with check init.David MacIver2008-11-151-1/+1
* Applied Paul's patch for #1380, moved test out ...Geoffrey Washburn2008-11-131-2/+3
* Starting on improving the abstraction level of ...David MacIver2008-11-135-471/+605
* Converted conpountType to infixType in legal cl...Martin Odersky2008-11-131-2/+4
* minor cleanups (leading tabs, Unit, etc.)michelou2008-11-111-61/+59
* fixed #1500 and #1501Tiark Rompf2008-11-102-1/+22
* Reversion of the changes to targetParams which ...David MacIver2008-11-102-11/+7
* Separating out a single Binding from a collecti...David MacIver2008-11-093-49/+29
* General tidying from paul (mostly concerning us...David MacIver2008-11-093-94/+63
* Some code cleanups from Paul.David MacIver2008-11-083-72/+84
* Paul's fix for bug #889.David MacIver2008-11-081-11/+17
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-064-4/+25
* Flattening the hierarchy in parallel matching a...David MacIver2008-11-051-83/+61