summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast
Commit message (Expand)AuthorAgeFilesLines
...
* SI-8459 fix incorrect positions for incomplete selection treesghik2014-09-171-1/+1
* Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-263-58/+55
|\
| * Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-263-3/+3
| |\
| | * Move more parsing hooks out of reporting.Adriaan Moors2014-07-173-3/+3
| * | SI-6476 Unitize ALL the procedures!Som Snytt2014-07-192-27/+26
| * | SI-6476 Unitize procedures, readabilitySom Snytt2014-07-192-28/+24
| * | SI-6476 DocumentationSom Snytt2014-07-181-0/+2
| |/
* / [backport] Update javadoc tag to new scaladoc tags.Masato Sogame2014-08-111-1/+8
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-043-9/+9
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-1/+1
* Merge commit 'b5392a0' into merge/master-to-2.11.xJason Zaugg2014-05-091-9/+21
|\
| * SI-8325 Accept infix star type outside patternsSom Snytt2014-05-051-9/+21
* | Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-081-0/+10
|\ \ | |/ |/|
| * SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-071-0/+10
* | SI-8369 resetAttrs now correctly accounts for skolemsEugene Burmako2014-03-071-1/+2
* | SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-281-4/+4
* | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-201-3/+13
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-163-10/+9
|\ \
| * \ Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-161-3/+3
| |\ \
| | * | introduces -Yshow-symownersEugene Burmako2014-02-101-3/+3
| * | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-162-1/+3
| |\ \ \
| | * | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-092-1/+3
| * | | | SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-141-6/+3
* | | | | exposes additional TreeGen methodsEugene Burmako2014-02-151-1/+1
* | | | | additional class tags for reflection APIEugene Burmako2014-02-141-0/+2
* | | | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
|/ / / /
* | / / SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-102-108/+154
| |/ / |/| |
* | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-1/+1
* | | SI-8248 kills resetAllAttrsEugene Burmako2014-02-071-26/+27
* | | further limits discoverability of resetAttrsEugene Burmako2014-02-071-3/+1
|/ /
* | Merge pull request #3424 from som-snytt/issue/7322Adriaan Moors2014-02-011-1/+1
|\ \
| * | SI-7322 Interpolator idents must be encodedSom Snytt2014-01-291-1/+1
* | | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-291-53/+52
|\ \ \
| * | | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-161-53/+52
* | | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-291-1/+1
|\ \ \ \
| * | | | Addresses feedback from JasonDenys Shabalin2014-01-271-1/+1
* | | | | SI-8182 Avert crash due to type args in patternSom Snytt2014-01-272-3/+9
| |_|/ / |/| | |
* | | | SI-7919 Newline after empty string interpSom Snytt2014-01-241-2/+5
|/ / /
* | | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-212-2/+2
|\ \ \
| * | | moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-212-2/+2
* | | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-1/+1
|\ \ \ \
| * | | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+1
| |/ / /
* | | | Merge pull request #3383 from adriaanm/merge-2.10.xAdriaan Moors2014-01-182-5/+6
|\ \ \ \
| * \ \ \ Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-172-5/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Revert "SI-6426, importable _."Adriaan Moors2013-12-102-6/+6
* | | | | Merge pull request #3381 from retronym/topic/debug-friendlinessEugene Burmako2014-01-181-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't trace the low-level details of ResetAttrs under -YdebugJason Zaugg2014-01-171-1/+3
| | |_|/ | |/| |
* | | | Merge pull request #3283 from paulp/pr/dotless-targsAdriaan Moors2014-01-172-11/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Dotless type application for infix operators.Paul Phillips2013-12-172-11/+23
* | | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-151-3/+3
|\ \ \ \ | |_|_|/ |/| | |