summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Remove unused android test and corresponding license.Adriaan Moors2013-12-093-43/+0
| | | * | | | | | Do not distribute partest and its dependencies.Adriaan Moors2013-12-091-8/+0
| * | | | | | | | Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-119-61/+183
| |\| | | | | | |
| | * | | | | | | Merge pull request #3222 from skyluc/issue/completion-import-vals-210-7995Adriaan Moors2013-12-096-54/+112
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7995 completion imported vars and valsLuc Bourlier2013-12-066-54/+112
| | * | | | | | | | Merge pull request #3244 from rtyley/si-8019-swing-publisher-check-pf-definedAdriaan Moors2013-12-091-1/+1
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | SI-8019 Make Publisher check PartialFunction is defined for EventRoberto Tyley2013-12-091-1/+1
| | |/ / / / / / /
| | * | | | | | | Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-093-1/+69
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-063-1/+69
| | | |/ / / / / /
| * | | | | | | | Merge commit '4d439dd' into merge/2.10.x-to-masterJason Zaugg2013-12-110-0/+0
| |\| | | | | | |
| | * | | | | | | Merge pull request #3230 from retronym/backport/7439Eugene Burmako2013-12-075-1/+41
| | |\ \ \ \ \ \ \
| | | * | | | | | | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-075-1/+41
| * | | | | | | | | Merge commit 'a774157' into merge/2.10.x-to-masterJason Zaugg2013-12-112-0/+35
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #3223 from retronym/ticket/8010-2.10.xEugene Burmako2013-12-072-0/+35
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-062-0/+35
| | | | |/ / / / / / | | | |/| | | | | |
| * | | | | | | | | Merge commit 'f6c6846' into merge/2.10.x-to-masterJason Zaugg2013-12-110-0/+0
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #3232 from xeno-by/topic/macro-error-messages-210xJason Zaugg2013-12-0719-27/+25
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-0619-27/+25
| | |/ / / / / / /
| * | | / / / / / Merge commit '7e996c1' into merge/2.10.x-to-masterJason Zaugg2013-12-110-0/+0
| |\| | | | | | | | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge pull request #3209 from dotta/SI-7982-on-2.10.xJason Zaugg2013-12-068-15/+58
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ 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-123-9/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8027 REPL double tab regressionSom Snytt2013-12-033-9/+64
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #3169 from som-snytt/issue/4841-plugin-cpJason Zaugg2013-12-129-53/+167
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-4841 Plugins get a class pathSom Snytt2013-12-069-53/+167
* | | | | | | | Merge pull request #3241 from retronym/ticket/8054Jason Zaugg2013-12-122-5/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8054 Fix regression in TypeRef rebind with val overriding objectJason Zaugg2013-12-092-5/+39
| |/ / / / / / /
* | | | | | | | Merge pull request #3255 from densh/pr/unliftable-3Jason Zaugg2013-12-1234-402/+1081
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Address minor pull request feedback pointsDen Shabalin2013-12-114-5/+3
| * | | | | | | 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-102-3/+30
| * | | | | | | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-1010-6/+311
| * | | | | | | Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-108-239/+230
| * | | | | | | Provide a way for unapply macro to obtain a list of subpattensDen Shabalin2013-12-103-1/+7
| * | | | | | | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-1010-80/+153
| * | | | | | | SI-7979 Fix quasiquotes crash on mismatch between fields and constructorDen Shabalin2013-12-102-4/+24
| * | | | | | | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-107-54/+110
| * | | | | | | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-105-2/+24
| * | | | | | | SI-8016 Ensure that q”..$xs” is equivalent to q”{..$xs}”Den Shabalin2013-12-103-1/+16
| * | | | | | | SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-105-22/+4
|/ / / / / / /
* | | | | | | Merge pull request #3246 from xeno-by/topic/compile-time-onlyJason Zaugg2013-12-103-48/+85
|\ \ \ \ \ \ \
| * | | | | | | streamlines refchecking undesired symbol propertiesEugene Burmako2013-12-093-48/+85
* | | | | | | | Merge pull request #3237 from xeno-by/topic/macrodef-returntype-inferenceJason Zaugg2013-12-10102-235/+245
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | deprecates macro def return type inferenceEugene Burmako2013-12-10102-235/+245
|/ / / / / / /
* | | | | | | Merge pull request #3226 from ziggystar/patch-1Adriaan Moors2013-12-082-0/+35
|\ \ \ \ \ \ \
| * | | | | | | add method dequeueOption to immutable.QueueThomas Geier2013-12-052-0/+35