summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* please ant with filenames, add commentsAdriaan Moors2013-02-216-21/+37
* remove unused importsAdriaan Moors2013-02-157-263/+206
* [refactor] move some logic-related codeAdriaan Moors2013-02-123-352/+358
* [refactor] better name for symbolicCaseAdriaan Moors2013-02-121-16/+6
* [refactor] make hash-consing more robustAdriaan Moors2013-02-122-21/+23
* drop Cond in favor of PropAdriaan Moors2013-02-123-129/+93
* [refactor] prepare migration from Cond to PropAdriaan Moors2013-02-121-52/+52
* [refactor] type analysis consolidationAdriaan Moors2013-02-122-21/+19
* [refactor] move PatternMatching.scala to transform.patmatAdriaan Moors2013-02-129-3806/+4032
* re-align 2.10.x's pattern matcher with master'sAdriaan Moors2013-02-121-93/+37
* Merge pull request #2113 from scalamacros/topic/silencePaul Phillips2013-02-111-1/+1
|\
| * silences t6323aEugene Burmako2013-02-111-1/+1
* | Merge pull request #2111 from retronym/2.10.xJames Iry2013-02-112-8/+15
|\ \
| * | SI-6514 Avoid spurious dead code warningsJason Zaugg2013-02-102-8/+15
* | | Merge pull request #2102 from retronym/topic/tree-checker-leniancyJames Iry2013-02-111-0/+3
|\ \ \
| * | | Tolerate symbol sharing between accessor/field.Jason Zaugg2013-02-091-0/+3
| |/ /
* | | Merge pull request #2098 from retronym/ticket/6225James Iry2013-02-111-1/+8
|\ \ \
| * | | SI-6225 Fix import of inherited package object implicitsJason Zaugg2013-02-091-1/+8
* | | | Merge pull request #2097 from ViniciusMiana/SI-6935James Iry2013-02-111-0/+2
|\ \ \ \
| * | | | SI-6935 Added readResolve in BoxedUnitVinicius Miana2013-02-081-0/+2
| |/ / /
* | | | Merge pull request #2096 from ViniciusMiana/SI-6370James Iry2013-02-111-2/+6
|\ \ \ \
| * | | | SI-6370 changed ListMap apply0 method to produce correct error message when a...Vinicius Miana2013-02-081-2/+6
* | | | | Merge pull request #2099 from retronym/ticket/6158Paul Phillips2013-02-111-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-6158 Restore compile error output under partest --show-logJason Zaugg2013-02-091-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2100 from paulp/pr/fix-super-varargs-savedJames Iry2013-02-093-4/+91
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix for paramaccessor alias regression.Paul Phillips2013-02-081-1/+1
| * | | Expanded bytecode testing code.Paul Phillips2013-02-082-3/+90
| |/ /
* | | Merge pull request #2094 from scalamacros/ticket/6591James Iry2013-02-087-26/+67
|\ \ \ | |/ / |/| |
| * | accommodates pull request feedbackEugene Burmako2013-02-083-17/+38
| * | term and type reftrees are now reified uniformlyEugene Burmako2013-02-081-5/+7
| * | SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-087-16/+34
* | | Merge pull request #2095 from hubertp/ticket/5675James Iry2013-02-081-3/+3
|\ \ \
| * | | SI-5675 Discard duplicate feature warnings at a positionJason Zaugg2013-02-081-3/+3
* | | | Merge pull request #2092 from lrytz/t7096James Iry2013-02-081-13/+29
|\ \ \ \
| * | | | SI-7096 SubstSymMap copies trees before modifying their symbolsLukas Rytz2013-02-081-13/+29
* | | | | Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-084-36/+63
|\ \ \ \ \
| * | | | | Class symbols can't be contravariant.Jason Zaugg2013-02-042-1/+4
| * | | | | SI-6666 Catch VerifyErrors in the making in early defs.Jason Zaugg2013-02-021-5/+5
| * | | | | Broader checks for poisonous this references.Jason Zaugg2013-02-022-33/+56
| * | | | | SI-6666 Account for nesting in setting INCONSTRUCTORJason Zaugg2013-02-021-3/+6
* | | | | | Merge pull request #2091 from JamesIry/2.10.x_SI-6478James Iry2013-02-081-3/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [backport] SI-6478 Fixing JavaTokenParser identJames Roper2013-02-071-3/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #2035 from scalamacros/ticket/6989Eugene Burmako2013-02-084-17/+33
|\ \ \ \ \
| * | | | | SI-6989 privateWithin is now populated in reflectEugene Burmako2013-02-044-17/+33
* | | | | | Merge pull request #2085 from scalamacros/ticket/5824Eugene Burmako2013-02-083-5/+16
|\ \ \ \ \ \
| * | | | | | SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-02-073-5/+16
* | | | | | | Merge pull request #2093 from adriaanm/ticket-6961James Iry2013-02-071-24/+9
|\ \ \ \ \ \ \
| * | | | | | | SI-6961 no structural sharing in list serializationAleksandar Prokopec2013-02-071-24/+9
* | | | | | | | Merge pull request #2090 from adriaanm/rebase-pr-2011James Iry2013-02-075-25/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6187 Make partial functions re-typableJason Zaugg2013-02-075-25/+109
| | |_|_|/ / / / | |/| | | | | |