summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-1113-136/+355
|\
| * macroExpandAll is now triggered by typedEugene Burmako2013-01-092-3/+7
| * SI-5923 adapt macros when they are deferredEugene Burmako2013-01-092-7/+5
| * generalizes macroExpandEugene Burmako2013-01-095-76/+263
| * typedPrimaryConstrBody now returns supercallEugene Burmako2013-01-091-1/+5
| * more precise errors for macrosEugene Burmako2013-01-092-5/+13
| * parentTypes => typedParentTypesEugene Burmako2013-01-092-5/+5
| * changes isTermMacro checks to something more universalEugene Burmako2013-01-094-12/+12
| * fixes printing of AppliedTypeTreeEugene Burmako2013-01-091-8/+12
| * adds Trees.replace(Tree, Tree)Eugene Burmako2013-01-091-9/+0
| * 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-092-0/+11
* | Merge pull request #1874 from paulp/pr/mode-value-classPaul Phillips2013-01-1113-250/+123
|\ \
| * | Made "mode" into a value class.Paul Phillips2013-01-0913-250/+123
| |/
* | Merge pull request #1873 from paulp/pr/variance-bonanzaPaul Phillips2013-01-109-318/+89
|\ \
| * | Renamed isTrackingVariance to trackVariance.Paul Phillips2013-01-091-1/+1
| * | SI-5378, unsoundness with type bounds in refinements.Paul Phillips2013-01-091-29/+50
| * | Move escaping local logic into VarianceValidator.Paul Phillips2013-01-091-12/+4
| * | Eliminated VariantTypeMap.Paul Phillips2013-01-092-2/+2
| * | Moved Variances into SymbolTable.Paul Phillips2013-01-093-200/+11
| * | Relocated redundant variance checking code.Paul Phillips2013-01-092-151/+154
| * | Incorporated Variance value class in Variances.Paul Phillips2013-01-098-132/+76
| |/
* | Merge pull request #1849 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-102-27/+232
|\ \ | |/ |/|
| * Repl javap decodes various synthetic names for us (fixing SI-6894)Som Snytt2013-01-092-27/+232
* | Merge branch '2.10.x'Adriaan Moors2013-01-085-20/+44
|\ \
| * \ 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
| * | | SI-6911, regression in generated case class equality.Paul Phillips2013-01-031-4/+16
| * | | SI-6194, repl crash.Paul Phillips2012-12-271-2/+6
| |/ /
| * | 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-068-13/+122
|\ \ \ \
| * | | | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-053-6/+7
| * | | | adds c.introduceTopLevelEugene Burmako2013-01-055-7/+115
* | | | | SI-6918 Changes REPL output from "defined module" to "defined object"Simon Ochsenreither2013-01-051-1/+1
|/ / / /
* | | | 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
| |/ / / / /