summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #3141 from soc/SI-7961Adriaan Moors2013-11-171-9/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-7961 Fix false positive procedure warningsSimon Ochsenreither2013-11-141-9/+7
* | | | | | Merge pull request #3133 from adriaanm/merge-2.10Adriaan Moors2013-11-143-9/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge commit '075f6f260c'; commit 'e09a8a2b7f' into merge-2.10Adriaan Moors2013-11-132-2/+10
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | * / | | SI-6546 InnerClasses attribute refers to absent classPaul Phillips2013-11-042-2/+10
| | |/ / /
| | * | | Merge pull request #3072 from retronym/backport/7519Adriaan Moors2013-10-241-2/+3
| | |\ \ \
| | | * | | [nomaster] SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-10-231-2/+3
| | * | | | Merge pull request #3053 from som-snytt/issue/6026-AFCL-findresourceJason Zaugg2013-10-231-1/+15
| | |\ \ \ \
| | | * | | | [nomaster] SI-6026 backport getResource bug fixSom Snytt2013-10-181-1/+15
| | * | | | | Merge pull request #3052 from som-snytt/issue/6026-javap-loadingJason Zaugg2013-10-231-12/+16
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | SI-6026 REPL checks for javap before tools.jarSom Snytt2013-10-181-12/+16
| | | |/ / /
| * | | / / Merge commit '25bcba59ce' into merge-2.10Adriaan Moors2013-11-131-7/+10
| |\| | | | | | |_|/ / | |/| | |
| | * | | SI-7295 Fix windows batch file with args containing parenthesesJason Zaugg2013-10-211-7/+10
| | |/ /
* | | | Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-1312-101/+124
|\ \ \ \ | |/ / / |/| | |
| * | | blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-121-3/+4
| * | | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-121-20/+21
| * | | blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-121-4/+7
| * | | blackbox restriction #1: can't refine the official return typeEugene Burmako2013-11-121-10/+16
| * | | blackbox and whitebox macrosEugene Burmako2013-11-1211-64/+76
* | | | Merge pull request #3090 from densh/pull/undo-forAdriaan Moors2013-11-138-395/+83
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-123-387/+10
| * | | change intermidiate representation of for loop enumeratorsDen Shabalin2013-11-123-48/+85
| * | | deduplicate tuple tree creation codeDen Shabalin2013-11-124-24/+11
| |/ /
* | | Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fixAdriaan Moors2013-11-121-0/+1
|\ \ \
| * | | SI-7747 Support class based wrappers clean upSom Snytt2013-11-101-1/+1
| * | | SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-101-0/+1
| |/ /
* / / Make parameters to implicit value classes privateJason Zaugg2013-11-121-1/+1
|/ /
* | Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-081-130/+137
|\ \
| * | Parser stack reduction peekingAheadSom Snytt2013-11-081-14/+30
| * | Parser stack reduction discussionSom Snytt2013-11-081-13/+14
| * | Rewrites the parser stack reduction logic.Paul Phillips2013-11-081-128/+118
* | | Address review commentsJason Zaugg2013-11-081-1/+1
* | | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-081-1/+1
|/ /
* | Merge pull request #3092 from retronym/ticket/7678-2Grzegorz Kossakowski2013-11-0825-55/+111
|\ \
| * | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-0824-43/+96
| * | Add a per-run cache for member symbolsJason Zaugg2013-11-082-10/+7
| * | Cache ImplicitInfo#isCyclicOrErroneousJason Zaugg2013-11-081-2/+8
| * | Fast path for ByNameClass in isImpossibleSubtypeJason Zaugg2013-11-081-1/+1
* | | Merge pull request #3101 from xeno-by/ticket/7776Eugene Burmako2013-11-071-4/+7
|\ \ \ | |/ / |/| |
| * | SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-051-4/+7
* | | Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-0711-191/+783
|\ \ \
| * | | Make specialization aware of anonymous functions.James Iry2013-11-062-3/+18
| * | | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-061-1/+2
| * | | Flesh out the Delambdafy phase.James Iry2013-11-061-3/+436
| * | | Refactor Erasure for delambdafication.James Iry2013-11-063-165/+194
| * | | Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-062-21/+108
| * | | Add a skeletal Delambdafy phase.James Iry2013-11-013-1/+28
* | | | Merge pull request #3095 from retronym/topic/opt-no-runtime-reflectGrzegorz Kossakowski2013-11-072-13/+16
|\ \ \ \ | |_|/ / |/| | |