summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |/ | | |/|
| | * | Merge pull request #3166 from skyluc/issue/completion-import-object-7280-210Jason Zaugg2013-11-2224-16/+931
| | |\ \
| | | * | [nomaster] SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-213-0/+208
| | | * | [nomaster] Adds test cases for scope completionLuc Bourlier2013-11-2112-0/+707
| | | * | [nomaster] Test infrastructure for scope completionJason Zaugg2013-11-219-16/+16
| | * | | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-193-0/+28
| | |/ /
| | * | Merge pull request #3110 from xeno-by/topic/7776-backportEugene Burmako2013-11-082-0/+12
| | |\ \
| | | * | [backport] SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-082-0/+12
| | * | | Merge pull request #3105 from retronym/ticket/completionGrzegorz Kossakowski2013-11-083-0/+44
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #3097 from paulp/issue/6546-for-210James Iry2013-11-063-0/+15
| | |\ \ \
* | | \ \ \ Merge pull request #3189 from retronym/ticket/8002Jason Zaugg2013-11-262-0/+39
|\ \ \ \ \ \
| * | | | | | SI-8002 private access for local companionsJason Zaugg2013-11-242-0/+39
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3192 from retronym/ticket/4332Jason Zaugg2013-11-263-0/+104
|\ \ \ \ \ \
| * | | | | | SI-4332 Plugs the gaps in viewsJason Zaugg2013-11-263-0/+104
* | | | | | | SI-7984 Issue unchecked warning for type aliasesJason Zaugg2013-11-267-9/+23
| |_|/ / / / |/| | | | |
* | | | | | SI-8011 Test case for recently fixed value class bugJason Zaugg2013-11-261-0/+8
* | | | | | Merge pull request #3178 from retronym/ticket/7872Adriaan Moors2013-11-257-1/+72
|\ \ \ \ \ \
| * | | | | | SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-237-1/+72
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-255-6/+15
|\ \ \ \ \ \
| * | | | | | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-235-6/+15
* | | | | | | Merge pull request #3130 from retronym/ticket/7967-2Adriaan Moors2013-11-252-0/+18
|\ \ \ \ \ \ \
| * | | | | | | SI-7967 Account for type aliases in self-type checksJason Zaugg2013-11-222-0/+18
* | | | | | | | Merge pull request #3165 from retronym/ticket/uncurry-tidy-2Adriaan Moors2013-11-254-0/+65
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-233-0/+41
| * | | | | | | Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+24