summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Keep line numbers when inlining from the same compilation unitLukas Rytz2016-06-063-3/+58
* SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-064-17/+30
* clear all flags when resetting a symbolLukas Rytz2016-06-063-2/+12
* Store source file paths of classes being compiled in the bytecode repoLukas Rytz2016-06-067-72/+67
* 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-0617-33/+192
|\
| * SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-0310-15/+57
| * SI-9390 Emit local defs that don't capture this as staticJason Zaugg2016-06-018-18/+135
* | Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-0627-81/+172
|\ \
| * | Drop local suffix in lambda impl method nameJason Zaugg2016-06-021-1/+1
| |/
| * Treat self parameter as non-null in the optimizerLukas Rytz2016-06-016-10/+16
| * Lambda impl methods static and more stably namedJason Zaugg2016-06-0120-68/+153
| * Avoid tree sharing with substituteThisJason Zaugg2016-05-313-5/+5
* | Merge pull request #5209 from adriaanm/trait-no-native-methLukas Rytz2016-06-034-13/+32
|\ \
| * | Prohibit @native method in traitAdriaan Moors2016-06-024-13/+32
* | | Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-0215-50/+219
|\ \ \
| * | | SI-8667 Caret at bad argSom Snytt2016-05-1315-55/+79
| * | | SI-8667 Improve too-many-args messageSom Snytt2016-05-1315-27/+172
* | | | Merge pull request #5197 from som-snytt/issue/9104-rawAdriaan Moors2016-06-0210-24/+117
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-9104 Autodetect raw pastageSom Snytt2016-06-0210-24/+117
|/ / /
* | | Merge pull request #5205 from adriaanm/misc-optAdriaan Moors2016-06-026-51/+56
|\ \ \
| * | | Compute constrParamAccessors once. It's expensiveAdriaan Moors2016-06-011-22/+26
| * | | opt: fuse some operations on `Scope`sAdriaan Moors2016-06-016-29/+30
* | | | Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-024-17/+52
|\ \ \ \
| * | | | Fix comparisons involving NaNLukas Rytz2016-06-024-17/+52
| |/ / /
* | | | Merge pull request #5203 from lrytz/merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0239-140/+1104
|\ \ \ \ | |/ / / |/| | |
| * | | scala version in benchmark projectLukas Rytz2016-06-021-1/+1
| * | | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0115-171/+541
| |\ \ \
| | * \ \ Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-0110-78/+285
| | |\ \ \
| | | * | | SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-244-1/+35
| | | * | | SI-7898 Report paste errors improvedlySom Snytt2016-05-233-19/+28
| | | * | | SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| | | * | | SI-7898 Read user input during REPL warmupSom Snytt2016-05-205-60/+212
| | * | | | Merge pull request #5183 from performantdata/bug/SI-9789Lukas Rytz2016-05-305-94/+257
| | |\ \ \ \
| | | * | | | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-265-94/+257
| | |/ / / /
| * | | | | Merge commit '139f6bf' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-013-4/+28
| |\| | | |
| | * | | | Merge pull request #4959 from rjolly/scripting15Stefan Zeiger2016-05-255-12/+32
| | |\ \ \ \
| | | * | | | Jarlist scala-library in build.sbtRaphael Jolly2016-05-212-3/+15
| | | * | | | Use jarlister in buildRaphael Jolly2016-05-213-9/+17
| | | |/ / /
| * | | | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0118-44/+568
| |\| | | |
| | * | | | Merge pull request #5061 from performantdata/benchmark-frameworkJason Zaugg2016-05-257-0/+457
| | |\ \ \ \
| | | * | | | Enable full compiler optimizations in JMH benchmarking.Performant Data LLC2016-05-051-1/+1
| | | * | | | Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-033-59/+61
| | | * | | | Improve the OpenHashMapBenchmark run times.Performant Data LLC2016-05-031-7/+14
| | | * | | | Add a JMH runner class to the library benchmark framework.Performant Data LLC2016-05-033-9/+167
| | | * | | | Benchmark the OpenHashMap memory usage.Performant Data LLC2016-05-034-11/+35
| | | * | | | Add get() tests to OpenHashMap, reduce timing artifacts.Performant Data LLC2016-05-031-35/+144
| | | * | | | Add a reference to Doug Lea's benchmarks.Performant Data LLC2016-05-031-1/+2
| | | * | | | Add JMH to the benchmark framework.Performant Data LLC2016-05-035-0/+156
| | * | | | | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-2311-44/+111
| | |\ \ \ \ \