summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3257 from xeno-by/topic/duplicate-macro-argsJason Zaugg2013-12-191-3/+3
|\
| * duplicates macro arguments before expansionEugene Burmako2013-12-171-3/+3
* | Merge pull request #3224 from soc/SI-7971Adriaan Moors2013-12-183-49/+73
|\ \
| * | SI-7971 Handle static field initializers correctlySimon Ochsenreither2013-12-143-49/+73
* | | Merge pull request #3236 from xeno-by/topic/wildbox-macrosEugene Burmako2013-12-171-27/+34
|\ \ \
| * | | drops the redundant typecheck of blackbox expansionsEugene Burmako2013-12-101-2/+1
| * | | whitebox macros are now first typechecked against outerPtEugene Burmako2013-12-101-2/+2
| * | | refactors macroExpandApplyEugene Burmako2013-12-101-27/+35
| | |/ | |/|
* | | Merge pull request #3266 from soc/SI-7546Adriaan Moors2013-12-132-4/+7
|\ \ \
| * | | SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-132-4/+7
| |/ /
* | | Merge pull request #3258 from jrudolph/w/fix-typo-that-that-occurs-twice-in-e...Adriaan Moors2013-12-132-2/+2
|\ \ \
| * | | fix typo in error messagesJohannes Rudolph2013-12-102-2/+2
| |/ /
* | | Merge pull request #3240 from soc/SI-7618Adriaan Moors2013-12-131-10/+9
|\ \ \
| * | | SI-7618 Remove octal number literalsSimon Ochsenreither2013-12-091-10/+9
* | | | Merge pull request #3214 from retronym/ticket/8024Adriaan Moors2013-12-131-1/+1
|\ \ \ \
| * | | | SI-8024 Fix inaccurate message on overloaded ambiguous identJason Zaugg2013-12-121-1/+1
* | | | | Merge pull request #3263 from retronym/ticket/6780Adriaan Moors2013-12-131-28/+46
|\ \ \ \ \
| * | | | | SI-6780 Refactor Context#implicitssJason Zaugg2013-12-111-30/+33
| * | | | | SI-6780 Better handling of cycles in in-scope implicit searchJason Zaugg2013-12-111-9/+24
| | |_|/ / | |/| | |
* | | | | Merge pull request #3265 from retronym/merge/2.10.x-to-masterAdriaan Moors2013-12-132-1/+14
|\ \ \ \ \
| * \ \ \ \ Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-111-1/+1
| |\ \ \ \ \
| | * | | | | SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-101-1/+1
| | * | | | | Merge pull request #3222 from skyluc/issue/completion-import-vals-210-7995Adriaan Moors2013-12-091-1/+5
| | |\ \ \ \ \
| | | * | | | | SI-7995 completion imported vars and valsLuc Bourlier2013-12-061-1/+5
| * | | | | | | Merge commit 'a774157' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+13
| |\| | | | | | | | |_|/ / / / | |/| | | | |
| | * | | | | Merge pull request #3223 from retronym/ticket/8010-2.10.xEugene Burmako2013-12-071-0/+13
| | |\ \ \ \ \
| | | * | | | | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-061-0/+13
| | | |/ / / /
| | * | | | | [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-061-3/+7
| | * | | | | Merge pull request #3209 from dotta/SI-7982-on-2.10.xJason Zaugg2013-12-065-15/+23
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | SI-7982 Changed contract of askLoadedType to unload units by defaultFrançois Garillot2013-12-065-15/+23
| | * | | | | SI-7458 Pres. compiler must not observe trees in silent modeJason Zaugg2013-12-021-5/+7
| | * | | | | SI-7548 askTypeAt returns the same type whether the source was fully or targe...Mirco Dotta2013-12-021-9/+14
| | |/ / / /
| | * | | | Merge pull request #3180 from xeno-by/topic/toolbox-rangeposJason Zaugg2013-11-261-2/+7
| | |\ \ \ \
| | | * | | | [nomaster] teaches toolbox about -YrangeposEugene Burmako2013-11-221-2/+7
* | | | | | | Merge pull request #3169 from som-snytt/issue/4841-plugin-cpJason Zaugg2013-12-123-52/+77
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | SI-4841 Plugins get a class pathSom Snytt2013-12-063-52/+77
| | |_|_|/ / | |/| | | |
* | | | | | 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
* | | | | | Provide a way for unapply macro to obtain a list of subpattensDen Shabalin2013-12-101-1/+3
* | | | | | 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
| |/ / / / |/| | | |
* | | | | Merge pull request #3246 from xeno-by/topic/compile-time-onlyJason Zaugg2013-12-101-28/+16
|\ \ \ \ \
| * | | | | streamlines refchecking undesired symbol propertiesEugene Burmako2013-12-091-28/+16
* | | | | | deprecates macro def return type inferenceEugene Burmako2013-12-103-4/+24
|/ / / / /
* | | | | Merge pull request #3225 from som-snytt/issue/8013-interp-nowarnAdriaan Moors2013-12-081-6/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8013 Nowarn on macro str interpolationSom Snytt2013-12-041-6/+15
| | |_|/ | |/| |