summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-05-22Fix E0284 to not use incorrect wordingEsteban Küber-4/+96
2020-05-09fix error code for E0751YI-3/+3
2020-04-18Add label to item source of bound obligationEsteban Küber-8/+8
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-4/+0
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-12/+9
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+5
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-64/+11
2020-04-14typeck: always expose repeat count `AnonConst`s' parent in `generics_of`.Eduard-Mihai Burtescu-5/+7
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-1/+10
2020-04-14typeck: track any errors injected during writeback and taint tables appropria...Eduard-Mihai Burtescu-2/+54
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-5/+5
2020-04-13Auto merge of #71105 - Dylan-DPC:rollup-nezezxr, r=Dylan-DPCbors-1/+1
2020-04-13Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrumbors-0/+1
2020-04-13Remove `FnCtxt::impl_self_ty`Yuki Okushi-1/+1
2020-04-12fix issue 69130David Renshaw-0/+28
2020-04-12Auto merge of #69926 - RoccoDev:master, r=estebank,varkorbors-8/+21
2020-04-11rustc: Add a warning count upon completionRoccoDev-8/+21
2020-04-11tests: add missing `// no-system-llvm` annotation to #69841 test.Eduard-Mihai Burtescu-0/+1
2020-04-11Rollup merge of #70982 - ldm0:fncoerce, r=eddybMazdak Farrokhzad-0/+14
2020-04-10Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddybMazdak Farrokhzad-19/+38
2020-04-10Tidy fixDonough Liu-1/+1
2020-04-10Rollup merge of #70784 - estebank:suggest-type-fundamental-method, r=matthewj...Mazdak Farrokhzad-2/+16
2020-04-10Normalize function signature in function casting checkDonough Liu-0/+14
2020-04-09Consider methods on fundamental `impl` when method is not found on numeric typeEsteban Küber-2/+16
2020-04-08Small tweaks to required bound spanEsteban Küber-13/+13
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-10/+29
2020-04-05"cannot resolve" → "cannot satisfy"Esteban Küber-6/+6
2020-04-03Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obkMazdak Farrokhzad-0/+12
2020-04-03Add regression test for #70673Oliver Scherer-0/+12
2020-04-03Rollup merge of #70725 - Centril:nix-unwraps, r=estebankDylan DPC-0/+51
2020-04-03Auto merge of #70582 - pnkfelix:update-llvm-to-fix-69841, r=cuviperbors-0/+30
2020-04-03add_type_neq_err_label: don't .unwrapMazdak Farrokhzad-0/+51
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-56/+21
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-0/+2
2020-03-31update testsBastian Kauschke-0/+2
2020-03-30Fix #69841 by updating LLVM submodule. Includes regression test for issue 69841.Felix S. Klock II-0/+30
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-17/+13
2020-03-28Auto merge of #70095 - jsgf:link-native, r=nagisabors-0/+8
2020-03-27Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebankMazdak Farrokhzad-0/+12
2020-03-27Implement -Zlink-native-librariesJeremy Fitzhardinge-0/+8
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+12
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-34/+34
2020-03-27Rollup merge of #70435 - Alexendoo:test-66706, r=CentrilDylan DPC-0/+45
2020-03-27Rollup merge of #69936 - Aaron1011:fix/suggestion-cycle, r=varkorDylan DPC-0/+71
2020-03-26Add regression test for #66706Alex Macleod-0/+45
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-34/+34
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-4/+7
2020-03-26make a custom error for overlap with negative implsNiko Matsakis-31/+22
2020-03-24Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkovMazdak Farrokhzad-2/+28
2020-03-24Rollup merge of #69981 - oli-obk:const_blocks, r=eddybMazdak Farrokhzad-12/+28