summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | DRY-er trees in pattern matcher code gen.Jason Zaugg2015-11-241-1/+9
| * | | | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-0/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Sets source for newly created lambda classwpopielarski2015-11-051-0/+1
| * | | Fix some small warnings that pop up on every compileSimon Ochsenreither2015-11-192-3/+3
| * | | Clean up a bit more in Constructors.Adriaan Moors2015-11-121-12/+12
| * | | Refactor AddInterfaces triage of impl v iface memberAdriaan Moors2015-11-121-13/+11
| * | | LazyVals looks for local vals in all term treesAdriaan Moors2015-11-111-14/+9
| * | | Cleanups, debuglogs, small refactoringsAdriaan Moors2015-11-112-75/+86
| * | | Review feedback from lrytz: better commentsAdriaan Moors2015-11-112-14/+13
| * | | Constructors: encapsulate whether to memoize a valAdriaan Moors2015-11-111-10/+14
| * | | Constructors: further clarify which defs are added & whenAdriaan Moors2015-11-113-37/+27
| * | | Constructors: mutate lessAdriaan Moors2015-11-113-117/+103
| * | | Constructors: consolidate `ValDef` cases in `transformed`Adriaan Moors2015-11-111-19/+27
| * | | Constructors: narrow interfaces of its componentsAdriaan Moors2015-11-111-150/+161
| * | | Minor cleanupsLukas Rytz2015-11-061-1/+0
| * | | Remove ICodeSimon Ochsenreither2015-10-311-1/+2
* | | | Harden methods to recognize method invocations to optimizeLukas Rytz2016-01-231-5/+0
|/ / /
* | / SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-261-4/+7
| |/ |/|
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-053-31/+44
|\|
| * SI-9029 Remove unused methodJason Zaugg2015-09-221-5/+0
| * SI-8127 Remove dead code in UncurryJason Zaugg2015-09-211-7/+0
| * SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-211-3/+8
| * SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-212-16/+36
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-222-2/+6
|\|
| * Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-151-1/+1
| |\
| | * Improve drifted URLsJanek Bogucki2015-09-091-1/+1
| * | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-121-1/+5
| |/
| * Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-082-2/+2
| |\
| | * fix assorted typosSeth Tisue2015-08-282-2/+2
| * | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-061-2/+39
| |\ \ | | |/ | |/|
| | * SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-2/+39
| * | Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-231-1/+1
| |/
* | Merge pull request #4689 from retronym/topic/trait-default-specializationLukas Rytz2015-09-181-3/+3
|\ \
| * | Don't generate specialized overrides in traitsJason Zaugg2015-08-111-3/+3
* | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-084-5/+42
* | | Merge pull request #4671 from lrytz/t9375-easyJason Zaugg2015-09-081-1/+1
|\ \ \
| * | | Cleanup in RefchecksLukas Rytz2015-07-241-1/+1
* | | | Uncurry does Literal RHS for ConstantType def, not ConstructorsAdriaan Moors2015-08-242-16/+18
* | | | Clean up Constructors a bit.Adriaan Moors2015-08-241-96/+90
| |/ / |/| |
* | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-1/+1
|\ \ \ | |/ / |/| / | |/
| * SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-271-1/+1
* | Merge pull request #4652 from retronym/ticket/9408Lukas Rytz2015-07-232-4/+12
|\ \
| * | SI-9408 Avoid capturing outer class in local classes.Jason Zaugg2015-07-231-0/+6
| * | Refactor to avoid duplicated work in ConstructorsJason Zaugg2015-07-231-3/+5
| * | SI-9408 Record known subclasses of local classesJason Zaugg2015-07-231-1/+1
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-235-8/+8
|\ \ \ | |/ / |/| / | |/
| * Fix 23 typos (t-v)Janek Bogucki2015-07-155-8/+8
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-1/+1
|\|
| * Fix 23 typos (m-o)Janek Bogucki2015-06-281-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-246-39/+128
|\|