summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-112-0/+27
|\
| * Merge pull request #3249 from retronym/ticket/7912Adriaan Moors2013-12-101-0/+16
| |\
| | * SI-7912 Be defensive calling `toString` in `MatchError#getMessage`Jason Zaugg2013-12-101-0/+16
| * | Merge pull request #3251 from retronym/ticket/8060Adriaan Moors2013-12-101-0/+11
| |\ \
| | * | SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-101-0/+11
| | |/
| * | Merge pull request #3248 from adriaanm/dist-cleanup-licensesAdriaan Moors2013-12-102-27/+0
| |\ \ | | |/ | |/|
| | * Remove unused android test and corresponding license.Adriaan Moors2013-12-092-27/+0
* | | Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-116-58/+169
|\| |
| * | Merge pull request #3222 from skyluc/issue/completion-import-vals-210-7995Adriaan Moors2013-12-095-53/+107
| |\ \ | | |/ | |/|
| | * SI-7995 completion imported vars and valsLuc Bourlier2013-12-065-53/+107
| * | Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-091-0/+57
| |\ \
| | * | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-0/+57
| | |/
| * | Merge pull request #3230 from retronym/backport/7439Eugene Burmako2013-12-074-0/+38
| |\ \
| | * | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-074-0/+38
* | | | 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 #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-1098-228/+218
|/ / / /
* | | | 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 #3202 from retronym/topic/function1-tuplenAdriaan Moors2013-12-034-0/+63
|\ \ \ \ \ \
| * | | | | | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-014-0/+63
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3212 from retronym/ticket/8023Adriaan Moors2013-12-032-0/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-8023 Address review comments around typedHigherKindedTypeJason Zaugg2013-12-031-0/+2
| * | | | | SI-8023 Fix symbol-completion-order type var pattern bugJason Zaugg2013-12-021-0/+22
| |/ / / /
* / / / / Remove unused android tests.Adriaan Moors2013-11-282-27/+0
|/ / / /
* | | | Merge pull request #3197 from retronym/merge/2.10.x-positions-to-masterJason Zaugg2013-11-269-4/+164
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/pr/3196' into merge/2.10.x-positions-to-...Jason Zaugg2013-11-269-4/+164
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | SI-8005 Fixes NoPositon error for updateDynamic callsSimon Schaefer2013-11-262-0/+42
| | * | | SI-8004 Resolve NoPosition error for applyDynamicNamed method callSimon Schaefer2013-11-262-0/+40
| | * | | SI-7463,SI-8003 Correct wrong position for {select,apply}Dynamic callsSimon Schaefer2013-11-265-4/+82
| | | |/ | | |/|