summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-161-9/+20
* | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-032-6/+12
|\ \
| * | typeCheck => typecheckEugene Burmako2013-12-102-6/+12
| |/
* | makes boxity of fast track macros configurableEugene Burmako2013-12-191-11/+13
* | Address minor pull request feedback pointsDen Shabalin2013-12-111-1/+1
* | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-102-6/+66
* | Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-103-239/+189
* | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-101-2/+2
* | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-101-6/+5
* | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-101-0/+2
* | SI-8016 Ensure that q”..$xs” is equivalent to q”{..$xs}”Den Shabalin2013-12-102-1/+10
* | SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-101-3/+0
|/
* refactor out fresh name prefix extraction logicDen Shabalin2013-11-171-18/+2
* Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-131-1/+1
|\
| * blackbox and whitebox macrosEugene Burmako2013-11-121-1/+1
* | add comments that explain FreshName extractor from Quasiquotes cakeDen Shabalin2013-11-121-0/+4
* | add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-124-4/+41
* | move for loop desugaring into tree genDen Shabalin2013-11-121-1/+1
* | deduplicate tuple tree creation codeDen Shabalin2013-11-121-2/+2
|/
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-10/+15
* SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-1/+1
* Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-196-23/+161
|\
| * annotate return type of the implicit fresh name creatorDen Shabalin2013-10-181-2/+2
| * eliminate isCaseDefEnd override by moving the logic into stock parserDen Shabalin2013-10-181-2/+0
| * decrease duplication of fresh* function definitionsDen Shabalin2013-10-181-5/+5
| * fix minor regression in quasiquote reificationDen Shabalin2013-10-181-1/+1
| * better name for isCaseDefStartDen Shabalin2013-10-181-1/+1
| * make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-0/+3
| * advanced fresh name reificationDen Shabalin2013-10-183-6/+76
| * use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-144-8/+54
| * minor changes due to typosDen Shabalin2013-10-141-2/+2
| * SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-144-8/+29
* | synchronizes toolboxesEugene Burmako2013-10-181-1/+2
|/
* Removing unused code.Paul Phillips2013-10-024-8/+9
* Merge pull request #3003 from paulp/pr/position-catchupPaul Phillips2013-10-011-2/+2
|\
| * Updating Position call sites.Paul Phillips2013-09-271-2/+2
* | Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-301-36/+57
|\ \ | |/ |/|
| * refactors ToolBoxGlobal wrappersEugene Burmako2013-09-271-64/+74
| * transformers no longer ignore UnApply.funEugene Burmako2013-09-261-25/+36
* | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-1/+1
|/
* Merge pull request #2962 from densh/topic/syntactic-assignJason Zaugg2013-09-231-4/+4
|\
| * add syntactic extractor for assignment-like treesDen Shabalin2013-09-181-4/+4
* | Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
|/
* refactor variable arity definitionsDen Shabalin2013-09-121-1/+2
* SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-122-15/+5
* SI-7304 improve deprecation warnings for tree factory methodsDen Shabalin2013-09-111-0/+2
* Merge pull request #2910 from densh/topic/quasiquote-improvement-finalJason Zaugg2013-09-114-119/+186
|\
| * streamline implementation of annotation splicingDen Shabalin2013-09-052-29/+13
| * better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-051-0/+7
| * rename TupleN and TupleTypeN into SyntacticTuple and SyntacticTupleTypeDen Shabalin2013-09-051-4/+4