summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove TopLevelCreationFlagsLukas Rytz2016-06-062-8/+3
* 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
* clear all flags when resetting a symbolLukas Rytz2016-06-062-2/+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-067-11/+49
|\
| * SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-037-3/+22
| * 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-0615-29/+114
|\ \
| * | 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-019-17/+96
| * Avoid tree sharing with substituteThisJason Zaugg2016-05-313-5/+5
* | Merge pull request #5209 from adriaanm/trait-no-native-methLukas Rytz2016-06-032-13/+24
|\ \
| * | Prohibit @native method in traitAdriaan Moors2016-06-022-13/+24
* | | 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
* | | | SI-9104 Autodetect raw pastageSom Snytt2016-06-022-21/+40
| |/ / |/| |
* | | 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-023-17/+14
|\ \ \ \
| * | | | Fix comparisons involving NaNLukas Rytz2016-06-023-17/+14
| |/ / /
* | | | Merge pull request #5203 from lrytz/merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0210-132/+321
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-016-85/+255
| |\ \ \
| | * \ \ Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-015-74/+250
| | |\ \ \
| | | * | | SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-241-1/+1
| | | * | | SI-7898 Report paste errors improvedlySom Snytt2016-05-232-18/+27
| | | * | | SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| | | * | | SI-7898 Read user input during REPL warmupSom Snytt2016-05-204-57/+212
| | * | | | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-261-12/+6
| * | | | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-012-44/+65
| |\| | | |
| | * | | | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-232-44/+65
| | |\ \ \ \
| | | * | | | 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-162-1/+5
| | | * | | | SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
| | * | | | | Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-1/+2
| | |\ \ \ \ \
| | | * | | | | SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-1/+2
| | | |/ / / /
| * | | | | | Merge commit '4196569' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-1/+1
| |\| | | | |
| | * | | | | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-1/+1
| | | |/ / / | | |/| | |
| | * | | | [backport] identical readme in 2.11.x as in 2.12.xLukas Rytz2016-05-191-16/+57
| * | | | | 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 #5198 from sjrd/privatize-range-membersLukas Rytz2016-06-011-17/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Relax the semantics of `Range.lastElement` for internal use.Sébastien Doeraene2016-05-311-11/+10
| * | | | Privatize the deprecated members of `immutable.Range`.Sébastien Doeraene2016-05-311-7/+2
| | |_|/ | |/| |