summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-174-85/+58
* Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-169-72/+102
|\
| * SI-5920 enables default and named args in macrosEugene Burmako2014-02-104-58/+85
| * introduces -Yshow-symownersEugene Burmako2014-02-103-10/+14
| * standardizes checks for default gettersEugene Burmako2014-02-101-2/+1
| * standardizes prefixes used in named/default desugaringEugene Burmako2014-02-101-2/+2
* | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-161-1/+5
|\ \
| * | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-131-1/+5
* | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-161-56/+48
|\ \ \
| * | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-56/+48
| |/ /
* | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-165-34/+64
|\ \ \
| * | | Improve support for patterns in valsDenys Shabalin2014-02-092-12/+20
| * | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-092-22/+36
| * | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-093-1/+9
* | | | Merge pull request #3493 from retronym/ticket/3452-2Grzegorz Kossakowski2014-02-163-262/+166
|\ \ \ \
| * | | | SI-3452 GenBCode version of the static-forwarder signature fixJason Zaugg2014-02-151-1/+1
| * | | | SI-3452 Reduce low-hanging duplication bewteen GenASM and GenBCodeJason Zaugg2014-02-152-123/+4
| * | | | SI-3452 Refactoring code in GenASMJason Zaugg2014-02-151-145/+146
| * | | | SI-3452 A better fix for static forwarder generic sigsJason Zaugg2014-02-151-15/+21
| * | | | SI-3452 Correct Java generic signatures for mixins, static forwardersJason Zaugg2014-02-092-12/+28
* | | | | Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-151-1/+50
|\ \ \ \ \
| * | | | | SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-111-1/+50
* | | | | | Merge pull request #3532 from som-snytt/issue/7711Adriaan Moors2014-02-152-8/+5
|\ \ \ \ \ \
| * | | | | | SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-142-8/+5
| |/ / / / /
* | | | | | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-141-7/+23
|\ \ \ \ \ \
| * | | | | | SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-121-7/+23
* | | | | | | SI-8280 regression in implicit selection.Paul Phillips2014-02-131-1/+4
* | | | | | | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-134-29/+27
|\ \ \ \ \ \ \
| * | | | | | | SI-8134 Address pull request feedbackJason Zaugg2014-02-021-6/+4
| * | | | | | | SI-5954 Add a TODO comment with an idea for future workJason Zaugg2014-01-211-0/+7
| * | | | | | | SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-202-1/+8
| * | | | | | | SI-8134 SI-5954 Fix companions in package object under separate comp.Jason Zaugg2014-01-203-32/+18
* | | | | | | | SI-5900 Fix pattern inference regressionJason Zaugg2014-02-121-3/+5
* | | | | | | | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-121-2/+5
| |/ / / / / / |/| | | | | |
* | | | | | | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-121-0/+2
* | | | | | | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-121-0/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #3503 from adriaanm/rebase-3440Adriaan Moors2014-02-111-1/+6
|\ \ \ \ \ \
| * | | | | | SI-7475 Private members are not inheritableJason Zaugg2014-02-101-1/+6
* | | | | | | Revert "SI-1786 incorporate defined bounds in inference"Adriaan Moors2014-02-111-16/+6
* | | | | | | Merge pull request #3495 from xeno-by/ticket/8209Jason Zaugg2014-02-111-3/+5
|\ \ \ \ \ \ \
| * | | | | | | changes the order of whitebox typechecks. yes, again.Eugene Burmako2014-02-091-3/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Tweak parser entry point for pqDenys Shabalin2014-02-111-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #3456 from soc/SI-8226Grzegorz Kossakowski2014-02-115-215/+233
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-105-215/+233
* | | | | | Merge pull request #3497 from adriaanm/rebase-3464Adriaan Moors2014-02-102-2/+4
|\ \ \ \ \ \
| * | | | | | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-102-2/+4
* | | | | | | Merge pull request #3502 from retronym/ticket/8258Grzegorz Kossakowski2014-02-101-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-8258 Revert "SI-7335 Remove special case for import of Predef._Jason Zaugg2014-02-101-0/+2
* | | | | | | Merge pull request #3496 from adriaanm/t6169Grzegorz Kossakowski2014-02-101-0/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-091-0/+3