summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* generalizes macroExpandEugene Burmako2013-01-096-89/+263
* typedPrimaryConstrBody now returns supercallEugene Burmako2013-01-091-1/+5
* more precise errors for macrosEugene Burmako2013-01-092-5/+13
* parentTypes => typedParentTypesEugene Burmako2013-01-093-6/+6
* changes isTermMacro checks to something more universalEugene Burmako2013-01-097-15/+26
* fixes printing of AppliedTypeTreeEugene Burmako2013-01-091-8/+12
* adds Trees.replace(Tree, Tree)Eugene Burmako2013-01-092-9/+13
* makes macro override error more consistentEugene Burmako2013-01-091-2/+2
* refactors handling of macros in replEugene Burmako2013-01-091-13/+25
* adds c.macroRoleEugene Burmako2013-01-093-0/+24
* Merge branch '2.10.x'Adriaan Moors2013-01-0813-40/+89
|\
| * Merge pull request #1843 from JamesIry/SI-6915_2.10.xAdriaan Moors2013-01-071-1/+1
| |\
| | * SI-6915 Updates copyright properties to 2002-2013James Iry2013-01-041-1/+1
| * | Merge pull request #1842 from adriaanm/backport-1821Paul Phillips2013-01-062-1/+6
| |\ \
| | * | avoid reflect overhead of certain array instantiationsAdriaan Moors2013-01-041-0/+5
| | * | proper elementClass for WrappedArrayAdriaan Moors2013-01-041-1/+1
| * | | Merge pull request #1834 from paulp/issue/6897Paul Phillips2013-01-061-1/+4
| |\ \ \
| | * | | SI-6897, lubs and varargs star.Paul Phillips2012-12-311-1/+4
| * | | | Merge pull request #1835 from paulp/issue/6896Paul Phillips2013-01-061-11/+13
| |\ \ \ \
| | * | | | SI-6896, spurious warning with overloaded main.Paul Phillips2012-12-311-11/+13
| | |/ / /
| * | | | Merge pull request #1840 from paulp/issue/6911Paul Phillips2013-01-061-4/+16
| |\ \ \ \
| | * | | | SI-6911, regression in generated case class equality.Paul Phillips2013-01-031-4/+16
| | | |/ / | | |/| |
| * | | | Merge pull request #1841 from adriaanm/rebase-6827-2.10.xAdriaan Moors2013-01-041-2/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-041-2/+3
| | |/ /
| * | | Merge pull request #1739 from jedesah/Array_optPaul Phillips2013-01-041-0/+14
| |\ \ \ | | |/ / | |/| |
| | * | SI-5017 Poor performance of :+ operator on ArraysJean-Remi Desjardins2012-12-231-0/+14
| * | | Merge pull request #1822 from paulp/issue/6194Paul Phillips2013-01-031-2/+6
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6194, repl crash.Paul Phillips2012-12-271-2/+6
| * | | Merge pull request #1824 from paulp/pr/partest-likes-deprecationPaul Phillips2012-12-312-2/+1
| |\ \ \
| | * | | Remove -deprecation from partest default options.Paul Phillips2012-12-272-2/+1
| | |/ /
| * | | Merge pull request #1792 from ybr/minordocimprovementPaul Phillips2012-12-281-1/+1
| |\ \ \
| | * | | Stream.zip naturalsEx example does not compile => remove extra zip callybr2012-12-201-1/+1
| * | | | LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-281-12/+10
| * | | | SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-282-13/+23
| | |/ / | |/| |
| * | | SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-241-3/+9
| * | | Remove stray debugging output line.Paul Phillips2012-12-221-1/+0
| * | | Merge pull request #1687 from scalamacros/topic/unchecked-pattern-matchPaul Phillips2012-12-201-1/+5
| |\ \ \
| | * | | SI-6338 fixes the unchecked warning in quick.compEugene Burmako2012-12-061-1/+5
* | | | | Merge pull request #1817 from scalamacros/topic/introduce-top-levelv2.11.0-M1Eugene Burmako2013-01-0619-44/+291
|\ \ \ \ \
| * | | | | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-054-24/+26
| * | | | | adds c.introduceTopLevelEugene Burmako2013-01-0515-20/+265
* | | | | | Merge pull request #1847 from JamesIry/SI-6916_masterPaul Phillips2013-01-062-5/+8
|\ \ \ \ \ \
| * | | | | | SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-042-5/+8
* | | | | | | SI-6918 Changes REPL output from "defined module" to "defined object"Simon Ochsenreither2013-01-051-1/+1
|/ / / / / /
* | | | | | Merge pull request #1839 from JamesIry/SI-6908_masterAdriaan Moors2013-01-043-79/+106
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6908 Cleanup of FlatHashTable nulls based on reviewJames Iry2013-01-041-7/+10
| * | | | | SI-6908 Removes cannotStoreNull from FastHashSet/HashSet docsJames Iry2013-01-042-3/+0
| * | | | | SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-033-74/+101
* | | | | | 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