summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge commit 'a774157' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+22
| |\| | | | | | | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge pull request #3223 from retronym/ticket/8010-2.10.xEugene Burmako2013-12-071-0/+22
| | |\ \ \ \ \
| | | * | | | | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-061-0/+22
| | | | |/ / / | | | |/| | |
| | * | | | | [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-0618-24/+18
| | | |/ / / | | |/| | |
| | * | | | Merge pull request #3209 from dotta/SI-7982-on-2.10.xJason Zaugg2013-12-063-0/+35
| | |\ \ \ \
* | | \ \ \ \ Merge pull request #3238 from soc/SI-8050Adriaan Moors2013-12-134-19/+37
|\ \ \ \ \ \ \
| * | | | | | | SI-8050 [Avian] Skip instrumented testsSimon Ochsenreither2013-12-084-19/+37
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3218 from som-snytt/issue/8027-repl-dbltabJason Zaugg2013-12-121-0/+52
|\ \ \ \ \ \ \
| * | | | | | | SI-8027 REPL double tab regressionSom Snytt2013-12-031-0/+52
* | | | | | | | Merge pull request #3169 from som-snytt/issue/4841-plugin-cpJason Zaugg2013-12-126-1/+90
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-4841 Plugins get a class pathSom Snytt2013-12-066-1/+90
* | | | | | | | Merge pull request #3241 from retronym/ticket/8054Jason Zaugg2013-12-121-0/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8054 Fix regression in TypeRef rebind with val overriding objectJason Zaugg2013-12-091-0/+31
| |/ / / / / / /
* | | | | | | | Test possible quasiquote runtime failuresDen Shabalin2013-12-112-0/+76
* | | | | | | | Test usage of SubpatternsAttachment from a macroDen Shabalin2013-12-113-0/+26
* | | | | | | | Test unliftable not found scenarioDen Shabalin2013-12-102-0/+9
* | | | | | | | Test tuple lifting and unliftingDen Shabalin2013-12-102-0/+73
* | | | | | | | SI-7789 make quasiquotes deconstruct UnApply treesDen Shabalin2013-12-101-0/+25
* | | | | | | | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-102-0/+113
* | | | | | | | Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-105-0/+41
* | | | | | | | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-103-20/+12
* | | | | | | | SI-7979 Fix quasiquotes crash on mismatch between fields and constructorDen Shabalin2013-12-101-0/+16
* | | | | | | | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-103-14/+26
* | | | | | | | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-101-0/+4
* | | | | | | | SI-8016 Ensure that q”..$xs” is equivalent to q”{..$xs}”Den Shabalin2013-12-101-0/+6
* | | | | | | | SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-101-2/+4
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #3246 from xeno-by/topic/compile-time-onlyJason Zaugg2013-12-102-20/+69
|\ \ \ \ \ \ \
| * | | | | | | streamlines refchecking undesired symbol propertiesEugene Burmako2013-12-092-20/+69
* | | | | | | | deprecates macro def return type inferenceEugene Burmako2013-12-1099-231/+221
|/ / / / / / /
* | | | | | | Merge pull request #3226 from ziggystar/patch-1Adriaan Moors2013-12-081-0/+28
|\ \ \ \ \ \ \
| * | | | | | | add method dequeueOption to immutable.QueueThomas Geier2013-12-051-0/+28
| |/ / / / / /
* | | | | | | Merge pull request #3225 from som-snytt/issue/8013-interp-nowarnAdriaan Moors2013-12-083-0/+45
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-8013 Nowarn on macro str interpolationSom Snytt2013-12-043-0/+45
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3228 from retronym/merge/2.10.x-and-pr-3209-to-masterJason Zaugg2013-12-0611-4/+94
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit '7d41094' into merge/2.10.x-and-pr-3209-to-masterJason Zaugg2013-12-063-0/+35
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | SI-7982 Changed contract of askLoadedType to unload units by defaultFrançois Garillot2013-12-063-0/+35
| * | | | | | Merge commit '7d74884' into merge-2.10.x-to-masterJason Zaugg2013-12-062-4/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-052-4/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge commit '7c1d114' into merge-2.10.x-to-masterJason Zaugg2013-12-066-0/+55
| |\| | | |
| | * | | | SI-7458 Pres. compiler must not observe trees in silent modeJason Zaugg2013-12-021-1/+1
| | * | | | SI-7548 Test to demonstrate residual exploratory typing bugJason Zaugg2013-12-023-0/+30
| | * | | | SI-7548 askTypeAt returns the same type whether the source was fully or targe...Mirco Dotta2013-12-023-0/+25
| | |/ / /
| | * | | Merge pull request #3180 from xeno-by/topic/toolbox-rangeposJason Zaugg2013-11-262-0/+9
| | |\ \ \
| | | * | | [nomaster] teaches toolbox about -YrangeposEugene Burmako2013-11-222-0/+9
* | | | | | Merge pull request #3191 from retronym/ticket/deprecate-par-viewJason Zaugg2013-12-063-7/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Removes Gen*View and Par*ViewJason Zaugg2013-11-263-7/+9
* | | | | | Merge pull request #3216 from xeno-by/topic/macro-error-messagesAdriaan Moors2013-12-0313-66/+58
|\ \ \ \ \ \
| * | | | | | better error messages for various macro definition errorsEugene Burmako2013-12-0313-66/+58
* | | | | | | Merge pull request #3213 from Ichoran/issue/8014Adriaan Moors2013-12-031-0/+51
|\ \ \ \ \ \ \
| * | | | | | | Fixes SI-8014, regression in Vector ++ TraversableOnce.Rex Kerr2013-12-021-0/+51
| | |_|_|_|_|/ | |/| | | | |