summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Emit trait method bodies in staticsJason Zaugg2016-06-2818-44/+150
* Remove stray .class file from version controlJason Zaugg2016-06-281-0/+0
* Fix ParVector#padToJason Zaugg2016-06-286-42/+43
* Merge commit 'aaf7bc0' into merge-2.11-to-2.12-june-19Lukas Rytz2016-06-214-7/+37
|\
| * Use sbt for PR validationStefan Zeiger2016-06-148-7/+37
* | Merge commit '91b6944' into merge-2.11-to-2.12-june-19Lukas Rytz2016-06-191-0/+27
|\|
| * Merge pull request #5219 from som-snytt/issue/9245Jason Zaugg2016-06-141-0/+27
| |\
| | * SI-9245 Fresher name in Try and testSom Snytt2016-06-071-0/+27
| * | SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-0/+57
| |/
* | Keep line numbers when inlining from the same compilation unitLukas Rytz2016-06-062-1/+49
* | SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-063-17/+29
* | clear all flags when resetting a symbolLukas Rytz2016-06-061-0/+11
* | Store source file paths of classes being compiled in the bytecode repoLukas Rytz2016-06-062-2/+2
* | Merge pull request #5099 from retronym/ticket/9390Jason Zaugg2016-06-0610-22/+143
|\ \
| * | SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-033-12/+35
| * | SI-9390 Emit local defs that don't capture this as staticJason Zaugg2016-06-017-10/+108
* | | Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-0612-52/+58
|\| |
| * | Treat self parameter as non-null in the optimizerLukas Rytz2016-06-012-2/+2
| * | Lambda impl methods static and more stably namedJason Zaugg2016-06-0111-51/+57
* | | Merge pull request #5209 from adriaanm/trait-no-native-methLukas Rytz2016-06-032-0/+8
|\ \ \
| * | | Prohibit @native method in traitAdriaan Moors2016-06-022-0/+8
* | | | Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-0213-45/+176
|\ \ \ \
| * | | | SI-8667 Caret at bad argSom Snytt2016-05-1313-46/+63
| * | | | SI-8667 Improve too-many-args messageSom Snytt2016-05-1313-22/+136
* | | | | SI-9104 Autodetect raw pastageSom Snytt2016-06-028-3/+77
| |/ / / |/| | |
* | | | Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-021-0/+38
|\ \ \ \
| * | | | Fix comparisons involving NaNLukas Rytz2016-06-021-0/+38
* | | | | scala version in benchmark projectLukas Rytz2016-06-021-1/+1
* | | | | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-019-86/+286
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-015-4/+35
| |\ \ \ \
| | * | | | SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-243-0/+34
| | * | | | SI-7898 Report paste errors improvedlySom Snytt2016-05-231-1/+1
| | * | | | SI-7898 Read user input during REPL warmupSom Snytt2016-05-201-3/+0
| * | | | | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-264-82/+251
| * | | | | Merge pull request #4959 from rjolly/scripting15Stefan Zeiger2016-05-252-8/+4
| |\ \ \ \ \
| | * | | | | Use jarlister in buildRaphael Jolly2016-05-212-8/+4
| | |/ / / /
* | | | | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0116-0/+503
|\| | | | |
| * | | | | 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-239-0/+46
| |\ \ \ \ \ \
| | * | | | | | SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-0/+1
| | * | | | | | SI-4625 Warn when discarding script objectSom Snytt2016-05-173-0/+16
| | * | | | | | SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-163-0/+16