summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-4841 Plugins get a class pathSom Snytt2013-12-063-52/+77
* 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 #3202 from retronym/topic/function1-tuplenAdriaan Moors2013-12-035-8/+51
|\ \
| * | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-015-8/+51
| |/
* | SI-8023 Address review comments around typedHigherKindedTypeJason Zaugg2013-12-031-18/+14
* | SI-8023 Fix symbol-completion-order type var pattern bugJason Zaugg2013-12-021-7/+15
|/
* 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 #3110 from xeno-by/topic/7776-backportEugene Burmako2013-11-081-2/+6
| | |\
| | | * [backport] SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-081-2/+6
| | * | Merge pull request #3105 from retronym/ticket/completionGrzegorz Kossakowski2013-11-081-2/+7
| | |\ \ | | | |/ | | |/|
| | | * Fix completion after application with implicit argumentsJason Zaugg2013-11-061-2/+7
* | | | Merge pull request #3189 from retronym/ticket/8002Jason Zaugg2013-11-262-1/+11
|\ \ \ \
| * | | | SI-8002 private access for local companionsJason Zaugg2013-11-242-1/+11
* | | | | SI-7984 Issue unchecked warning for type aliasesJason Zaugg2013-11-261-5/+7
| |/ / / |/| | |
* | | | Merge pull request #3178 from retronym/ticket/7872Adriaan Moors2013-11-251-0/+2
|\ \ \ \
| * | | | SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-231-0/+2
| |/ / /
* | | | Merge pull request #3130 from retronym/ticket/7967-2Adriaan Moors2013-11-251-2/+3
|\ \ \ \
| * | | | SI-7967 Account for type aliases in self-type checksJason Zaugg2013-11-221-2/+3
* | | | | Merge pull request #3165 from retronym/ticket/uncurry-tidy-2Adriaan Moors2013-11-252-95/+56
|\ \ \ \ \
| * | | | | Refactor away duplication between -Ydelambdafy:{inline,method}Jason Zaugg2013-11-232-64/+47
| * | | | | Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-231-3/+3
| * | | | | Tidy up the Uncurry component of delambdafyJason Zaugg2013-11-171-42/+20
* | | | | | Merge pull request #3137 from xeno-by/topic/implicit-macros-invalidate-on-errorAdriaan Moors2013-11-221-0/+2
|\ \ \ \ \ \
| * | | | | | correctly fails implicit search for invalid implicit macrosEugene Burmako2013-11-141-0/+2
* | | | | | | Merge pull request #3160 from retronym/ticket/7983Adriaan Moors2013-11-221-17/+12
|\ \ \ \ \ \ \
| * | | | | | | Account for a variation of package types in Implicit Divergence.Jason Zaugg2013-11-191-0/+1
| * | | | | | | Code reformatting in ImplicitsJason Zaugg2013-11-191-16/+10
| * | | | | | | SI-7983 Fix regression in implicit divergence checkingJason Zaugg2013-11-191-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3162 from retronym/ticket/7985Jason Zaugg2013-11-221-3/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-7985 Refactor parsing of pattern type argsJason Zaugg2013-11-191-3/+5
| * | | | | | | SI-7985 Allow projection of lower-cased prefix as pattern type argJason Zaugg2013-11-191-1/+1
| * | | | | | | SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-191-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #3138 from densh/pr/fresh-name-extractorJason Zaugg2013-11-221-18/+2
|\ \ \ \ \ \ \
| * | | | | | | refactor out fresh name prefix extraction logicDen Shabalin2013-11-171-18/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-226-160/+5
|\ \ \ \ \ \ \
| * | | | | | | Removing deprecated code.Paul Phillips2013-11-186-160/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-2211-28/+28
|\ \ \ \ \ \ \
| * | | | | | | deprecate Pair and TripleDen Shabalin2013-11-2011-28/+28
| |/ / / / / /
* / / / / / / Handle TypeApply(fun, ...) for symbol-less funsJason Zaugg2013-11-211-1/+1
|/ / / / / /
* | | | | | Merge pull request #3136 from dotta/issue/si-7915Jason Zaugg2013-11-181-3/+6
|\ \ \ \ \ \
| * | | | | | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-151-3/+6
| |/ / / / /