summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* makes macro override error more consistentEugene Burmako2013-01-093-3/+3
* refactors handling of macros in replEugene Burmako2013-01-092-2/+2
* SI-5903 extractor macros do workEugene Burmako2013-01-098-0/+72
* Merge branch '2.10.x'Adriaan Moors2013-01-0826-87/+314
|\
| * Merge pull request #1834 from paulp/issue/6897Paul Phillips2013-01-061-0/+6
| |\
| | * SI-6897, lubs and varargs star.Paul Phillips2012-12-311-0/+6
| * | Merge pull request #1835 from paulp/issue/6896Paul Phillips2013-01-062-0/+8
| |\ \
| | * | SI-6896, spurious warning with overloaded main.Paul Phillips2012-12-312-0/+8
| | |/
| * | Merge pull request #1840 from paulp/issue/6911Paul Phillips2013-01-063-69/+106
| |\ \
| | * | SI-6911, regression in generated case class equality.Paul Phillips2013-01-033-69/+106
| * | | Merge pull request #1841 from adriaanm/rebase-6827-2.10.xAdriaan Moors2013-01-042-0/+46
| |\ \ \
| | * | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-042-0/+46
| | |/ /
| * | | Merge pull request #1739 from jedesah/Array_optPaul Phillips2013-01-042-0/+15
| |\ \ \ | | |/ / | |/| |
| | * | SI-5017 Poor performance of :+ operator on ArraysJean-Remi Desjardins2012-12-232-0/+15
| * | | Merge pull request #1822 from paulp/issue/6194Paul Phillips2013-01-032-0/+9
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6194, repl crash.Paul Phillips2012-12-272-0/+9
| * | | Merge pull request #1824 from paulp/pr/partest-likes-deprecationPaul Phillips2012-12-317-3/+7
| |\ \ \
| | * | | Remove -deprecation from partest default options.Paul Phillips2012-12-277-3/+7
| | |/ /
| * | | LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-282-10/+16
| * | | SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-282-0/+34
| |/ /
| * | SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-244-0/+112
* | | Merge pull request #1817 from scalamacros/topic/introduce-top-levelv2.11.0-M1Eugene Burmako2013-01-0619-7/+139
|\ \ \
| * | | adds c.introduceTopLevelEugene Burmako2013-01-0519-7/+139
* | | | Merge pull request #1847 from JamesIry/SI-6916_masterPaul Phillips2013-01-062-0/+19
|\ \ \ \
| * | | | SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-042-0/+19
* | | | | SI-6918 Changes REPL output from "defined module" to "defined object"Simon Ochsenreither2013-01-057-10/+10
|/ / / /
* | | | Merge pull request #1839 from JamesIry/SI-6908_masterAdriaan Moors2013-01-042-0/+74
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-032-0/+74
* | | | Merge pull request #1785 from non/bug/fix-copyToArrayAdriaan Moors2013-01-042-0/+46
|\ \ \ \
| * | | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2012-12-202-0/+46
* | | | | Updated copyright to 2013Carlo Dapor2013-01-0212-12/+12
| |/ / / |/| | |
* | | | Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-305-1/+59
|\ \ \ \
| * | | | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-255-1/+59
* | | | | Merge pull request #1807 from scalamacros/topic/ident-deprecation-warningsEugene Burmako2012-12-303-0/+20
|\ \ \ \ \
| * | | | | changes the flags to not depend on partestEugene Burmako2012-12-281-1/+1
| * | | | | the scanner is now less eager about deprecationsEugene Burmako2012-12-253-0/+20
| |/ / / /
* | | | | Merge pull request #1809 from scalamacros/topic/ident-attachmentsPaul Phillips2012-12-294-0/+23
|\ \ \ \ \
| * | | | | fixes the typedIdent problem for goodEugene Burmako2012-12-284-0/+23
| |/ / / /
* | | | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-294-0/+36
|\ \ \ \ \
| * | | | | macro expansions are now auto-duplicatedEugene Burmako2012-12-254-0/+36
| |/ / / /
* | | | | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-29155-342/+394
|\ \ \ \ \
| * | | | | cleans up usages of <init>Eugene Burmako2012-12-299-9/+9
| * | | | | Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-25154-341/+341
| * | | | | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-251-0/+52
| |/ / / /
* | | | | SI-6846, regression in type constructor inference.Paul Phillips2012-12-281-0/+28
* | | | | Cleaning up type alias usage.Paul Phillips2012-12-281-2/+2
* | | | | Shored up a hidden dealiasing dependency.Paul Phillips2012-12-284-3/+24
* | | | | Fix and simplify typedTypeConstructor.Paul Phillips2012-12-2841-108/+105
* | | | | Merge pull request #1786 from retronym/ticket/6745-3Paul Phillips2012-12-267-0/+42
|\ \ \ \ \
| * | | | | SI-6745 Fix <init> lookupJason Zaugg2012-12-187-0/+42
| | |/ / / | |/| | |