summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/matching
Commit message (Expand)AuthorAgeFilesLines
* Fix and test case for #1107, many long days in ...Paul Phillips2009-03-021-2/+3
* Fix for ticket #1718David MacIver2009-02-281-2/+2
* Fix for #1638.Paul Phillips2009-02-161-0/+1
* Minor refactorings and a little bit of document...David MacIver2009-02-083-20/+35
* Removed some redundancy in parallel matching (m...David MacIver2009-02-081-32/+6
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-134-4/+4
* Fixed parallel matching with check init.David MacIver2008-11-151-1/+1
* Starting on improving the abstraction level of ...David MacIver2008-11-135-471/+605
* 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
* 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-043-13/+110
* Removed Ysqueeze as it was another dubious opti...David MacIver2008-11-043-110/+13
* Stripping out casetags.David MacIver2008-11-042-57/+0
* General code cleanliness. Nothing too exciting.David MacIver2008-11-043-36/+15
* Large iamount of tidying up, mostly from paul. David MacIver2008-11-034-704/+625
* 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
* Modifications to pattern matching to allow the ...David MacIver2008-10-293-43/+44
* 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
* 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
* More dead code removal.David MacIver2008-10-271-21/+4
* More code cleanups.David MacIver2008-10-261-11/+5
* More code cleanups from paul.David MacIver2008-10-261-40/+28
* Switching getDefaultRows over to a defaultRows ...David MacIver2008-10-261-13/+4
* Patch from paulp to tidy up MixLiterals.getDefa...David MacIver2008-10-261-12/+3
* Minor edits - primarily comments and code removal.David MacIver2008-10-261-6/+1
* Removing the mixed use of Set64/ sorted List[In...David MacIver2008-10-263-80/+27
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-263-197/+62
* Fix to #1450. Moved test from pending.David MacIver2008-10-261-3/+1
* Removed a bunch of dead code from CodeFactory (...David MacIver2008-10-261-71/+1
* Fix for ticket 1260.David MacIver2008-10-261-10/+6
* Working on bug 1423.David MacIver2008-10-251-2/+1
* Fixed 1424.David MacIver2008-10-251-5/+14
* Making ParallelMatching a little less obnoxious...David MacIver2008-10-251-18/+10
* Correct handling of unreachable code testing wh...David MacIver2008-10-251-10/+6