summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix default value for ScalaVersionSettingLukas Rytz2014-11-042-12/+21
* Merge pull request #4081 from retronym/ticket/8943Jason Zaugg2014-11-022-0/+4
|\
| * SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-292-0/+4
* | Merge pull request #4079 from retronym/ticket/8941Jason Zaugg2014-11-023-9/+21
|\ \
| * | SI-8941 Deterministic tests for pres. compiler idempotencyJason Zaugg2014-10-281-2/+4
| * | SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-283-7/+17
| |/
* | Merge pull request #4043 from retronym/ticket/3439-2Jason Zaugg2014-11-023-4/+12
|\ \
| * | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-103-4/+12
* | | Merge pull request #4076 from retronym/ticket/8934Jason Zaugg2014-11-021-5/+4
|\ \ \
| * | | SI-8934 Fix whitebox extractor macros in the pres. compilerJason Zaugg2014-10-271-5/+4
| | |/ | |/|
* | | Merge pull request #4040 from retronym/ticket/8871Jason Zaugg2014-11-023-28/+15
|\ \ \ | |/ / |/| |
| * | SI-6613 Make Java enums work in FSC / REPLJason Zaugg2014-10-091-2/+4
| * | SI-5583 Remove the workaround for specialization bugJason Zaugg2014-10-091-13/+6
| * | SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-092-13/+5
* | | Merge pull request #4049 from lrytz/t8900Grzegorz Kossakowski2014-10-201-4/+4
|\ \ \
| * | | SI-8900 Don't assert !isDelambdafyFunction, it may not be accurateLukas Rytz2014-10-151-4/+4
| | |/ | |/|
* | | Merge pull request #4067 from lrytz/t8926Grzegorz Kossakowski2014-10-201-4/+11
|\ \ \
| * | | SI-8926 default visbility RUNTIME for java annotationsLukas Rytz2014-10-201-4/+11
| |/ /
* | | Merge pull request #4048 from lrytz/t8899Grzegorz Kossakowski2014-10-202-14/+12
|\ \ \
| * | | [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-122-14/+12
| |/ /
* / / SI-8907 Don't force symbol info in isModuleNotMethodLukas Rytz2014-10-152-24/+27
|/ /
* | Merge pull request #4038 from adriaanm/t8894v2.11.3Grzegorz Kossakowski2014-10-092-2/+2
|\ \
| * | SI-8894 dealias when looking at tuple componentsAdriaan Moors2014-10-082-2/+2
* | | Merge pull request #3993 from puffnfresh/feature/color-replGrzegorz Kossakowski2014-10-095-5/+49
|\ \ \
| * | | Use color REPL after writing a defBrian McKenna2014-10-071-10/+19
| * | | Add color to severity in REPL reporterBrian McKenna2014-09-242-1/+19
| * | | Color REPL under -Dscala.colorBrian McKenna2014-09-213-2/+19
* | | | SI-8890 handle reference to overload with errorAdriaan Moors2014-10-091-16/+25
| |/ / |/| |
* | | Merge pull request #4032 from dturner-tw/dturner/scaldoc-exit-codeGrzegorz Kossakowski2014-10-071-9/+11
|\ \ \
| * | | Make Scaladoc actually exit with non-zero exit code in case of errors,David Turner2014-10-041-9/+11
* | | | Merge pull request #4026 from soc/SI-4788-newGrzegorz Kossakowski2014-10-076-120/+106
|\ \ \ \
| * | | | SI-4788/SI-5948 Respect RetentionPolicy of Java annotationsSimon Ochsenreither2014-10-076-120/+106
* | | | | Avoid ClassfileAnnotation warning for @SerialVersionUIDSimon Ochsenreither2014-10-071-1/+4
|/ / / /
* | | | Merge pull request #4030 from som-snytt/issue/8843Grzegorz Kossakowski2014-10-073-50/+56
|\ \ \ \
| * | | | SI-8843 AbsFileCL acts like a CLSom Snytt2014-10-063-50/+56
* | | | | Merge pull request #4034 from adriaanm/pr-3950-reworkGrzegorz Kossakowski2014-10-071-3/+9
|\ \ \ \ \
| * | | | | Update stripPrefix/StringLike docs to talk about no op caseMax Bileschi2014-10-071-3/+9
* | | | | | Merge pull request #3986 from som-snytt/issue/6502-no-cpGrzegorz Kossakowski2014-10-074-70/+73
|\ \ \ \ \ \
| * | | | | | SI-6502 Repl reset/replay take settings argsSom Snytt2014-09-224-69/+68
| * | | | | | SI-6502 Remove cp command as unworkableSom Snytt2014-09-211-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4016 from lrytz/t8731Grzegorz Kossakowski2014-10-071-1/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-8731 warning if @switch is ignoredLukas Rytz2014-10-061-1/+17
* | | | | | Merge pull request #4033 from retronym/ticket/8888Lukas Rytz2014-10-071-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-8888 Avoid ClassFormatError under -Ydelambdafy:methodJason Zaugg2014-10-071-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #3954 from gbasler/ticket/7746-2.11Grzegorz Kossakowski2014-10-064-53/+117
|\ \ \ \ \
| * | | | | Cleanup `LinkedHashSet` fixes and replace them with `Set` (i.e., backGerard Basler2014-10-052-22/+14
| * | | | | SI-7746 patmat: fix non-determinism, infeasible counter examplesGerard Basler2014-10-054-31/+103
* | | | | | Merge pull request #4023 from retronym/topic/time-me-outGrzegorz Kossakowski2014-10-061-1/+1
|\ \ \ \ \ \
| * | | | | | Increase REPL startup timeout to avoid test failuresJason Zaugg2014-10-011-1/+1
* | | | | | | Merge pull request #4019 from Ichoran/issue/6192Lukas Rytz2014-10-061-1/+7
|\ \ \ \ \ \ \