summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Avoid needlessly deep chains of ClonedTailContextJason Zaugg2014-10-101-8/+12
| * | | | | | | Optimize tail calls to avoid findMember callsJason Zaugg2014-10-102-0/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4052 from Lymia/issue/8910Jason Zaugg2014-11-042-4/+26
|\ \ \ \ \ \ \
| * | | | | | | SI-8910 BitSet sometimes uses exponential memory.Alissa Rao2014-10-152-4/+26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4087 from lrytz/intellijJason Zaugg2014-11-0422-3/+564
|\ \ \ \ \ \ \
| * | | | | | | IntelliJ IDEA files for version 14Lukas Rytz2014-11-0322-3/+564
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4045 from gourlaysama/wip/t8875-show-codeJason Zaugg2014-11-042-1/+8
|\ \ \ \ \ \ \
| * | | | | | | SI-8875 showCode should print all class constructor modifiers.Antoine Gourlay2014-10-242-1/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4063 from som-snytt/issue/direct-showdef-testJason Zaugg2014-11-042-36/+24
|\ \ \ \ \ \ \
| * | | | | | | Reduce compiles for global-showdef testSom Snytt2014-10-282-7/+9
| * | | | | | | Make global-showdef a DirectTestSom Snytt2014-10-281-32/+18
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4064 from xuwei-k/typo-representationJason Zaugg2014-11-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix typo. s/represenation/representationxuwei-k2014-10-201-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4072 from soc/SI-4950Jason Zaugg2014-11-042-0/+21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-4950 Add tests, looks like it has been fixed earlierSimon Ochsenreither2014-10-232-0/+21
* | | | | | | Merge pull request #4081 from retronym/ticket/8943Jason Zaugg2014-11-025-0/+44
|\ \ \ \ \ \ \
| * | | | | | | SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-295-0/+44
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4079 from retronym/ticket/8941Jason Zaugg2014-11-028-9/+173
|\ \ \ \ \ \ \
| * | | | | | | SI-8941 Deterministic tests for pres. compiler idempotencyJason Zaugg2014-10-283-2/+130
| * | | | | | | SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-286-7/+43
| |/ / / / / /
* | | | | | | Merge pull request #4043 from retronym/ticket/3439-2Jason Zaugg2014-11-027-7/+49
|\ \ \ \ \ \ \
| * | | | | | | SI-5454 Test case for another ticket fixed by the previous commitJason Zaugg2014-10-101-0/+10
| * | | | | | | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-106-7/+39
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4076 from retronym/ticket/8934Jason Zaugg2014-11-028-5/+74
|\ \ \ \ \ \ \
| * | | | | | | SI-8934 Fix whitebox extractor macros in the pres. compilerJason Zaugg2014-10-278-5/+74
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4040 from retronym/ticket/8871Jason Zaugg2014-11-0211-28/+43
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-6613 Make Java enums work in FSC / REPLJason Zaugg2014-10-095-2/+14
| * | | | | | SI-5583 Remove the workaround for specialization bugJason Zaugg2014-10-091-13/+6
| * | | | | | SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-096-13/+23
* | | | | | | Merge pull request #4077 from gkossakowski/bump-versionGrzegorz Kossakowski2014-10-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Bump version to 2.11.5 in build.number file.Grzegorz Kossakowski2014-10-261-1/+1
* | | | | | | | Merge pull request #4071 from Blaisorblade/patch-3Jason Zaugg2014-10-241-93/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Delete zipfile-bug.txtPaolo G. Giarrusso2014-10-231-93/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4073 from gkossakowski/bump-versionv2.11.4Lukas Rytz2014-10-231-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * / / / / Bump version number in build.number to 2.11.4Grzegorz Kossakowski2014-10-231-1/+1
|/ / / / /
* | | | | Merge pull request #4049 from lrytz/t8900Grzegorz Kossakowski2014-10-202-4/+15
|\ \ \ \ \
| * | | | | SI-8900 Don't assert !isDelambdafyFunction, it may not be accurateLukas Rytz2014-10-152-4/+15
| | |_|/ / | |/| | |
* | | | | Merge pull request #4067 from lrytz/t8926Grzegorz Kossakowski2014-10-202-4/+52
|\ \ \ \ \
| * | | | | SI-8926 default visbility RUNTIME for java annotationsLukas Rytz2014-10-202-4/+52
| |/ / / /
* | | | | Merge pull request #4048 from lrytz/t8899Grzegorz Kossakowski2014-10-206-139/+13
|\ \ \ \ \
| * | | | | [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-126-139/+13
| |/ / / /
* | | | | Merge pull request #4053 from lrytz/tmp/t8907Grzegorz Kossakowski2014-10-203-24/+66
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8907 Don't force symbol info in isModuleNotMethodLukas Rytz2014-10-153-24/+66
|/ / / /
* | | | Merge pull request #4039 from roberthoedicke/2.11.xJason Zaugg2014-10-107-11/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Update 04-basic-declarations-and-definitions.mdRobert Hoedicke2014-10-101-3/+3
| * | | Update 12-the-scala-standard-library.mdroberthoedicke2014-10-091-1/+1
| * | | Update 10-xml-expressions-and-patterns.mdroberthoedicke2014-10-091-1/+1
| * | | Update 08-pattern-matching.mdroberthoedicke2014-10-081-2/+2
| * | | Update 06-expressions.mdroberthoedicke2014-10-081-3/+3
| * | | Update 04-basic-declarations-and-definitions.mdroberthoedicke2014-10-081-2/+2