| Age | Commit message (Expand) | Author | Lines |
| 2020-04-30 | Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -0/+122 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -4/+13 |
| 2020-04-29 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` | Donough Liu | -0/+122 |
| 2020-04-28 | Bless test that no longer warns | Dylan MacKenzie | -1/+1 |
| 2020-04-28 | Add tests from #67088 and the issues mentioned in its description | Dylan MacKenzie | -16/+0 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -0/+15 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -0/+2 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -0/+2 |
| 2020-04-26 | use defkind.descr in wrong namespace resolve failure | YI | -3/+3 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -2/+2 |
| 2020-04-25 | Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obk | Dylan DPC | -27/+106 |
| 2020-04-25 | Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebank | Dylan DPC | -0/+47 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-24 | Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse | Dylan DPC | -3/+15 |
| 2020-04-24 | Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank | Dylan DPC | -3/+3 |
| 2020-04-23 | Cycle errors now occur during const-eval, not checking | Dylan MacKenzie | -27/+106 |
| 2020-04-23 | fix error code for E0751 | YI | -3/+3 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -0/+1 |
| 2020-04-22 | Tweak wording | Esteban Küber | -3/+3 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -3/+15 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -10/+1 |
| 2020-04-22 | add message for resolution failure because wrong namespace | YI | -0/+15 |
| 2020-04-20 | Ensure tail expression will have a `Ty` for E0746 | Esteban Küber | -6/+3 |
| 2020-04-20 | Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return | Esteban Küber | -6/+18 |
| 2020-04-19 | allow(unused_must_use) in issue-23611-enum-swap-in-drop.rs | Josh Stone | -1/+2 |
| 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-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -10/+1 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -1/+1 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -64/+11 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -4/+13 |
| 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 |