summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast
Commit message (Expand)AuthorAgeFilesLines
* SI-9245 Fresher name in Try and testSom Snytt2016-06-071-1/+1
* SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
* SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
* SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
* SI-4625 App is a thingSom Snytt2016-05-161-1/+4
* SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-282-35/+54
* Improve presentation compilation of annotationsJason Zaugg2015-09-241-2/+8
* unset inappropriate execute bitsSeth Tisue2015-09-024-0/+0
* Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-1/+1
* ScalaDoc fixes for compilerJanek Bogucki2015-07-291-1/+1
* Fix 25 typos (s)Janek Bogucki2015-07-061-1/+1
* SI-8210 Scaladoc: Fix the false negative @inheritdoc warning on accessorsKato Kazuyoshi2015-05-271-3/+3
* Fix many typosMichał Pociecha2015-04-211-1/+1
* SI-3368 Default to coalescing for 2.11Som Snytt2015-04-161-4/+3
* SI-3368 Promote xml option to -XxmlSom Snytt2015-04-082-2/+2
* SI-3368 CDATA gets a NodeSom Snytt2015-04-082-57/+97
* Removed warningsEECOLOR2015-03-263-2/+4
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* Fix typo in brutallyResetAttrs commentRobertZK2015-03-181-1/+1
* SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-4/+3
* Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-091-119/+73
|\
| * SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-051-119/+73
* | Merge pull request #4185 from som-snytt/issue/9027Grzegorz Kossakowski2014-12-041-4/+3
|\ \ | |/ |/|
| * SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-031-4/+3
* | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-201-1/+2
|\ \ | |/ |/|
| * SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-101-1/+2
* | SI-6856 Fix incorrect EBNF in comment in ParsersJason Zaugg2014-11-071-1/+1
|/
* 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
| |\ \ \