about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-01-06Auto merge of #57272 - petrochenkov:featrecov, r=estebankbors-175/+297
2019-01-06Fix CI failuresVadim Petrochenkov-63/+64
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-112/+233
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-33/+33
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-141/+0
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-112/+112
2019-01-05Auto merge of #57354 - kennytm:rollup, r=kennytmbors-165/+184
2019-01-05Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomezkennytm-0/+7
2019-01-05Rollup merge of #57314 - wiktorkuchta:master, r=Centrilkennytm-2/+2
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-135/+135
2019-01-05Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichtonkennytm-13/+12
2019-01-05Rollup merge of #57229 - mikeyhew:fix-56806, r=varkorkennytm-0/+19
2019-01-05Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakiskennytm-15/+9
2019-01-05Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichtonbors-7/+34
2019-01-05Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakisbors-0/+6
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-73/+343
2019-01-05Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakisbors-235/+1565
2019-01-04use `delay_span_bug` instead of `bug!` when doing layout sanity checkMichael Hewson-0/+19
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-14/+220
2019-01-04force binary filename for compiled doctestsQuietMisdreavus-0/+7
2019-01-04Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakisbors-8/+222
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-10/+10
2019-01-04Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakisbors-0/+88
2019-01-04Update tests changed by rebaseGeorg Semmler-4/+39
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-75/+297
2019-01-04add testsAriel Ben-Yehuda-0/+41
2019-01-03Forbid impl Trait from referring to unnamable recursive typesMatthew Jasper-8/+222
2019-01-03More test deduplicationGeorg Semmler-446/+38
2019-01-03Add missing filesGeorg Semmler-127/+1008
2019-01-03Fix typoGeorg Semmler-1/+1
2019-01-03Unify testsGeorg Semmler-2723/+400
2019-01-03Update some new tests to changed error messagesGeorg Semmler-5/+5
2019-01-03Fix failing compile testsGeorg Semmler-1/+2
2019-01-03Add some testsGeorg Semmler-0/+3144
2019-01-03Fix repeated word typosWiktor Kuchta-2/+2
2019-01-03use structured suggestion for method callsAndy Russell-33/+33
2019-01-03Auto merge of #55517 - nikomatsakis:universes, r=scalexmbors-593/+529
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-1/+1
2019-01-02try to detect affected code and direct people to #56105Niko Matsakis-0/+2
2019-01-02address tmandry nitsNiko Matsakis-63/+14
2019-01-02improve handling for subtypeNiko Matsakis-298/+98
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-8/+8
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-38/+19
2019-01-02apply the new placeholder errors even with just one placeholderNiko Matsakis-45/+40
2019-01-02introduce placeholder-placeholder errors for trait matchingNiko Matsakis-91/+35
2019-01-02WIP other test changesNiko Matsakis-7/+6
2019-01-02tests: cases where we now do the right thing but did not beforeNiko Matsakis-137/+137
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-437/+463
2019-01-02tests: move coherence-subtyping from run-pass to compile-failNiko Matsakis-1/+33