summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/matching
Commit message (Expand)AuthorAgeFilesLines
* SI-6963 Add version to -XmigrationJames Iry2013-01-291-1/+2
* SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-151-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-026-6/+6
* Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-251-6/+6
* Eliminate breaking relative names in source.Paul Phillips2012-09-144-6/+6
* update and normalize copyright noticeAdriaan Moors2012-08-076-6/+6
* SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-231-1/+1
* improves showRawEugene Burmako2012-06-191-1/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-1/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-123-1/+4
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-122-3/+3
* Less laborious type application.Paul Phillips2012-04-091-3/+3
* Cleaned up "isTupleTypeOrSubtype".Paul Phillips2012-04-011-2/+1
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-2/+2
* Fix for stability failure.Paul Phillips2012-03-201-1/+1
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-3/+3
|\
| * Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-071-3/+3
* | Fix for -Xcheckinit failure.Paul Phillips2012-03-061-1/+1
* | An old patch on pattern matcher exhaustivity.Paul Phillips2012-03-036-47/+50
|/
* Making reflection thread-safe.Martin Odersky2012-01-251-1/+1
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-112-2/+3
* More consistent use of Names.Paul Phillips2012-01-051-4/+6
* Fix for erroneous bytecode generation.Paul Phillips2011-11-281-1/+1
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-1/+1
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-191-5/+9
* AbstractPartialFunction.Paul Phillips2011-10-191-1/+1
* Cleanups involving name encoding and decoding.Martin Odersky2011-09-301-1/+0
* ProductN, and method synthesis toolbox.Paul Phillips2011-09-261-10/+12
* Removed parens from calls to Name#toString.Paul Phillips2011-09-151-4/+4
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-2/+2
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-1/+1
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-2/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-143-6/+3
* Misc smoothing of tree creation, no review.Paul Phillips2011-07-111-1/+1
* Fixed a bug in the optimizer which was preventi...Paul Phillips2011-07-041-2/+0
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-182-4/+4
* 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-163-62/+41
* Triumph over various unsolved mysteries of the ...Paul Phillips2011-06-162-24/+18
* Bytecode inspection reveals the pattern matcher...Paul Phillips2011-06-152-31/+25
* Revert r24960, "Change Types#narrow to create a...Paul Phillips2011-06-121-15/+3
* Change Types#narrow to create an existential ra...Paul Phillips2011-05-141-3/+15
* Finally figured out what was going on with a ce...Paul Phillips2011-05-061-3/+8
* A few minor cleanups involving logging messages...Paul Phillips2011-04-302-8/+15
* Completely to my surprise, found that fixing al...Paul Phillips2011-04-303-9/+15
* Making further unapply regressions less likely,...Paul Phillips2011-04-293-50/+42
* Fixing the pattern matcher regression I introdu...Paul Phillips2011-04-292-18/+18
* Some solid progress on the pattern matcher, no ...Paul Phillips2011-04-264-78/+128
* Working my way through pattern matcher sequence...Paul Phillips2011-04-234-177/+119