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