summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/macros
Commit message (Expand)AuthorAgeFilesLines
...
* blackbox and whitebox macrosEugene Burmako2013-11-126-26/+27
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-084-9/+32
* better macro impl shape errorsEugene Burmako2013-10-232-8/+20
* use concurrent hash map with atomic integersDen Shabalin2013-10-181-2/+2
* SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-141-1/+1
* gets rid of randomness in virtual filenames for bundlesEugene Burmako2013-10-021-1/+1
* clearly establishes what macro bundles areEugene Burmako2013-10-022-19/+29
* Removing unused code.Paul Phillips2013-10-021-1/+1
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-1/+1
* Type housekeeping.Paul Phillips2013-09-181-15/+17
* SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-16/+12
* Value class Depth.Paul Phillips2013-08-251-1/+1
* No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-1/+5
* kills introduceTopLevelEugene Burmako2013-08-162-67/+0
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-156-17/+1
* SI-7695 Macro debug output on -explaintypesSom Snytt2013-07-271-9/+12
* macro impls can now return subtypes of c.TreeEugene Burmako2013-07-101-2/+2
* unifies handling of T's in various analyses of Foo[T]'sEugene Burmako2013-06-071-3/+3
* refactors macro runtimesEugene Burmako2013-05-2819-43/+188
* refactors macro compilationEugene Burmako2013-05-286-18/+502
* SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-271-1/+1
* Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-181-1/+1
|\
| * Merge branch 'master' into HEADPaul Phillips2013-05-163-32/+19
| |\
| * | Corralling Modes into a smaller pen.Paul Phillips2013-05-111-1/+1
* | | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-178-16/+121
|\ \ \ | | |/ | |/|
| * | removes duplication in inferImplicitValueEugene Burmako2013-05-121-22/+2
| * | SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-121-3/+6
| * | SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-123-13/+17
| |/
| * Merge pull request #2393 from retronym/ticket/7345-2Paul Phillips2013-04-241-2/+4
| |\
| | * SI-7345 More refactoring and documentation in ContextsJason Zaugg2013-04-211-4/+3
| | * SI-7345 Encapsulate warning and error buffers in ReportBuffer.Jason Zaugg2013-04-211-1/+4
| * | SI-7376 Additional trivial Scaladoc format correctionsSom Snytt2013-04-171-1/+1
| |/
| * SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
| * Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-111-0/+4
| |\
| | * adds c.macroRoleEugene Burmako2013-01-091-0/+4
| * | Made "mode" into a value class.Paul Phillips2013-01-091-2/+4
| |/
| * adds c.introduceTopLevelEugene Burmako2013-01-052-0/+84
| * 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
| * | renames c.fresh to c.freshNameEugene Burmako2012-12-251-2/+11
| |/
| * Removed unused imports.Paul Phillips2012-11-062-2/+0
* | Merge pull request #2494 from scalamacros/ticket/5923Eugene Burmako2013-05-113-27/+17
|\ \
| * | [nomaster] removes duplication in inferImplicitValueEugene Burmako2013-05-111-29/+2
| * | [nomaster] SI-7166 catches DivergentImplicit in c.inferImplicitXXXEugene Burmako2013-05-111-10/+19
| * | [nomaster] SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-111-1/+4
| * | [nomaster] SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-113-10/+15
| |/
* / removes the traces of always on debug diagnosticsEugene Burmako2013-05-091-2/+0
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* reflection docs improvements and moves to doc pageChristopher Vogt2012-10-111-0/+3
* renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-031-8/+2