summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | SI-6192 Range: to, until and end are confusingRex Kerr2014-09-301-1/+7
| |/ / / / /
* | | / / / SI-8291 Fix implicitNotFound message with type aliasesJason Zaugg2014-10-051-1/+3
| |_|/ / / |/| | | |
* | | | | Merge pull request #3995 from retronym/ticket/8267Grzegorz Kossakowski2014-10-041-5/+22
|\ \ \ \ \
| * | | | | SI-8267 Avoid existentials after polymorphic overload resolutionJason Zaugg2014-10-021-5/+22
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4024 from retronym/ticket/8217Grzegorz Kossakowski2014-10-041-0/+1
|\ \ \ \ \
| * | | | | SI-8217 allow abstract type members in objectsPaolo G. Giarrusso2014-10-011-0/+1
* | | | | | Merge pull request #4021 from retronym/ticket/8869Jason Zaugg2014-10-021-0/+2
|\ \ \ \ \ \
| * | | | | | SI-8869 Prevent ill-kindedness in type lambdasJason Zaugg2014-10-011-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | 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 #4010 from lrytz/t8087Jason Zaugg2014-10-011-5/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-8087 keep annotations on mixed-in private[this] fieldsLukas Rytz2014-09-301-5/+12
* | | | | | Don't remove elements from a map during iteration.Jason Zaugg2014-09-301-2/+4
| |/ / / / |/| | | |
* | | | | SI-8868 Fix unpickling of local dummy symbolsJason Zaugg2014-09-301-2/+10
* | | | | Bump timeout in interactive tests from 10s -> 30s.Jason Zaugg2014-09-291-1/+1
|/ / / /
* | | | 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
|\ \ \ \
| * | | | Make compiler.properties fall back to prefixedBrian McKenna2014-09-222-4/+4
| | |/ / | |/| |
* / | | HasSet to HashSet typo fixKrystian Nowak2014-09-221-1/+1
|/ / /
* | | Merge pull request #3988 from ghik/issue/8459Jason Zaugg2014-09-181-1/+1
|\ \ \
| * | | SI-8459 fix incorrect positions for incomplete selection treesghik2014-09-171-1/+1
* | | | Merge pull request #3989 from retronym/ticket/8852Grzegorz Kossakowski2014-09-181-2/+3
|\ \ \ \
| * | | | SI-8852 Support joint compilation of Java interfaces w. staticsJason Zaugg2014-09-181-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #3974 from xeno-by/topic/buffer-pattern-expander-errorsGrzegorz Kossakowski2014-09-184-12/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | This ensures that typechecking custom unapplications in silent modeEugene Burmako2014-09-114-12/+13
* | | | Merge pull request #3980 from retronym/ticket/8844Lukas Rytz2014-09-171-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8844 Fix regression with existentials + type aliasesJason Zaugg2014-09-131-1/+1
* | | | Merge pull request #3848 from Ichoran/issue/8680Lukas Rytz2014-09-161-14/+111
|\ \ \ \
| * | | | SI-8680 Stream.addString is too eagerRex Kerr2014-09-121-14/+111
* | | | | Merge pull request #3941 from Ichoran/issue/8815Lukas Rytz2014-09-161-27/+11
|\ \ \ \ \
| * | | | | SI-8815 mutable.LongMap makes different choices for splitAt vs etc.Rex Kerr2014-09-111-27/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #3936 from som-snytt/issue/8806Jason Zaugg2014-09-161-1/+8
|\ \ \ \ \
| * | | | | SI-8806 Add lower bound check to Any lintSom Snytt2014-09-051-2/+9
* | | | | | Merge pull request #3972 from lrytz/BCodeDelambdafyFixJason Zaugg2014-09-164-31/+34
|\ \ \ \ \ \
| * | | | | | isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-124-31/+34
* | | | | | | Merge pull request #3971 from lrytz/opt/dceJason Zaugg2014-09-1611-80/+542
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Address review feedback.Lukas Rytz2014-09-114-9/+7