summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-1/+8
| | | |/ / / / /
| | * | | | | | Merge pull request #3230 from retronym/backport/7439Eugene Burmako2013-12-071-1/+3
| | |\ \ \ \ \ \
| | | * | | | | | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-071-1/+3
| * | | | | | | | 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
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge pull request #3218 from som-snytt/issue/8027-repl-dbltabJason Zaugg2013-12-122-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8027 REPL double tab regressionSom Snytt2013-12-032-9/+12
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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
* | | | | | | | Merge pull request #3241 from retronym/ticket/8054Jason Zaugg2013-12-121-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8054 Fix regression in TypeRef rebind with val overriding objectJason Zaugg2013-12-091-5/+8
| |/ / / / / / /
* | | | | | | | Address minor pull request feedback pointsDen Shabalin2013-12-114-5/+3
* | | | | | | | SI-7789 make quasiquotes deconstruct UnApply treesDen Shabalin2013-12-101-3/+5
* | | | | | | | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-108-6/+198
* | | | | | | | 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-103-1/+7
* | | | | | | | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-107-60/+141
* | | | | | | | SI-7979 Fix quasiquotes crash on mismatch between fields and constructorDen Shabalin2013-12-101-4/+8
* | | | | | | | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-104-40/+84
* | | | | | | | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-104-2/+20
* | | | | | | | 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-104-20/+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 #3226 from ziggystar/patch-1Adriaan Moors2013-12-081-0/+7
|\ \ \ \ \ \ \
| * | | | | | | add method dequeueOption to immutable.QueueThomas Geier2013-12-051-0/+7
| |/ / / / / /
* | | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | undeprecates c.parseEugene Burmako2013-12-061-3/+0
* | | | | | Merge pull request #3228 from retronym/merge/2.10.x-and-pr-3209-to-masterJason Zaugg2013-12-066-25/+43
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit '7d41094' into merge/2.10.x-and-pr-3209-to-masterJason Zaugg2013-12-065-15/+23
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | SI-7982 Changed contract of askLoadedType to unload units by defaultFrançois Garillot2013-12-065-15/+23
| * | | | | | Merge commit '7d74884' into merge-2.10.x-to-masterJason Zaugg2013-12-061-1/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-051-1/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge commit '7c1d114' into merge-2.10.x-to-masterJason Zaugg2013-12-061-9/+16
| |\| | | |
| | * | | | 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 #3191 from retronym/ticket/deprecate-par-viewJason Zaugg2013-12-0618-961/+277
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Removes Gen*View and Par*ViewJason Zaugg2013-11-2618-973/+277
| * | | | | Deprecates Par*View and Gen*ViewJason Zaugg2013-11-2412-1/+13
* | | | | | Merge pull request #3216 from xeno-by/topic/macro-error-messagesAdriaan Moors2013-12-032-10/+26
|\ \ \ \ \ \
| * | | | | | better error messages for various macro definition errorsEugene Burmako2013-12-032-10/+26
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3213 from Ichoran/issue/8014Adriaan Moors2013-12-031-1/+1
|\ \ \ \ \ \
| * | | | | | Fixes SI-8014, regression in Vector ++ TraversableOnce.Rex Kerr2013-12-021-1/+1
| | |_|_|_|/ | |/| | | |