summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Some long overdue conveniences.Paul Phillips2012-04-2511-24/+58
* Merge commit 'refs/pull/436/head'Paul Phillips2012-04-251-0/+1
|\
| * fixes SI-5706Eugene Burmako2012-04-251-0/+1
* | Fix reifier crashing repl.Paul Phillips2012-04-252-16/+23
* | fixes SI-5707Eugene Burmako2012-04-252-3/+3
|/
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-2/+0
* Reordering genBlock match cases by frequency.Paul Phillips2012-04-241-36/+68
* Merge commit 'refs/pull/433/head' into developPaul Phillips2012-04-241-1/+1
|\
| * fixes SI-5704Eugene Burmako2012-04-241-1/+1
* | copy BackQuotedIdent trees (don't copy as Ident)Adriaan Moors2012-04-243-1/+7
* | generate well-formed patterns in parserAdriaan Moors2012-04-242-6/+25
|/
* Express flags as bit shifts.Paul Phillips2012-04-241-57/+57
* Merge commit 'refs/pull/431/head'Paul Phillips2012-04-241-2/+2
|\
| * $op_name, $op_names, $plus and $eq are not macroKato Kazuyoshi2012-04-241-2/+2
* | adds isStatic to Symbols API in macro contextEugene Burmako2012-04-231-0/+2
| |
| \
*-. \ Merge commit 'refs/pull/427/head'; commit 'refs/pull/428/head' into developPaul Phillips2012-04-2348-394/+564
|\ \ \ | | |/ | |/|
| | * interop between manifests and tagsEugene Burmako2012-04-232-1/+13
| | * resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-233-1/+129
| | * migrates stdlib and compiler to tagsEugene Burmako2012-04-2332-148/+155
| | * rethinks tagsEugene Burmako2012-04-2319-250/+273
* | | Revert "Fix for range positions."Paul Phillips2012-04-231-6/+1
* | | Merge branch 'range-redux' of /scratch/trunk2Paul Phillips2012-04-231-1/+6
|\ \ \ | |/ / |/| |
| * | Fix for range positions.Paul Phillips2012-04-231-1/+6
* | | Merge commit 'refs/pull/424/head' into developPaul Phillips2012-04-231-0/+1
|\ \ \ | |_|/ |/| |
| * | minor fixes to reificationEugene Burmako2012-04-231-0/+1
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/419/head'; commit 'refs/pull/420/head'; commit 'refs/...Paul Phillips2012-04-2225-601/+663
|\ \ \ \ | | | |/ | | |/|
| | * | Reflection and reification: Names and Symbols.Paul Phillips2012-04-2223-598/+660
| | |/
| * / fixes SI-5689Eugene Burmako2012-04-211-1/+1
| |/
| *-. Merge commit 'refs/pull/414/head'; commit 'refs/pull/415/head'; commit 'refs/...Paul Phillips2012-04-202-2/+2
| |\ \
| | | * fixes SI-5680Eugene Burmako2012-04-201-1/+1
| | |/ | |/|
| | * minor fix to macro tracingEugene Burmako2012-04-201-1/+1
| |/
* / scala.reflect.api: Reporters => FrontEndsEugene Burmako2012-04-2011-133/+122
|/
* Minor optimizations with nested list operations.Paul Phillips2012-04-188-26/+42
* Sigh, sbt needs this one too.Paul Phillips2012-04-182-3/+4
* fixes testsEugene Burmako2012-04-171-1/+1
* assorted stability fixesEugene Burmako2012-04-1710-358/+448
* adds erasures to concrete type tagsEugene Burmako2012-04-1719-94/+188
* Try to fix sbt.Paul Phillips2012-04-172-3/+8
* Merge commit 'refs/pull/408/head'Paul Phillips2012-04-168-40/+79
|\
| * Inliner won't touch private/protected fields anymoreVlad Ureche2012-04-164-8/+17
| * don't emit tiny switches: optimizer chokes on themAdriaan Moors2012-04-141-1/+1
| * restore typedMatchAnonFun in all its gloryAdriaan Moors2012-04-144-31/+61
* | New facility: TypeDestructurers.Paul Phillips2012-04-1622-186/+678
| |
| \
*-. \ Merge commit 'refs/pull/401/head'; commit 'refs/pull/402/head'; commit 'refs/...Paul Phillips2012-04-1411-140/+261
|\ \ \ | | |/ | |/|
| | * implements reification of tough typesEugene Burmako2012-04-1411-140/+261
* | | Made checkFeature conditionally run immediately. Adapted Macros to make use o...Martin Odersky2012-04-142-14/+24
|/ /
| |
| \
| \
| \
| \
| \
*-----. \ Merge commit 'refs/pull/387/head'; commit 'refs/pull/388/head'; commit 'refs/...Paul Phillips2012-04-144-48/+89
|\ \ \ \ \
| | | | * | Reimplemented shadowing between class membersVlad Ureche2012-04-141-2/+20
| | | | * | Fixing the docs.scalap breakageVlad Ureche2012-04-141-0/+2
| | | | |/
| | | * | SI-5663: Tweak warnings on case class equalsSom Snytt2012-04-131-22/+43