summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3202 from retronym/topic/function1-tuplenAdriaan Moors2013-12-036-8/+56
|\ \ \ \ \ \
| * | | | | | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-016-8/+56
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3215 from retronym/ticket/7373Adriaan Moors2013-12-031-1/+1
|\ \ \ \ \ \
| * | | | | | SI-7373 Make the constructor of Vector non-publicJason Zaugg2013-12-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3212 from retronym/ticket/8023Adriaan Moors2013-12-032-12/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-8023 Address review comments around typedHigherKindedTypeJason Zaugg2013-12-032-18/+16
| * | | | | SI-8023 Fix symbol-completion-order type var pattern bugJason Zaugg2013-12-021-7/+15
| |/ / / /
* / / / / SI-8022 Backwards compatibility for Regex#unapplySeqJason Zaugg2013-12-011-6/+6
|/ / / /
* | | | Merge pull request #3197 from retronym/merge/2.10.x-positions-to-masterJason Zaugg2013-11-261-4/+14
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/pr/3196' into merge/2.10.x-positions-to-...Jason Zaugg2013-11-261-4/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | SI-8005 Fixes NoPositon error for updateDynamic callsSimon Schaefer2013-11-261-1/+3
| | * | | SI-8004 Resolve NoPosition error for applyDynamicNamed method callSimon Schaefer2013-11-261-2/+7
| | * | | SI-7463,SI-8003 Correct wrong position for {select,apply}Dynamic callsSimon Schaefer2013-11-261-1/+4
| | | |/ | | |/|
| | * | Merge pull request #3166 from skyluc/issue/completion-import-object-7280-210Jason Zaugg2013-11-225-37/+100
| | |\ \
| | | * | [nomaster] SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-211-25/+40
| | | * | [nomaster] Test infrastructure for scope completionJason Zaugg2013-11-214-12/+60
| | * | | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-191-3/+6
| | |/ /
| | * | Merge pull request #3109 from adriaanm/faster-build-2.10Adriaan Moors2013-11-081-0/+20
| | |\ \
| | | * | IDE needs swing/actors/continuationsAdriaan Moors2013-11-081-0/+5
| | | * | Allow publishing only core (pr validation)Adriaan Moors2013-11-061-0/+15
| | * | | Merge pull request #3110 from xeno-by/topic/7776-backportEugene Burmako2013-11-081-2/+6
| | |\ \ \