| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | Rollup merge of #111173 - nnethercote:still-more-Encoder-cleanups, r=cjgillot | Yuki Okushi | -15/+6 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+19 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -3/+6 |
| 2023-05-04 | Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr | bors | -6/+7 |
| 2023-05-04 | do not allow rustc::pass_by_value lint | Boxy | -6/+4 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+21 |
| 2023-05-04 | Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -5/+5 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -43/+78 |
| 2023-05-04 | Remove unneeded encode/decode methods. | Nicholas Nethercote | -9/+0 |
| 2023-05-04 | Reorder some `MemDecoder` methods. | Nicholas Nethercote | -6/+6 |
| 2023-05-03 | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | -4/+3 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+7 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+7 |
| 2023-05-04 | Rollup merge of #111097 - oli-obk:🚲_layout, r=compiler-errors | Dylan DPC | -0/+14 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -0/+4 |
| 2023-05-04 | Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors | Dylan DPC | -17/+7 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -0/+3 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -4/+3 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -21/+18 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+3 |
| 2023-05-02 | Auto merge of #111028 - compiler-errors:attr-query-no-caching, r=cjgillot | bors | -10/+0 |
| 2023-05-02 | correctly recurse when expanding anon consts | Boxy | -1/+2 |
| 2023-05-02 | Avoid ICEing miri on layout query cycles | Oli Scherer | -0/+14 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -17/+7 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -4/+4 |
| 2023-05-01 | Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot | bors | -1/+1 |
| 2023-05-01 | Make some simple queries no longer cache on disk | Michael Goulet | -10/+0 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -0/+5 |
| 2023-04-30 | Only cache typeck results if it's the typeck root | Michael Goulet | -1/+1 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -79/+1194 |
| 2023-04-29 | Expand comment on NonMutatingUseContext. | Camille GILLOT | -0/+3 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -3/+3 |
| 2023-04-28 | Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm | Matthias Krüger | -11/+11 |
| 2023-04-28 | interpret: fail more gracefully on uninit unsized locals | Ralf Jung | -0/+4 |
| 2023-04-28 | Remove some unnecessary derives. | Nicholas Nethercote | -11/+11 |
| 2023-04-27 | Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnr | Matthias Krüger | -52/+9 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -0/+5 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -5/+5 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -5/+5 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -6/+6 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2023-04-26 | Don't return a `Binder` from `TraitRef::identity` | Maybe Waffle | -6/+2 |
| 2023-04-26 | Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber... | Maybe Waffle | -0/+30 |
| 2023-04-26 | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | -4/+4 |
| 2023-04-26 | Inline tweaks | John Kåre Alsaker | -4/+24 |
| 2023-04-26 | Add query accessor functions | John Kåre Alsaker | -32/+55 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -101/+109 |
| 2023-04-26 | Move on_disk_cache.rs | John Kåre Alsaker | -0/+1064 |
| 2023-04-26 | Derive `Type{Foldable,Visitable}` for `UserTypeProjection`. | Nicholas Nethercote | -24/+3 |