summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab
Commit message (Expand)AuthorAgeFilesLines
...
| * Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-162-2/+2
| * Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-081-2/+9
| |\
| * | Add () to side-effecting u1/u2/u4.Paul Phillips2013-04-031-3/+3
| * | Brought some structure to the classfileparser.Paul Phillips2013-04-032-365/+336
| * | Cleaning up error handling.Paul Phillips2013-04-031-13/+6
| * | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-024-13/+13
| |\ \
| | * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-274-13/+13
| * | | Merge pull request #2310 from retronym/ticket/6168Paul Phillips2013-04-021-1/+7
| |\ \ \
| | * | | SI-6168 Retain prefix when parsing types in JVM signaturesJason Zaugg2013-03-251-1/+7
| * | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-022-2/+14
| |\ \ \ \
| * \ \ \ \ Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-281-115/+106
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Overhauled local/getter/setter name logic.Paul Phillips2013-03-252-4/+4
| | |_|/ / | |/| | |
| * | | | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-213-11/+11
| * | | | SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-111-1/+1
| * | | | Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-091-8/+4
| * | | | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-091-17/+17
| * | | | Name boolean arguments in src/compiler.Jason Zaugg2013-03-052-31/+31
| * | | | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-14/+0
| |\ \ \ \
| | * | | | Since the problem in SI-6758 is fixed, it's ok to move checking for unused im...Eugene Vigdorchik2013-03-051-14/+0
| * | | | | Merge pull request #2180 from adriaanm/merge-2.10.1-masterAdriaan Moors2013-03-011-0/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 2.10.1 into masterAdriaan Moors2013-02-271-0/+3
| | |\ \ \ \ \
| * | | | | | | SI-7159 Distinguish between assignability and sub typing in TypeKindsJames Iry2013-02-281-1/+1
| |/ / / / / /
| * | | | | | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
| * | | | | | Banish needless semicolons.Jason Zaugg2013-02-244-39/+40
| * | | | | | Be explicit about empty param list calls.Jason Zaugg2013-02-242-9/+9
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge commit 'b43ae58f31'; commit 'b579a42ee3'; commit '81fa831609' into merg...Paul Phillips2013-02-101-17/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-091-7/+2
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | / / / / | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-011-1/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Cleaning up dummy applied types and friends.Paul Phillips2013-01-261-11/+5
| * | | | | | | | | SI-5923 adapt macros when they are deferredEugene Burmako2013-01-091-5/+1
| * | | | | | | | | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-051-2/+2
| * | | | | | | | | Eliminate allocations in ClassfileParser.Paul Phillips2012-12-271-6/+10
| * | | | | | | | | Deskolemize type skolems before pickling.Paul Phillips2012-12-151-2/+33
| * | | | | | | | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-063-997/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Expunged the .net backend.Paul Phillips2012-12-053-998/+2
| * | | | | | | | | | Remove Name -> TermName implicit.Paul Phillips2012-12-013-10/+9
| |/ / / / / / / / /
| * | | | | | | | | Remove code from compiler central.Paul Phillips2012-11-204-129/+4
| * | | | | | | | | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-2/+0
| * | | | | | | | | Revert "Commenting out unused members."Paul Phillips2012-11-194-123/+123
| * | | | | | | | | Commenting out unused members.Paul Phillips2012-11-194-123/+123
| * | | | | | | | | Warn about unused imports.Paul Phillips2012-11-071-2/+14
| * | | | | | | | | Deprecation patrol.Paul Phillips2012-11-064-7/+7
| * | | | | | | | | Removed unused imports.Paul Phillips2012-11-067-14/+1
| * | | | | | | | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0510-11/+14
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #1554 from paulp/scope-lookupPaul Phillips2012-11-041-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | The improvements made possible by the scope changes.Paul Phillips2012-11-021-1/+1
| * | | | | | | | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-036-20/+12
| |/ / / / / / / / / /
| * | | | | | | | | | Remove unused private members.Paul Phillips2012-11-013-7/+1
| * | | | | | | | | | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-072-6/+6
| |\ \ \ \ \ \ \ \ \ \