summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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-0511-41/+115
* | | | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6192 Range: to, until and end are confusingRex Kerr2014-09-301-1/+7
| |/ / / / / / /
* | | | | | | | Merge pull request #4027 from dragos/doc/reinstate-testLukas Rytz2014-10-065-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Disable flaky presentation compiler test."Iulian Dragos2014-10-035-0/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4029 from retronym/ticket/8291Lukas Rytz2014-10-063-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8291 Fix implicitNotFound message with type aliasesJason Zaugg2014-10-053-1/+17
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #3982 from retronym/ticket/8845Lukas Rytz2014-10-062-0/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8845 Control flow pot-pourri crashes GenASM, but not -BCodeJason Zaugg2014-10-012-0/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3995 from retronym/ticket/8267Grzegorz Kossakowski2014-10-042-5/+55
|\ \ \ \ \ \ \
| * | | | | | | SI-8267 Avoid existentials after polymorphic overload resolutionJason Zaugg2014-10-022-5/+55
* | | | | | | | Merge pull request #4024 from retronym/ticket/8217Grzegorz Kossakowski2014-10-047-8/+26
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SI-8217 allow abstract type members in objectsPaolo G. Giarrusso2014-10-017-8/+26
* | | | | | | | Merge pull request #4021 from retronym/ticket/8869Jason Zaugg2014-10-023-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8869 Prevent ill-kindedness in type lambdasJason Zaugg2014-10-013-0/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #4022 from retronym/ticket/8870Jason Zaugg2014-10-021-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8870 Fix markup errors in the Types section of the specJason Zaugg2014-10-011-5/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #4020 from Ichoran/issue/8624Jason Zaugg2014-10-011-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8624 PriorityQueue documentation is not clear enoughRex Kerr2014-09-301-0/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4008 from gourlaysama/wip/junit-2Jason Zaugg2014-10-0113-7/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Better ant / junit interactionAntoine Gourlay2014-09-2913-7/+4
* | | | | | | | | Merge pull request #4010 from lrytz/t8087Jason Zaugg2014-10-012-5/+24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | SI-8087 keep annotations on mixed-in private[this] fieldsLukas Rytz2014-09-302-5/+24
* | | | | | | | | Merge pull request #4018 from retronym/ticket/8774-concurrent-modificationLukas Rytz2014-09-301-2/+4
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Don't remove elements from a map during iteration.Jason Zaugg2014-09-301-2/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #4011 from lrytz/t8445-6622Jason Zaugg2014-09-304-0/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8445, SI-6622 test cases, already fixedLukas Rytz2014-09-294-0/+72
| |/ / / / / / /
* | | | | | | | Merge pull request #4013 from retronym/ticket/8868Lukas Rytz2014-09-307-2/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8868 Fix unpickling of local dummy symbolsJason Zaugg2014-09-307-2/+34
|/ / / / / / / /
* | | | | | | | Merge pull request #3996 from gourlaysama/wip/specJason Zaugg2014-09-2914-11/+690
|\ \ \ \ \ \ \ \
| * | | | | | | | spec: a header that links to the index, with a scala logoAntoine Gourlay2014-09-236-5/+60
| * | | | | | | | spec: a print stylesheet to remove the TOC when printingAntoine Gourlay2014-09-232-0/+16
| * | | | | | | | spec: generated TOC with linkable headersAntoine Gourlay2014-09-229-7/+615
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4009 from gourlaysama/wip/test-flagsJason Zaugg2014-09-294-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Cleanup a few flags in test/files/Antoine Gourlay2014-09-294-4/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4007 from retronym/topic/bump-timeoutGrzegorz Kossakowski2014-09-291-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Bump timeout in interactive tests from 10s -> 30s.Jason Zaugg2014-09-291-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #4006 from retronym/topic/defragilityJason Zaugg2014-09-282-3/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Avoid test fragility to changes in PredefJason Zaugg2014-09-282-3/+2
|/ / / / / /
* | | | | | Merge pull request #4002 from retronym/merge/2.10.x-to-2.11.x-20140925Jason Zaugg2014-09-250-0/+0
|\ \ \ \ \ \
| * | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.11.x-2014...Jason Zaugg2014-09-250-0/+0
|/| | | | | |
| * | | | | | Merge pull request #3998 from retronym/backport/7756Grzegorz Kossakowski2014-09-248-8/+69
| |\ \ \ \ \ \
| | * | | | | | [backport] SI-7756 Uncripple refchecks in case bodiesJason Zaugg2014-09-238-8/+69
* | | | | | | | Merge pull request #3999 from mpociecha/classpath-findSourceFile-method-renamingGrzegorz Kossakowski2014-09-244-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Get rid of Platform.doLoad method.Grzegorz Kossakowski2014-09-241-1/+0
| * | | | | | | | Rename ClassPath.findSourceFile to ClassPath.findClassFileGrzegorz Kossakowski2014-09-243-4/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #3994 from puffnfresh/feature/system-compiler-propertiesGrzegorz Kossakowski2014-09-242-4/+4
|\ \ \ \ \ \ \ \