summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5261 from som-snytt/issue/9827Stefan Zeiger2016-07-191-1/+69
|\
| * SI-9827 MatchIterator advances itselfSom Snytt2016-07-181-1/+69
* | Merge pull request #5265 from szeiger/issue/6947Adriaan Moors2016-07-181-3/+3
|\ \
| * | SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-071-3/+3
| |/
* | Merge pull request #5246 from jodersky/javadocAdriaan Moors2016-07-184-2/+53
|\ \
| * | Retain javadoc comments in scaladocJakob Odersky2016-07-154-2/+53
* | | Merge pull request #5285 from szeiger/wip/sbt-bootstrapAdriaan Moors2016-07-182-3/+10
|\ \ \
| * | | Switch the bootstrap build over to sbtStefan Zeiger2016-07-152-3/+10
* | | | Merge pull request #5273 from retronym/ticket/9855Adriaan Moors2016-07-183-3/+29
|\ \ \ \
| * | | | SI-9855 Fix regression in extractor pattern translationJason Zaugg2016-07-143-3/+29
| | |/ / | |/| |
* | | | Merge pull request #5275 from dwijnand/somexStefan Zeiger2016-07-182-6/+6
|\ \ \ \
| * | | | Deprecated and rename Some#x to Some#valueDale Wijnand2016-07-152-6/+6
| | |/ / | |/| |
* / | | SI-9691 BufferedIterator should expose a headOptionChristopher Davenport2016-07-151-0/+28
|/ / /
* | | Merge pull request #5264 from lrytz/t8561Lukas Rytz2016-07-131-22/+15
|\ \ \
| * | | SI-8561 named subclasses for known Manifest / ClassTag instancesLukas Rytz2016-07-061-22/+15
| | |/ | |/|
* | | Merge pull request #5234 from som-snytt/review/printersLukas Rytz2016-07-133-5/+20
|\ \ \
| * | | Constant print control in unicodeSom Snytt2016-06-163-6/+9
| * | | Refactor triple quote quotingSom Snytt2016-06-161-4/+8
| * | | Avoid triple-quoting triple quotesSom Snytt2016-06-161-0/+8
* | | | Merge pull request #5269 from lrytz/t9849Lukas Rytz2016-07-132-0/+23
|\ \ \ \
| * | | | SI-9849 set privateWithin on default gettersLukas Rytz2016-07-122-0/+23
| | |/ / | |/| |
* | | | Merge pull request #5135 from soc/topic/biased-eitherStefan Zeiger2016-07-133-7/+71
|\ \ \ \ | |_|_|/ |/| | |
| * | | Right-bias EitherSimon Ochsenreither2016-05-273-7/+71
* | | | Merge pull request #5247 from mo/2.12.xAdriaan Moors2016-07-051-1/+1
|\ \ \ \
| * | | | Fix typo in test commentMartin Olsson2016-06-261-1/+1
* | | | | SI-9515 closure elimination also for non-Scala-Function SAM typesLukas Rytz2016-07-041-0/+20
| |_|/ / |/| | |
* | | | Use 2.12.0-M4-9901daf as STARR (see #5152)Adriaan Moors2016-06-281-1/+1
* | | | 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