summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/matching/Patterns.scala
Commit message (Expand)AuthorAgeFilesLines
* Removed old pattern matcher.Paul Phillips2012-12-261-457/+0
* Remove code from compiler central.Paul Phillips2012-11-201-35/+1
* Revert "Commenting out unused members."Paul Phillips2012-11-191-24/+24
* Commenting out unused members.Paul Phillips2012-11-191-24/+24
* Removed unused imports.Paul Phillips2012-11-061-1/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-7/+0
|/
* Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-251-6/+6
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-231-1/+1
* Less laborious type application.Paul Phillips2012-04-091-3/+3
* Cleaned up "isTupleTypeOrSubtype".Paul Phillips2012-04-011-2/+1
* Fix for -Xcheckinit failure.Paul Phillips2012-03-061-1/+1
* An old patch on pattern matcher exhaustivity.Paul Phillips2012-03-031-25/+36
* Making reflection thread-safe.Martin Odersky2012-01-251-1/+1
* More consistent use of Names.Paul Phillips2012-01-051-4/+6
* Cleanups involving name encoding and decoding.Martin Odersky2011-09-301-1/+0
* Removed parens from calls to Name#toString.Paul Phillips2011-09-151-4/+4
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-2/+1
* Took a hint from -Xcheckinit to make some patte...Paul Phillips2011-06-171-17/+16
* Eliminating accumulated dead ends from the patt...Paul Phillips2011-06-161-27/+20
* A few minor cleanups involving logging messages...Paul Phillips2011-04-301-2/+8
* Completely to my surprise, found that fixing al...Paul Phillips2011-04-301-3/+8
* Making further unapply regressions less likely,...Paul Phillips2011-04-291-10/+4
* Fixing the pattern matcher regression I introdu...Paul Phillips2011-04-291-18/+14
* Working my way through pattern matcher sequence...Paul Phillips2011-04-231-107/+73
* There is still all kinds of code in the pattern...Paul Phillips2011-04-211-11/+9
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Plugging some leakiness I found in the pattern ...Paul Phillips2010-12-231-0/+1
* Optimization based on profiler data.Paul Phillips2010-12-191-2/+2
* Eliminated SYNTHETICMETH flag.Paul Phillips2010-12-031-1/+1
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-1/+1
* Unreverting r23174. No review.Paul Phillips2010-10-061-1/+1
* Reverts r23174, which I believe will bring the ...Paul Phillips2010-10-041-1/+1
* Work on the pattern matcher.Paul Phillips2010-10-031-1/+1
* A wholesale reversion of the pattern matcher to...Paul Phillips2010-06-161-38/+30
* Discovered via irc one more assertion in the ma...Paul Phillips2010-05-221-4/+1
* A more specifically targetted version of r21991...Paul Phillips2010-05-211-2/+2
* Misoptimization for list extractors caused non-...Paul Phillips2010-05-201-1/+8
* Starting to look like the pattern matcher and I...Paul Phillips2010-05-141-29/+33
* Removed an assertion which was asserting an unt...Paul Phillips2010-05-131-17/+6
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-121-71/+13
* Removed scala.util.NameTransformer (it moved to...Paul Phillips2010-02-011-1/+1
* lifted out core compiler data structures into r...Martin Odersky2010-02-011-2/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed some duplicated functions.Paul Phillips2009-11-121-0/+1
* Removed long dead AST Node Sequence.Paul Phillips2009-10-151-3/+1
* A hard fought distillation of sequence patterns.Paul Phillips2009-10-141-69/+74