summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Macros.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-181-3/+5
|\
| * Merge branch 'master' into HEADPaul Phillips2013-05-161-1/+24
| |\
| * | Refactored stabilize.Paul Phillips2013-05-111-3/+5
* | | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-188/+239
|\ \ \ | | |/ | |/|
| * | SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-121-1/+24
| |/
| * SI-7345 Encapsulate warning and error buffers in ReportBuffer.Jason Zaugg2013-04-211-2/+2
| * Warn about forgotten string interpolators.Paul Phillips2013-03-121-1/+1
| * Modularized the repl.Paul Phillips2013-03-111-15/+8
| * Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-4/+4
| * Fix two malformed format strings.Jason Zaugg2013-02-241-1/+1
| * Be explicit about empty param list calls.Jason Zaugg2013-02-241-3/+3
| * Merge 2.10.x into master.Adriaan Moors2013-02-201-1/+1
| |\
| * | Cleaning up after brutal merge of 2.10.x into master.Paul Phillips2013-02-021-1/+1
| * | Merge commit '01eb6f4958' into wip/fresh-merge2Paul Phillips2013-02-011-1/+1
| |\ \
| * \ \ Merge commit 'ccd7abe897' into wip/fresh-merge2Paul Phillips2013-02-011-1/+1
| |\ \ \
| * | | | Wider use of isTopLevelJason Zaugg2013-01-261-1/+1
| * | | | Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-111-65/+159
| |\ \ \ \
| | * | | | macroExpandAll is now triggered by typedEugene Burmako2013-01-091-1/+1
| | * | | | generalizes macroExpandEugene Burmako2013-01-091-65/+152
| | * | | | changes isTermMacro checks to something more universalEugene Burmako2013-01-091-2/+2
| | * | | | adds c.macroRoleEugene Burmako2013-01-091-0/+7
| * | | | | Made "mode" into a value class.Paul Phillips2013-01-091-1/+1
| |/ / / /
| * | | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-291-3/+5
| |\ \ \ \
| | * | | | macro expansions are now auto-duplicatedEugene Burmako2012-12-251-3/+5
| * | | | | Rewrote FastTrack for clarity.Paul Phillips2012-12-231-2/+5
| |/ / / /
| * | | | Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-3/+0
| |\ \ \ \
| | * | | | Expunged the .net backend.Paul Phillips2012-12-051-3/+0
| * | | | | Merge pull request #1693 from paulp/name-implicit-removalAdriaan Moors2012-12-061-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
| * | | | | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-10/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Deal with possibly spurious warning in Macros.Paul Phillips2012-11-191-4/+4
| * | | | | Removed unused imports.Paul Phillips2012-11-061-5/+0
| * | | | | Some cleanups in Macros.Paul Phillips2012-09-281-40/+38
| * | | | | Fix for SI-6447, macro dependent type propagation.Paul Phillips2012-09-281-1/+1
* | | | | | easy way of writing not implemented macrosEugene Burmako2013-05-121-20/+27
* | | | | | Merge pull request #2494 from scalamacros/ticket/5923Eugene Burmako2013-05-111-3/+57
|\ \ \ \ \ \
| * | | | | | [nomaster] macroExpandAll is now triggered in all invocations of typedEugene Burmako2013-05-111-2/+6
| * | | | | | [nomaster] SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-111-1/+51
| | |_|_|_|/ | |/| | | |
* | | | | | pull request feedbackEugene Burmako2013-05-111-5/+7
* | | | | | removes the traces of always on debug diagnosticsEugene Burmako2013-05-091-19/+21
|/ / / / /
* | | | / SI-5744 evidence params are now SYNTHETICUladzimir Abramchuk2013-02-161-3/+1
| |_|_|/ |/| | |
* | | | Merge pull request #2024 from scalamacros/ticket/6812Eugene Burmako2013-02-011-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6812 scaladoc can opt out of expanding macrosEugene Burmako2013-01-311-0/+1
| | |/ | |/|
* / | SI-6516, macros comparing types with == instead of =:=.Paul Phillips2013-01-301-1/+1
|/ /
* / SI-5753 macros cannot be loaded when inherited from a class or a traitmartende2012-11-271-10/+3
|/
* Avoid relying on auto-tupling.Paul Phillips2012-09-261-1/+1
* existentially typed expansions now work fineEugene Burmako2012-09-181-2/+2
* More relative path elimination.Paul Phillips2012-09-151-3/+3
* SI-6362 & SI-5924 removes caches in the macro APIEugene Burmako2012-09-151-3/+0
* SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-2/+2