summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/patmat/MatchTreeMaking.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-2/+2
* SI-10067 Don't speculatively emit outer tests for inner Java classesJason Zaugg2016-11-181-0/+1
* Improved outer ref checking in pattern matches:Adriaan Moors2016-03-071-21/+28
* SI-9349 Fix use of patmat binder as prefix for new x.InnerJason Zaugg2016-02-021-3/+3
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+2
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-2/+0
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-1/+1
|\
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-181-1/+10
|\ \
| * | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-141-1/+10
* | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-121-3/+4
| |/ |/|
* | SI-9003 Eagerly capture more potentially mutable bindersJason Zaugg2014-11-261-1/+2
|/
* SI-8731 warning if @switch is ignoredLukas Rytz2014-10-061-1/+17
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
* SI-4577 singleton type pattern test should use `eq`, not `==`Adriaan Moors2014-02-181-2/+1
* SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-151-34/+44
* Removing unused code.Paul Phillips2013-10-021-1/+0
* Type housekeeping.Paul Phillips2013-09-181-2/+2
* Reducing variation of tree creation methods.Paul Phillips2013-09-131-6/+7
* Merge branch 'master' into patmatPaul Phillips2013-08-201-2/+1
|\
| * No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+1
* | Stylistic cleanups in patmat.Paul Phillips2013-08-171-1/+11
|/
* Seals some case class hierarchies.Lex Spoon2013-06-261-4/+4
* Concision contribution.Paul Phillips2013-05-231-4/+4
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-21/+15
* [port] SI-7183 Disable unreachability for withFilter matches.Adriaan Moors2013-03-031-11/+22
* simplify dependencies between patmat components, remove self typesAdriaan Moors2013-03-031-5/+7
* please ant with filenames, add commentsAdriaan Moors2013-02-211-0/+601