summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-053-6/+7
* adds c.introduceTopLevelEugene Burmako2013-01-055-7/+115
* Merge pull request #1830 from magarciaEPFL/unnest-closures-supplementErrorMes...Adriaan Moors2013-01-041-2/+6
|\
| * 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
* | Updated copyright to 2013Carlo Dapor2013-01-023-3/+3
* | Merge pull request #1823 from paulp/pr/eliminate-allocationsPaul Phillips2012-12-314-13/+24
|\ \
| * | Eliminate allocations in Specialize.Paul Phillips2012-12-271-4/+5
| * | Eliminate allocations in uncurry and the backend.Paul Phillips2012-12-272-3/+9
| * | Eliminate allocations in ClassfileParser.Paul Phillips2012-12-271-6/+10
* | | Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-301-5/+14
|\ \ \
| * | | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-251-5/+14
* | | | Merge pull request #1807 from scalamacros/topic/ident-deprecation-warningsEugene Burmako2012-12-301-1/+10
|\ \ \ \
| * | | | the scanner is now less eager about deprecationsEugene Burmako2012-12-251-1/+10
| |/ / /
* | | | Merge pull request #1809 from scalamacros/topic/ident-attachmentsPaul Phillips2012-12-291-3/+3
|\ \ \ \
| * | | | fixes the typedIdent problem for goodEugene Burmako2012-12-281-3/+3
| |/ / /
* | | | Merge pull request #1808 from scalamacros/topic/annotation-errorEugene Burmako2012-12-291-7/+6
|\ \ \ \
| * | | | Moves annotationError outside typedAnnotationEugene Burmako2012-12-251-7/+6
| |/ / /
* | | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-291-3/+5
|\ \ \ \
| * | | | macro expansions are now auto-duplicatedEugene Burmako2012-12-251-3/+5
| |/ / /
* | | | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-292-4/+4
|\ \ \ \
| * | | | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-251-3/+3
| * | | | Changes reifier to use shorter name constructorsDen Shabalin2012-12-251-1/+1
| |/ / /
* | | | Merge pull request #1815 from scalamacros/topic/fresh-nameEugene Burmako2012-12-292-3/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | renames c.fresh to c.freshNameEugene Burmako2012-12-252-3/+12
| |/ /
* | | SI-6846, regression in type constructor inference.Paul Phillips2012-12-281-2/+4
* | | Cleaning up type alias usage.Paul Phillips2012-12-285-34/+31
* | | Shored up a hidden dealiasing dependency.Paul Phillips2012-12-281-1/+7
* | | Fix and simplify typedTypeConstructor.Paul Phillips2012-12-281-21/+10
* | | Removed dead implementation.Paul Phillips2012-12-281-82/+0
| |/ |/|
* | Merge pull request #1786 from retronym/ticket/6745-3Paul Phillips2012-12-261-12/+33
|\ \
| * | SI-6745 Fix <init> lookupJason Zaugg2012-12-181-12/+33
* | | Merge pull request #1820 from paulp/pr/what-old-patmatPaul Phillips2012-12-2612-2245/+14
|\ \ \
| * | | Removed old pattern matcher.Paul Phillips2012-12-2612-2245/+14
| | |/ | |/|
* | | Merge pull request #1806 from paulp/pr/fasttrackPaul Phillips2012-12-263-25/+32
|\ \ \ | |/ / |/| |
| * | Rewrote FastTrack for clarity.Paul Phillips2012-12-233-25/+32
* | | Merge pull request #1783 from paulp/pr/opt-specializePaul Phillips2012-12-242-12/+12
|\ \ \ | |/ / |/| |
| * | Optimization in SpecializeTypes.Paul Phillips2012-12-172-12/+12
| |/
* | 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-227-106/+148
|\ \ \ | |/ / |/| |
| * | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-187-106/+148
| |/
* | Merge pull request #1769 from soc/SI-6809Adriaan Moors2012-12-201-2/+2
|\ \
| * | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-131-2/+2
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-2037-537/+694
|\ \ \
| * \ \ 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 remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-191-5/+5
| |\ \ \ \
| * \ \ \ \ Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-192-3/+10
| |\ \ \ \ \
| | * | | | | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-102-4/+11