summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3178 from retronym/ticket/7872Adriaan Moors2013-11-251-0/+10
|\
| * SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-231-0/+10
* | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-251-1/+2
|\ \
| * | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-231-1/+2
| |/
* | Merge pull request #3165 from retronym/ticket/uncurry-tidy-2Adriaan Moors2013-11-252-1/+13
|\ \
| * | Special treatment for local symbols in TypeTreeMemberTypeJason Zaugg2013-11-231-1/+1
| * | Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+6
| * | Tidy up the Uncurry component of delambdafyJason Zaugg2013-11-171-0/+6
| |/
* | Merge pull request #3134 from xeno-by/topic/is-term-macroJason Zaugg2013-11-221-1/+1
|\ \
| * | more precise isMacroApplication checkEugene Burmako2013-11-131-1/+1
* | | Merge pull request #3138 from densh/pr/fresh-name-extractorJason Zaugg2013-11-224-8/+41
|\ \ \
| * | | use more specific cake dependenciesDen Shabalin2013-11-201-1/+1
| * | | refactor out fresh name prefix extraction logicDen Shabalin2013-11-174-8/+41
* | | | Removing deprecated code.Paul Phillips2013-11-184-49/+5
| |_|/ |/| |
* | | Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-141-2/+9
|/ /
* | Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-1323-109/+243
|\ \
| * | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-123-33/+33
| * | blackbox and whitebox macrosEugene Burmako2013-11-1223-76/+210
| |/
* | add comments that explain new for loop enumerator encodingDen Shabalin2013-11-121-0/+28
* | re-implement hasAttachment directly in raw attachmentsDen Shabalin2013-11-122-1/+5
* | add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-122-1/+8
* | implement inverse transformation to mkForDen Shabalin2013-11-123-9/+166
* | add syntactic combinators that represent enumeratorsDen Shabalin2013-11-122-0/+95
* | move for loop desugaring into tree genDen Shabalin2013-11-121-0/+369
* | change intermidiate representation of for loop enumeratorsDen Shabalin2013-11-124-7/+22
* | add support for importable attachmentsDen Shabalin2013-11-123-5/+19
* | add some post-typecheck tests for quasiquotesDen Shabalin2013-11-121-5/+25
* | add hasAttachment utility method to the internal apiDen Shabalin2013-11-122-1/+2
* | make internal implementation of universe.build less restrictiveDen Shabalin2013-11-121-26/+16
* | deduplicate tuple tree creation codeDen Shabalin2013-11-122-15/+23
|/
* Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-081-0/+38
|\
| * A value class for Precedence.Paul Phillips2013-11-081-0/+38
* | Address review commentsJason Zaugg2013-11-081-1/+1
* | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-082-12/+18
|/
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-084-105/+116
* Add a per-run cache for member symbolsJason Zaugg2013-11-082-8/+17
* Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-074-4/+26
|\
| * Flesh out the Delambdafy phase.James Iry2013-11-062-1/+22
| * Refactor Erasure for delambdafication.James Iry2013-11-062-3/+4
* | Merge pull request #3084 from retronym/topic/optJason Zaugg2013-10-301-1/+1
|\ \ | |/ |/|
| * Microptimization in implicit searchJason Zaugg2013-10-281-1/+1
* | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-283-10/+25
|/
* Merge pull request #3073 from retronym/ticket/7928Jason Zaugg2013-10-251-1/+5
|\
| * SI-7928 Favour module accessors symbols in rebindJason Zaugg2013-10-231-1/+5
* | Merge pull request #3059 from densh/pull/si-6840Jason Zaugg2013-10-231-1/+1
|\ \
| * | SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-1/+1
* | | Merge pull request #3057 from xeno-by/topic/fancy-java-classesJason Zaugg2013-10-233-31/+29
|\ \ \ | |_|/ |/| |
| * | fixes handling of fancy nested classes in runtime reflectionEugene Burmako2013-10-193-31/+29
* | | Merge pull request #3047 from xeno-by/topic/deprecateEugene Burmako2013-10-224-0/+36
|\ \ \ | |_|/ |/| |
| * | deprecates raw tree manipulation facilities in macros.ContextEugene Burmako2013-10-184-0/+36