summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix bytecode stability when running the closure optimizerLukas Rytz2015-07-161-8/+8
* Merge pull request #4627 from som-snytt/issue/9396Lukas Rytz2015-07-163-19/+5
|\
| * SI-9396 Runner computes path only onceSom Snytt2015-07-133-19/+5
* | SI-9392 Clarify the workaround comment and introduce a devWarningLukas Rytz2015-07-151-8/+8
* | Merge pull request #4619 from lrytz/closureOptimizerPerformanceAdriaan Moors2015-07-133-158/+231
|\ \
| * | Refactor the ClosureOptimizer, run ProdCons only once per methodLukas Rytz2015-07-103-158/+231
* | | Merge pull request #4623 from retronym/ticket/9392v2.12.0-M2Adriaan Moors2015-07-131-0/+8
|\ \ \
| * | | SI-9392 Avoid crash in GenBCode for incoherent treesJason Zaugg2015-07-131-0/+8
| | |/ | |/|
* | | Merge pull request #4622 from retronym/merge/2.11.x-to-2.12.x-20150713Adriaan Moors2015-07-1316-36/+49
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-1316-36/+49
| |\ \ \ | | |/ / | |/| |
| | * | Fix 25 typos (s)Janek Bogucki2015-07-064-4/+4
| | * | Merge pull request #4596 from janekdb/2.11.x-typos-p-rSeth Tisue2015-07-013-4/+4
| | |\ \
| | | * | Fix 27 typos (p-r)Janek Bogucki2015-06-303-4/+4
| | * | | Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-011-0/+8
| | |\ \ \ | | | |/ / | | |/| |
| | | * | SI-9206 De-perk the welcome messageSom Snytt2015-06-251-2/+1
| | | * | SI-9206 Update REPL welcome messageSom Snytt2015-06-241-3/+3
| | | * | SI-9206: REPL custom welcome messageSom Snytt2015-06-231-0/+9
| | * | | Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-301-2/+3
| | |\ \ \
| | | * | | SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-231-1/+1
| | | * | | SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-231-1/+2
| | * | | | Merge pull request #4588 from retronym/topic/icodishAdriaan Moors2015-06-291-0/+5
| | |\ \ \ \
| | | * | | | GenBCode: fix incrementatal compilation by mimicing GenASMJason Zaugg2015-06-281-0/+5
| | * | | | | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-291-19/+18
| | |\ \ \ \ \
| | | * | | | | Improved message for missing argument listSom Snytt2015-06-271-19/+18
| | * | | | | | Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-291-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | Improve method names (m-o)Janek Bogucki2015-06-281-2/+2
| | | |/ / / / /
| | * / / / / / Fix 23 typos (m-o)Janek Bogucki2015-06-284-5/+5
| | |/ / / / /
* | | | | | | Merge pull request #4621 from retronym/ticket/9393Adriaan Moors2015-07-131-10/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | SI-9393 Temporarily disable two assertions in GenBCodeJason Zaugg2015-07-121-10/+11
| |/ / / / /
* | | | | | Merge pull request #4617 from retronym/ticket/9387Jason Zaugg2015-07-091-1/+2
|\ \ \ \ \ \
| * | | | | | SI-9387 Fix VerifyError introduced by indylambdaJason Zaugg2015-07-091-1/+2
| |/ / / / /
* | | | | | Integrate the LMFInvokeDynamic extractor into LambdaMetaFactoryCallAdriaan Moors2015-07-083-70/+64
* | | | | | Small refactoring to the closure optimizerLukas Rytz2015-07-073-139/+151
* | | | | | Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-072-4/+68
* | | | | | Fix bytecode stabilityLukas Rytz2015-07-071-2/+23
* | | | | | Warn when combining settings for the old optimizer with -YGenBCodeLukas Rytz2015-07-032-3/+21
* | | | | | Set -Xsource to 2.12 by defaultLukas Rytz2015-07-031-1/+1
* | | | | | Skip mirror class when invoking deserializeLambdaLukas Rytz2015-07-031-2/+2
* | | | | | Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-032-9/+21
* | | | | | SI-9376 don't crash when inlining a closure body that throws.Lukas Rytz2015-07-033-2/+25
|/ / / / /
* | | | | Merge pull request #4601 from som-snytt/issue/9377Lukas Rytz2015-07-031-4/+2
|\ \ \ \ \
| * | | | | SI-9377 Update ScalaVersion error textSom Snytt2015-07-021-4/+1
| * | | | | SI-9377 ScalaVersion init no longer fails if versionlessSom Snytt2015-07-021-0/+1
* | | | | | Merge pull request #4544 from som-snytt/topic/reporterAdriaan Moors2015-07-025-18/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-9350 Command option -XreporterSom Snytt2015-06-295-18/+31
* | | | | | Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-021-1/+1
* | | | | | Include sources for scala-java8-compat instead of jarLukas Rytz2015-07-011-2/+2
* | | | | | `deserializeLambda` should not use encoded class nameLukas Rytz2015-07-011-2/+3
* | | | | | Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-011-3/+5
|/ / / / /
* | | | | Merge commit '5b80736' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-261-3/+3
|\| | | |