summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-181-0/+205
* | | | Merge pull request #941 from adriaanm/ticket-6104Adriaan Moors2012-07-202-0/+9
|\ \ \ \
| * | | | SI-6104 support This patternAdriaan Moors2012-07-182-0/+9
* | | | | Merge pull request #936 from scalamacros/ticket/5999Adriaan Moors2012-07-2025-25/+170
|\ \ \ \ \
| * | | | | SI-5999 a real fix to the packageless problemEugene Burmako2012-07-209-5/+150
| * | | | | SI-5999 removes Context.reifyEugene Burmako2012-07-2016-20/+20
* | | | | | Merge pull request #927 from dgruntz/issue/5856Adriaan Moors2012-07-201-0/+10
|\ \ \ \ \ \
| * | | | | | SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-171-0/+10
* | | | | | | Merge pull request #937 from adriaanm/ticket-5739Adriaan Moors2012-07-205-40/+95
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-5739 store sub-patterns in local valsAdriaan Moors2012-07-175-40/+95
* | | | | | | Merge pull request #929 from scalamacros/ticket/5895Adriaan Moors2012-07-2014-39/+86
|\ \ \ \ \ \ \
| * | | | | | | SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-1910-11/+49
| * | | | | | | SI-5895 fixes FieldMirrorsEugene Burmako2012-07-175-29/+38
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #952 from adriaanm/ticket-4897Adriaan Moors2012-07-192-0/+11
|\ \ \ \ \ \ \
| * | | | | | | SI-4897 derive expected value from single typeAdriaan Moors2012-07-192-0/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #919 from scalamacros/ticket/6086Adriaan Moors2012-07-1910-33/+117
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-6086 magic symbols strike backEugene Burmako2012-07-1710-33/+117
* | | | | | | Merge pull request #922 from dragos/issue/fix-SI-6092Adriaan Moors2012-07-192-0/+39
|\ \ \ \ \ \ \
| * | | | | | | Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under whic...Iulian Dragos2012-07-182-0/+39
* | | | | | | | Merge pull request #939 from adriaanm/ticket-6089Adriaan Moors2012-07-192-0/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-6089 better tail position analysis for matchesAdriaan Moors2012-07-182-0/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #940 from axel22/issue/5937Adriaan Moors2012-07-181-0/+12
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fix SI-5937.Aleksandar Prokopec2012-07-181-0/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #883 from dgruntz/issue/6061Adriaan Moors2012-07-182-11/+22
|\ \ \ \ \ \
| * | | | | | SI-6061 adds weakly conformance for number types to resolveOverloadedDominik Gruntz2012-07-112-11/+22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #921 from adriaanm/ticket-spuriousnessAdriaan Moors2012-07-186-237/+0
|\ \ \ \ \ \
| * | | | | | move test files that fail spuriously to pendingAdriaan Moors2012-07-176-237/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #933 from scalamacros/ticket/5731Adriaan Moors2012-07-1824-0/+72
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-5731 a few fixes for value classesEugene Burmako2012-07-1724-0/+72
| | |_|_|/ | |/| | |
* | | | | Merge pull request #932 from hubertp/2.10.x-issue/5588Adriaan Moors2012-07-182-0/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixes SI-5588. Correct compare for Enumeration.Hubert Plociniczak2012-07-172-0/+16
| |/ / /
* | | | Merge pull request #904 from adriaanm/ticket-6077Adriaan Moors2012-07-172-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6077 more conservative TreeMakersToConds for CSEAdriaan Moors2012-07-142-0/+14
| | |/ | |/|
* | | Merge pull request #910 from adriaanm/redo-847-ticket-6028Adriaan Moors2012-07-172-0/+105
|\ \ \ | |_|/ |/| |
| * | SI-6028 Avoid needless symbol renaming in lambdalift.Jason Zaugg2012-07-142-10/+9
| * | A test case that scrutinises lambdalifter's output.Jason Zaugg2012-07-142-0/+106
* | | SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-162-0/+12
|/ /
* | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1316-3/+529
|\|
| *-----. Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-114-0/+176
| |\ \ \ \
| | | | * | SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-052-0/+11
| | * | | | stringinterpolation macro test filesAdriaan Moors2012-07-062-0/+165
| * | | | | New logic for TermSymbol.resolveOverloadedclhodapp2012-07-089-2/+319
| * | | | | Merge pull request #843 from scalamacros/ticket/6036Adriaan Moors2012-07-082-0/+33
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-062-0/+33
| | |/ / /
| * / / / Tweak test to pass under java 7.Paul Phillips2012-07-061-1/+1
| |/ / /
* / / / Implicits to encourage more Name-dropping.Paul Phillips2012-07-062-0/+19
|/ / /
* | | Merge pull request #830 from heathermiller/topic/tryeither-fixesAdriaan Moors2012-07-062-7/+0
|\ \ \
| * | | SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-052-7/+0
* | | | Merge pull request #826 from lrytz/t5907Adriaan Moors2012-07-064-5/+152
|\ \ \ \
| * | | | SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-054-5/+152
| | |/ / | |/| |