summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5246 from jodersky/javadocAdriaan Moors2016-07-185-25/+41
|\
| * Retain javadoc comments in scaladocJakob Odersky2016-07-155-25/+41
* | Merge pull request #5273 from retronym/ticket/9855Adriaan Moors2016-07-181-14/+3
|\ \
| * | SI-9855 Fix regression in extractor pattern translationJason Zaugg2016-07-141-14/+3
| |/
* | Merge pull request #5269 from lrytz/t9849Lukas Rytz2016-07-131-1/+1
|\ \
| * | SI-9849 set privateWithin on default gettersLukas Rytz2016-07-121-1/+1
* | | Merge pull request #5135 from soc/topic/biased-eitherStefan Zeiger2016-07-131-11/+2
|\ \ \ | |_|/ |/| |
| * | Right-bias EitherSimon Ochsenreither2016-05-271-11/+2
* | | SI-9515 closure elimination also for non-Scala-Function SAM typesLukas Rytz2016-07-044-38/+5
| |/ |/|
* | Emit trait method bodies in staticsJason Zaugg2016-06-2815-162/+235
* | Revert pruning of redundant Java parentsJason Zaugg2016-06-281-5/+10
* | Don't minimize parents of java defined syms.Jason Zaugg2016-06-281-1/+2
* | Better diagnostic for optimizer crashesJason Zaugg2016-06-281-3/+9
* | Remove nonsensical body for trait getterJason Zaugg2016-06-281-1/+6
* | Merge commit '91b6944' into merge-2.11-to-2.12-june-19Lukas Rytz2016-06-191-1/+1
|\ \
| * | SI-9245 Fresher name in Try and testSom Snytt2016-06-071-1/+1
* | | Keep line numbers when inlining from the same compilation unitLukas Rytz2016-06-061-2/+9
* | | SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-061-0/+1
* | | Store source file paths of classes being compiled in the bytecode repoLukas Rytz2016-06-065-70/+65
* | | Avoid separate traversal in inliner to remove line number nodesLukas Rytz2016-06-062-9/+7
* | | Merge pull request #5099 from retronym/ticket/9390Jason Zaugg2016-06-063-11/+39
|\ \ \
| * | | SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-033-3/+12
| * | | SI-9390 Emit local defs that don't capture this as staticJason Zaugg2016-06-011-8/+27
* | | | Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-069-23/+105
|\ \ \ \
| * | | | Drop local suffix in lambda impl method nameJason Zaugg2016-06-021-1/+1
| |/ / /
| * | | Treat self parameter as non-null in the optimizerLukas Rytz2016-06-014-8/+14
| * | | Lambda impl methods static and more stably namedJason Zaugg2016-06-016-16/+92
* | | | Merge pull request #5209 from adriaanm/trait-no-native-methLukas Rytz2016-06-031-10/+18
|\ \ \ \
| * | | | Prohibit @native method in traitAdriaan Moors2016-06-021-10/+18
* | | | | Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-022-5/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8667 Caret at bad argSom Snytt2016-05-132-9/+16
| * | | | SI-8667 Improve too-many-args messageSom Snytt2016-05-132-5/+36
* | | | | Merge pull request #5205 from adriaanm/misc-optAdriaan Moors2016-06-024-44/+50
|\ \ \ \ \
| * | | | | Compute constrParamAccessors once. It's expensiveAdriaan Moors2016-06-011-22/+26
| * | | | | opt: fuse some operations on `Scope`sAdriaan Moors2016-06-014-22/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-023-17/+14
|\ \ \ \ \
| * | | | | Fix comparisons involving NaNLukas Rytz2016-06-023-17/+14
| |/ / / /
* | | | | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-012-1/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-012-1/+8
| |\ \ \ \
| | * | | | SI-7898 Read user input during REPL warmupSom Snytt2016-05-202-1/+8
* | | | | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-44/+64
|\| | | | |
| * | | | | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-231-44/+64
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
| | * | | | SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
| | * | | | SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
| | * | | | SI-4625 App is a thingSom Snytt2016-05-161-1/+4
| | * | | | SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* | | | | | Merge commit '90706b0' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-2/+0
|\| | | | | | |_|/ / / |/| | | |
| * | | | Remove default value for sourcepath in scalac (ant version). (#5166)Krzysztof Romanowski2016-05-171-2/+0
| |/ / /
* | | | Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-3014-57/+81
|\ \ \ \