| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -18/+30 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -38/+101 |
| 2023-05-07 | use implied bounds when checking opaque types | Ali MJ Al-Nasrawy | -3/+14 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -18/+30 |
| 2023-05-06 | Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnr | Matthias Krüger | -233/+91 |
| 2023-05-05 | Report nicer lifetime errors for specialization | Matthew Jasper | -3/+16 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -14/+17 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -1/+23 |
| 2023-05-05 | remove unnecessary attribute from a diagnostic | Takayuki Maeda | -1/+0 |
| 2023-05-04 | Use fulfillment to check Drop impl compatibility | Michael Goulet | -233/+91 |
| 2023-05-04 | Don't compute trait super bounds unless they're positive | Michael Goulet | -5/+6 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -29/+54 |
| 2023-05-04 | Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr | bors | -1/+30 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -1/+30 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -10/+15 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -3/+23 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -11/+11 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -27/+70 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -6/+37 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -115/+112 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -0/+10 |
| 2023-05-02 | Disallow associated type constraints on negative bounds | Michael Goulet | -2/+0 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -6/+29 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -73/+111 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -107/+156 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -6/+11 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -16/+68 |
| 2023-05-01 | Simplify type_parameter_bounds_in_generics | Michael Goulet | -53/+34 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -0/+1 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -1/+1 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -1/+2 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -1/+2 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -1/+30 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -107/+156 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -6/+6 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -4/+4 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -13/+8 |
| 2023-04-26 | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | -23/+56 |
| 2023-04-26 | Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber... | Maybe Waffle | -1/+1 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -13/+8 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -18/+21 |
| 2023-04-25 | Fix static string lints | clubby789 | -23/+56 |
| 2023-04-25 | Remove some useless `ty::Binder::dummy` calls | Maybe Waffle | -3/+3 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -9/+14 |
| 2023-04-25 | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | -84/+214 |
| 2023-04-25 | Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot | Yuki Okushi | -2/+2 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -2/+2 |
| 2023-04-24 | Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub... | bors | -13/+25 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-23 | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obk | Matthias Krüger | -11/+20 |