summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2046 from JamesIry/2.10.x_SI-4714Paul Phillips2013-01-311-2/+3
|\
| * SI-4714 Initialize history while initializing the REPL's readerJames Iry2013-01-311-2/+3
* | Merge pull request #2037 from JamesIry/2.10.x_SI-2418Paul Phillips2013-01-312-9/+3
|\ \
| * | [backport] Removed restriction on final vars, SI-2418.Paul Phillips2013-01-312-9/+3
* | | Merge pull request #2036 from scalamacros/ticket/5716Paul Phillips2013-01-311-1/+10
|\ \ \ | |_|/ |/| |
| * | the scanner is now less eager about deprecationsEugene Burmako2013-01-311-1/+10
* | | Merge pull request #2021 from gkossakowski/issue/SI-7009Grzegorz Kossakowski2013-01-313-3/+9
|\ \ \ | |_|/ |/| |
| * | SI-7009: `@throws` annotation synthesized incorrectlyGrzegorz Kossakowski2013-01-303-3/+9
* | | Merge pull request #2028 from JamesIry/2.10.x_SI-6728Paul Phillips2013-01-311-1/+1
|\ \ \
| * | | SI-6728 Fixes crash in parser on incomplete for expressionJames Iry2013-01-301-1/+1
* | | | Merge pull request #1997 from retronym/ticket/7035Paul Phillips2013-01-302-27/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7035 Centralize case field accessor sorting.Jason Zaugg2013-01-282-27/+2
* | | | Merge pull request #2020 from adriaanm/rebase-pr-1994-2.10.xAdriaan Moors2013-01-301-8/+21
|\ \ \ \
| * | | | Remove gratuitous varJason Zaugg2013-01-301-1/+1
| * | | | SI-6726 Further optimization of pattern analysisJason Zaugg2013-01-301-2/+8
| * | | | SI-6726 Hash consing for Pattern matching Sym-sJason Zaugg2013-01-301-6/+13
* | | | | Merge pull request #2007 from retronym/backport/1021Adriaan Moors2013-01-301-1/+1
|\ \ \ \ \
| * | | | | [backport] Fix for SI-6154, VerifyError originating in uncurry.Paul Phillips2013-01-291-1/+1
| | |_|/ / | |/| | |
* | | | | SI-6516, macros comparing types with == instead of =:=.Paul Phillips2013-01-301-1/+1
| |/ / / |/| | |
* | | | SI-6651 Substitute `this` in extension method sigsJason Zaugg2013-01-291-7/+30
|/ / /
* | | Merge pull request #1981 from retronym/backport/1187Adriaan Moors2013-01-282-7/+11
|\ \ \
| * | | [backport] SI-3577 BoundedWildcardType handlingJason Zaugg2013-01-262-7/+11
| | |/ | |/|
* | | Merge pull request #1936 from retronym/ticket/6891Adriaan Moors2013-01-282-3/+44
|\ \ \
| * | | Ill-scoped reference checking in TreeCheckersJason Zaugg2013-01-261-2/+43
| * | | Make value classes TreeCheckers friendlyJason Zaugg2013-01-261-1/+1
* | | | Merge pull request #1973 from JamesIry/SI-4602_2.10.xJames Iry2013-01-282-7/+18
|\ \ \ \
| * | | | SI-4602 Make fsc absolutize source file namesJames Iry2013-01-252-7/+18
| | |/ / | |/| |
* | | | Merge pull request #1988 from melloc/fsc-temporary-directory-2.10.xJames Iry2013-01-281-1/+1
|\ \ \ \
| * | | | SI-4733 - fsc no longer creates a single temp directory for all users.Cody Mello2013-01-261-1/+1
* | | | | Merge pull request #1927 from JamesIry/SI-6863_2.10.xJames Iry2013-01-282-10/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-6863 Fix verify error in captured var inited from expr with try/catchJames Iry2013-01-252-10/+33
| | |/ / | |/| |
* | | | Merge pull request #1857 from retronym/ticket/6443-2.10.xAdriaan Moors2013-01-271-7/+112
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6443 Widen dependent param types in uncurryJason Zaugg2013-01-161-7/+112
* | | | Merge pull request #1956 from JamesIry/SI-7011_2.10.xJames Iry2013-01-251-2/+2
|\ \ \ \
| * | | | SI-7011 Fix finding constructor type in captured var definitionsJames Iry2013-01-231-2/+2
| | |/ / | |/| |
* | | | Merge pull request #1946 from retronym/ticket/6231Paul Phillips2013-01-252-3/+19
|\ \ \ \
| * | | | SI-6231 Report unsupported free var capture by a trait.Jason Zaugg2013-01-212-3/+19
| | |_|/ | |/| |
* | | | Merge pull request #1951 from JamesIry/SI-6987_2.10.xPaul Phillips2013-01-252-17/+31
|\ \ \ \
| * | | | SI-6987 Tests fsc verbose outputJames Iry2013-01-222-15/+28
| * | | | SI-6987 Fixes fsc compile server verbose outputJames Iry2013-01-222-2/+3
| | |/ / | |/| |
* | | | Merge pull request #1938 from retronym/ticket/6666Paul Phillips2013-01-251-7/+31
|\ \ \ \
| * | | | SI-6666 Restrict hidden `this` access in self/super calls.Jason Zaugg2013-01-201-7/+31
| | |/ / | |/| |
* | | | Merge pull request #1928 from retronym/ticket/6902Paul Phillips2013-01-251-9/+8
|\ \ \ \
| * | | | SI-6902 Check unreachability under @uncheckedJason Zaugg2013-01-191-9/+8
| | |_|/ | |/| |
* | | | Merge pull request #1907 from namin/si-6952Paul Phillips2013-01-251-3/+3
|\ \ \ \
| * | | | Closes SI-6952: add correct error positions for Dynamic feature check.amin2013-01-161-3/+3
* | | | | Merge pull request #1902 from paulp/issue/6969Paul Phillips2013-01-251-7/+19
|\ \ \ \ \
| * | | | | SI-6969, mishandling of SoftReferences in method cache.Paul Phillips2013-01-241-7/+19
* | | | | | Merge pull request #1910 from retronym/ticket/6976Paul Phillips2013-01-251-4/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6976 Fix value class separate compilation crasher.Jason Zaugg2013-01-161-4/+8
| | |/ / / | |/| | |