summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting my previous changes as they seem to b...David MacIver2008-11-044-13/+111
* Removed Ysqueeze as it was another dubious opti...David MacIver2008-11-044-111/+13
* Fixed the test that broke because of the Geoffrey Washburn2008-11-041-1/+1
* Clarify that the condition/problem is really ab...Geoffrey Washburn2008-11-041-2/+2
* Stripping out casetags.David MacIver2008-11-043-59/+0
* General code cleanliness. Nothing too exciting.David MacIver2008-11-044-51/+16
* Large iamount of tidying up, mostly from paul. David MacIver2008-11-034-704/+625
* fixed #1460, #1467Martin Odersky2008-10-311-7/+15
* Java parser handles final modifier for types.Philipp Haller2008-10-311-1/+2
* Applied Paul's patch for #1467.Iulian Dragos2008-10-311-6/+6
* fixed #1461,#1464Martin Odersky2008-10-302-5/+13
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-301-4/+5
* Fixed annoying dead-code elimination bug.Iulian Dragos2008-10-301-4/+5
* Minor control flow tinkering.David MacIver2008-10-301-15/+8
* Make ParallelMatching's indentation not be a lie.David MacIver2008-10-301-79/+79
* Minor cleanup of my last change.David MacIver2008-10-292-2/+5
* Fix for ticket #1087.David MacIver2008-10-291-1/+2
* Made anonymous classes non-synthetic.Iulian Dragos2008-10-291-1/+1
* Reverted change made to fix #1375.Iulian Dragos2008-10-291-1/+1
* added javax to known package prefixes, so scala...Ingo Maier2008-10-291-0/+1
* I feel like I should be waving a dead chicken w...David MacIver2008-10-291-4/+10
* Modifications to pattern matching to allow the ...David MacIver2008-10-294-67/+53
* Random cleanups eliminating ListBuffers.David MacIver2008-10-283-22/+18
* Tidying up the control flow in applyRule.David MacIver2008-10-281-21/+18
* Random hygiene:David MacIver2008-10-282-20/+14
* General code tidy ups.David MacIver2008-10-282-64/+39
* Made DBG call by name.David MacIver2008-10-272-28/+10
* Ditching debugString(s). David MacIver2008-10-271-50/+4
* More from Paul.David MacIver2008-10-271-87/+70
* Another pile of paul phillips's pattern match p...David MacIver2008-10-272-47/+19
* Fixed #1374.Iulian Dragos2008-10-271-0/+1
* Fixed optimization phases (#1379).Iulian Dragos2008-10-276-15/+36
* More code cleanups from paul.David MacIver2008-10-271-74/+54
* More code shrinkage.David MacIver2008-10-273-38/+12
* while => map2. David MacIver2008-10-271-13/+7