summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5135 from soc/topic/biased-eitherStefan Zeiger2016-07-132-87/+238
|\
| * [squash] Fix bounds in containsSimon Ochsenreither2016-07-071-1/+1
| * Right-bias EitherSimon Ochsenreither2016-05-272-87/+238
* | Remove redundant 'the' in IntelliJ's README.mdMichaƂ Pociecha2016-07-121-1/+1
* | Group math package functionsJanek Bogucki2016-07-061-64/+189
* | Fixed a typo in PredefJanek Bogucki2016-07-061-1/+1
* | Merge pull request #5256 from lrytz/t9515Adriaan Moors2016-07-054-38/+5
|\ \
| * | SI-9515 closure elimination also for non-Scala-Function SAM typesLukas Rytz2016-07-044-38/+5
* | | Merge pull request #5228 from dpogretskiy/SI-9817Adriaan Moors2016-07-051-0/+8
|\ \ \ | |/ / |/| |
| * | SI-9817 forall and existsDmitriy Pogretskiy2016-06-201-0/+8
* | | 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
* | | Fix ParVector#padToJason Zaugg2016-06-281-1/+6
* | | Temporarily insource Scalacheck 1.11.6Jason Zaugg2016-06-2714-0/+3613
* | | Merge commit 'aaf7bc0' into merge-2.11-to-2.12-june-19Lukas Rytz2016-06-211-2/+16
|\ \ \
| * | | Use sbt for PR validationStefan Zeiger2016-06-141-2/+16
* | | | Merge commit '91b6944' into merge-2.11-to-2.12-june-19Lukas Rytz2016-06-191-1/+1
|\| | | | |/ / |/| |
| * | Merge pull request #5219 from som-snytt/issue/9245Jason Zaugg2016-06-141-1/+1
| |\ \
| | * | SI-9245 Fresher name in Try and testSom Snytt2016-06-071-1/+1
| * | | Merge pull request #5213 from som-snytt/issue/stringof-pariterableJason Zaugg2016-06-141-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-2/+2
* | | | Merge pull request #5202 from lrytz/lineNumbersAdriaan Moors2016-06-0611-89/+84
|\ \ \ \
| * | | | 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 #5216 from adriaanm/2.12.xAdriaan Moors2016-06-061-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2016-06-051-1/+4
| |\| | |
| | * | | SI-7898 Preserve reader against subversionSom Snytt2016-06-041-1/+4
| | |/ /
* | | | 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