summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1829 from paulp/pr/new-starrPaul Phillips2012-12-306-6/+6
|\
| * New starr based on b7840d6b41.Paul Phillips2012-12-286-6/+6
* | Merge pull request #1812 from scalamacros/topic/showrawposEugene Burmako2012-12-302-13/+18
|\ \
| * | showRaw can now print positionsEugene Burmako2012-12-252-13/+18
* | | Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-307-14/+109
|\ \ \
| * | | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-257-14/+109
| |/ /
* | | Merge pull request #1807 from scalamacros/topic/ident-deprecation-warningsEugene Burmako2012-12-304-1/+30
|\ \ \
| * | | changes the flags to not depend on partestEugene Burmako2012-12-281-1/+1
| * | | the scanner is now less eager about deprecationsEugene Burmako2012-12-254-1/+30
| |/ /
* | | Merge pull request #1809 from scalamacros/topic/ident-attachmentsPaul Phillips2012-12-295-3/+26
|\ \ \
| * | | fixes the typedIdent problem for goodEugene Burmako2012-12-285-3/+26
| |/ /
* | | Merge pull request #1808 from scalamacros/topic/annotation-errorEugene Burmako2012-12-292-7/+8
|\ \ \
| * | | Moves annotationError outside typedAnnotationEugene Burmako2012-12-252-7/+8
| |/ /
* | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-296-5/+46
|\ \ \
| * | | macro expansions are now auto-duplicatedEugene Burmako2012-12-256-5/+46
| |/ /
* | | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-29164-354/+448
|\ \ \
| * | | cleans up usages of <init>Eugene Burmako2012-12-2910-10/+10
| * | | Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-25154-341/+341
| * | | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-252-4/+4
| * | | Changes reifier to use shorter name constructorsDen Shabalin2012-12-252-3/+3
| * | | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-255-4/+98
| |/ /
* | | Merge pull request #1815 from scalamacros/topic/fresh-nameEugene Burmako2012-12-293-3/+26
|\ \ \
| * | | renames c.fresh to c.freshNameEugene Burmako2012-12-253-3/+26
| |/ /
* | | Merge pull request #1811 from scalamacros/topic/tree-nonemptyEugene Burmako2012-12-292-0/+8
|\ \ \ | |_|/ |/| |
| * | adds Tree.nonEmptyEugene Burmako2012-12-252-0/+8
| |/
* | 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
| | |\ \ \