summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* comments on avoiding closure allocation in Global's assert() and require()Miguel Garcia2013-01-041-0/+2
* nested closures are flattened by calling supplementErrorMessage() directlyMiguel Garcia2012-12-291-2/+4
* Merge pull request #1826 from adriaanm/paulp-pr-dealiasWidenPaul Phillips2012-12-2852-270/+248
|\
| * SI-6846, regression in type constructor inference.Paul Phillips2012-12-283-13/+40
| * Cleaning up type alias usage.Paul Phillips2012-12-287-45/+65
| * Shored up a hidden dealiasing dependency.Paul Phillips2012-12-285-4/+31
| * Fix and simplify typedTypeConstructor.Paul Phillips2012-12-2842-129/+115
| * Removed dead implementation.Paul Phillips2012-12-281-82/+0
|/
* Merge pull request #1786 from retronym/ticket/6745-3Paul Phillips2012-12-268-12/+75
|\
| * SI-6745 Fix <init> lookupJason Zaugg2012-12-188-12/+75
* | Merge pull request #1820 from paulp/pr/what-old-patmatPaul Phillips2012-12-2630-2392/+46
|\ \
| * | Removed old pattern matcher.Paul Phillips2012-12-2630-2392/+46
* | | Merge pull request #1806 from paulp/pr/fasttrackPaul Phillips2012-12-264-25/+34
|\ \ \ | |/ / |/| |
| * | Rewrote FastTrack for clarity.Paul Phillips2012-12-234-25/+34
* | | Merge pull request #1783 from paulp/pr/opt-specializePaul Phillips2012-12-243-12/+27
|\ \ \ | |/ / |/| |
| * | Optimization in SpecializeTypes.Paul Phillips2012-12-173-12/+27
| |/
* | Merge pull request #1798 from paulp/pr/check-thread-access-masterPaul Phillips2012-12-231-1/+0
|\ \
| * | Remove stray debugging output line.Paul Phillips2012-12-221-1/+0
* | | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-2233-157/+422
|\ \ \ | |/ / |/| |
| * | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-1833-157/+422
| |/
* | Merge pull request #1796 from adriaanm/paulp-pr/update-mailmapAdriaan Moors2012-12-201-10/+57
|\ \
| * | Fixing up the mailmap.Paul Phillips2012-12-201-10/+57
|/ /
* | Merge pull request #1769 from soc/SI-6809Adriaan Moors2012-12-2012-35/+22
|\ \
| * | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-1312-35/+22
* | | Merge pull request #1794 from paulp/merge-2.10.xAdriaan Moors2012-12-20102-610/+1504
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-20102-610/+1504
| |\ \ \
| | * \ \ Merge pull request #1781 from vigdorchik/html_templateAdriaan Moors2012-12-201-70/+69
| | |\ \ \
| | | * | | scaladoc Template: remove duplicate code and several usages of Option.get.Eugene Vigdorchik2012-12-171-70/+69
| | * | | | Merge pull request #1790 from paulp/2.10.0-wip-mergeAdriaan Moors2012-12-204-6/+17
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-194-6/+17
| | | |\ \ \ \
| | * | \ \ \ \ Merge pull request #1788 from retronym/ticket/6848Paul Phillips2012-12-203-1/+5
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Implicit vars should have non-implicit setters.Jason Zaugg2012-12-193-1/+5
| | * | | | | | Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-194-3/+17
| | |\ \ \ \ \ \
| | | * | | | | | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-104-6/+13
| | | * | | | | | SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-104-3/+10
| | * | | | | | | Merge pull request #1771 from vigdorchik/si_6605Adriaan Moors2012-12-195-46/+56
| | |\ \ \ \ \ \ \
| | | * | | | | | | Cleanup MemberLookup. Better explain ambiguous link targets.Eugene Vigdorchik2012-12-135-46/+56
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Merge pull request #1772 from gkossakowski/global-deadcodeAdriaan Moors2012-12-192-2/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Deprecate `scala.tools.nsc.Phases` because it's dead-code.Grzegorz Kossakowski2012-12-171-0/+1
| | | * | | | | | | Remove dead code from `Global`.Grzegorz Kossakowski2012-12-131-2/+0
| | | |/ / / / / /
| | * | | | | | | Merge pull request #1709 from retronym/ticket/3995Adriaan Moors2012-12-193-3/+41
| | |\ \ \ \ \ \ \
| | | * | | | | | | Expand test with a stably qualified example.Jason Zaugg2012-12-052-1/+8
| | | * | | | | | | SI-3995 Exclude companions with an existential prefix.Jason Zaugg2012-12-053-3/+34
| | * | | | | | | | Merge pull request #1727 from scalamacros/ticket/6548Paul Phillips2012-12-195-14/+28
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | cosmetic renamings in runtime reflectionEugene Burmako2012-12-072-6/+6
| | | * | | | | | | | SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-074-9/+23
| | * | | | | | | | | Merge pull request #1759 from scalamacros/topic/annotatedPaul Phillips2012-12-195-1/+60
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | fixes incorrect handling of Annotated in lazy copierEugene Burmako2012-12-135-1/+60
| | * | | | | | | | | | Merge pull request #1780 from scalamacros/topic/mimaAdriaan Moors2012-12-171-1/+14
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | adds scala-reflect.jar to MIMA in antEugene Burmako2012-12-161-1/+14