summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4263 from lrytz/t9097Adriaan Moors2015-02-093-5/+6
|\
| * Refactor transformStats impls for consistencyJason Zaugg2015-02-032-4/+3
| * SI-9097 Remove spurious warning about conflicting filenamesLukas Rytz2015-01-201-1/+3
* | Merge pull request #4274 from retronym/ticket/9123Adriaan Moors2015-02-091-0/+5
|\ \
| * | SI-9123 More coherent trees with patmat, dependent typesJason Zaugg2015-01-291-0/+5
| |/
* / SI-7623 Trailing sequence wildcard warningSom Snytt2015-01-211-1/+3
|/
* Merge pull request #4249 from retronym/ticket/9089Vlad Ureche2015-01-161-1/+0
|\
| * SI-9089 Another REPL/FSC + specialization bug fixJason Zaugg2015-01-151-1/+0
* | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-1412-17/+17
|\ \ | |/ |/|
| * Fix many typos in docs and commentsmpociecha2014-12-1412-17/+17
* | Bugfix: Implement missing `equals` method for `Sym`.Gerard Basler2014-12-291-1/+12
* | Merge pull request #4208 from lrytz/t9044Adriaan Moors2014-12-231-9/+9
|\ \
| * | SI-9044 Fix order of interfaces in classfilesLukas Rytz2014-12-181-9/+9
* | | Merge pull request #4199 from adriaanm/rebase-4193Adriaan Moors2014-12-183-62/+122
|\ \ \
| * | | SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-123-62/+122
| | |/ | |/|
* | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-184-11/+47
|\ \ \
| * | | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-144-11/+47
* | | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-123-6/+7
| |/ / |/| |
* | | Merge pull request #4078 from gbasler/topic/fix-analysis-budgetAdriaan Moors2014-12-124-277/+526
|\ \ \ | |_|/ |/| |
| * | Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-273-268/+499
| * | Debug printing for Any, not AnyRef, to include primitivesAdriaan Moors2014-10-261-3/+3
| * | And, Or take sets of PropsGerard Basler2014-10-263-39/+57
* | | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-051-17/+24
|\ \ \
| * | | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-0/+1
| * | | Integrate flat classpath with the compilermpociecha2014-12-051-17/+23
* | | | SI-9003 Eagerly capture more potentially mutable bindersJason Zaugg2014-11-262-1/+9
|/ / /
* | | Merge pull request #4095 from retronym/ticket/8933Lukas Rytz2014-11-101-1/+3
|\ \ \ | |_|/ |/| |
| * | SI-7974 Fix over-eager optimization of Symbol literalsJason Zaugg2014-11-071-1/+3
| * | SI-8933 Disable static Symbol literal cache in traitsJason Zaugg2014-11-071-1/+1
* | | Merge pull request #4080 from gourlaysama/wip/t8931-redundant-interfaces-2Jason Zaugg2014-11-071-9/+36
|\ \ \
| * | | SI-8931 make generic signature consistent with interface list in classfilesAntoine Gourlay2014-11-051-9/+36
| | |/ | |/|
* | | SI-7019 Fix crasher with private[this] extension methodsJason Zaugg2014-11-061-1/+1
| |/ |/|
* | Merge pull request #4054 from soc/SI-8916Lukas Rytz2014-11-046-9/+1
|\ \
| * | SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-242-3/+1
| * | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-244-6/+0
| |/
* | Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-041-12/+29
|\ \
| * | SI-8893 Restore linear perf in TailCalls with nested matchesJason Zaugg2014-10-101-3/+3
| * | Wider use of mapConserve and the like in TailCallsJason Zaugg2014-10-101-1/+6
| * | Avoid needlessly deep chains of ClonedTailContextJason Zaugg2014-10-101-8/+12
| * | Optimize tail calls to avoid findMember callsJason Zaugg2014-10-101-0/+8
* | | Merge pull request #4076 from retronym/ticket/8934Jason Zaugg2014-11-021-5/+4
|\ \ \
| * | | SI-8934 Fix whitebox extractor macros in the pres. compilerJason Zaugg2014-10-271-5/+4
| | |/ | |/|
* | | Merge pull request #4040 from retronym/ticket/8871Jason Zaugg2014-11-021-18/+6
|\ \ \ | |/ / |/| |
| * | SI-5583 Remove the workaround for specialization bugJason Zaugg2014-10-091-13/+6
| * | SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-091-5/+0
* | | SI-8907 Don't force symbol info in isModuleNotMethodLukas Rytz2014-10-151-2/+5
| |/ |/|
* | SI-8894 dealias when looking at tuple componentsAdriaan Moors2014-10-081-1/+0
* | Merge pull request #4016 from lrytz/t8731Grzegorz Kossakowski2014-10-071-1/+17
|\ \
| * | SI-8731 warning if @switch is ignoredLukas Rytz2014-10-061-1/+17
* | | Merge pull request #4033 from retronym/ticket/8888Lukas Rytz2014-10-071-1/+1
|\ \ \ | |_|/ |/| |