summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3278 from magarciaEPFL/backendish48Adriaan Moors2014-01-162-0/+17
|\
| * overzealous assert in BCodeBodyBuilder rejected throw nullMiguel Garcia2013-12-161-0/+7
| * overzealous assert in GenBCodeMiguel Garcia2013-12-151-0/+10
* | Merge pull request #3369 from retronym/ticket/8132Grzegorz Kossakowski2014-01-151-0/+5
|\ \
| * | SI-8132 Fix false "overrides nothing" for case class protected paramJason Zaugg2014-01-151-0/+5
* | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-152-0/+86
|\ \ \
| * | | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-142-0/+86
| |/ /
* | | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-1422-42/+42
|\ \ \
| * | | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-1222-42/+42
| |/ /
* | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-132-0/+32
|\ \ \
| * | | SI-8128 Fix regression in extractors returning existentialsJason Zaugg2014-01-091-0/+15
| * | | SI-8045 type inference of extracted valuePaul Phillips2013-12-231-0/+17
| | |/ | |/|
* | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-133-0/+55
|\ \ \
| * | | SI-8046 Only use fast TypeRef#baseTypeSeq with concrete base typesJason Zaugg2013-12-101-0/+19
| * | | SI-8046 Fix baseTypeSeq in presence of type aliasesJason Zaugg2013-12-092-0/+36
* | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-131-0/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-271-0/+25
* | | | SI-8064 Automatic position repair for macro expansionJason Zaugg2014-01-086-0/+37
* | | | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-071-0/+9
* | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-034-4/+4
|\ \ \ \
| * | | | typeCheck => typecheckEugene Burmako2013-12-104-4/+4
| | |/ / | |/| |
* | | | SI-5508 Fix crasher with private[this] in nested traitsJason Zaugg2013-12-196-0/+122
| |_|/ |/| |
* | | Merge pull request #3263 from retronym/ticket/6780Adriaan Moors2013-12-131-0/+20
|\ \ \
| * | | SI-6780 Better handling of cycles in in-scope implicit searchJason Zaugg2013-12-111-0/+20
* | | | Merge pull request #3265 from retronym/merge/2.10.x-to-masterAdriaan Moors2013-12-131-0/+11
|\ \ \ \
| * \ \ \ Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-101-0/+11
| | * | | [backport] SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-082-0/+12
* | | | | Merge pull request #3241 from retronym/ticket/8054Jason Zaugg2013-12-121-0/+31
|\ \ \ \ \
| * | | | | SI-8054 Fix regression in TypeRef rebind with val overriding objectJason Zaugg2013-12-091-0/+31
* | | | | | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-101-10/+7
| |/ / / / |/| | | |
* | | | | deprecates macro def return type inferenceEugene Burmako2013-12-101-1/+1
| |_|/ / |/| | |
* | | | 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 #3191 from retronym/ticket/deprecate-par-viewJason Zaugg2013-12-063-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Removes Gen*View and Par*ViewJason Zaugg2013-11-263-7/+9
* | | | 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
| |/ / |/| |
* | | Merge pull request #3189 from retronym/ticket/8002Jason Zaugg2013-11-261-0/+20
|\ \ \
| * | | SI-8002 private access for local companionsJason Zaugg2013-11-241-0/+20
| |/ /
* | | SI-8011 Test case for recently fixed value class bugJason Zaugg2013-11-261-0/+8
* | | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-254-0/+15
|\ \ \
| * | | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-234-0/+15
* | | | Merge pull request #3137 from xeno-by/topic/implicit-macros-invalidate-on-errorAdriaan Moors2013-11-222-0/+28
|\ \ \ \
| * | | | correctly fails implicit search for invalid implicit macrosEugene Burmako2013-11-142-0/+28
* | | | | Merge pull request #3160 from retronym/ticket/7983Adriaan Moors2013-11-221-0/+31
|\ \ \ \ \
| * | | | | SI-7983 Fix regression in implicit divergence checkingJason Zaugg2013-11-191-0/+31
| | |_|/ / | |/| | |
* | | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-2213-31/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | deprecate Pair and TripleDen Shabalin2013-11-2013-31/+31
| |/ / /
* / / / SI-7987 Test case for "macro not expanded" error with implicitsJason Zaugg2013-11-212-0/+18
|/ / /