| Age | Commit message (Expand) | Author | Lines |
| 2023-05-18 | Fix doc comment for `ConstParamTy` derive | Juniper Tyree | -1/+1 |
| 2023-05-18 | Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillot | bors | -40/+259 |
| 2023-05-18 | Auto merge of #111364 - cuviper:unhack-thinlto, r=nikic | bors | -112/+0 |
| 2023-05-17 | Auto merge of #111672 - nikic:llvm-16.0.4, r=cuviper | bors | -0/+0 |
| 2023-05-17 | Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkin | bors | -152/+49 |
| 2023-05-17 | Auto merge of #111680 - Dylan-DPC:rollup-1p45gxt, r=Dylan-DPC | bors | -137/+394 |
| 2023-05-17 | Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddle | Dylan DPC | -1/+1 |
| 2023-05-17 | Rollup merge of #111625 - Zoxc:rustc_middle-query-move, r=cjgillot | Dylan DPC | -33/+29 |
| 2023-05-17 | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead | Dylan DPC | -47/+147 |
| 2023-05-17 | Rollup merge of #111565 - aDotInTheVoid:rdj-impl-viz, r=GuillaumeGomez | Dylan DPC | -0/+81 |
| 2023-05-17 | Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkov | Dylan DPC | -55/+17 |
| 2023-05-17 | Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillot | Dylan DPC | -1/+119 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -40/+259 |
| 2023-05-17 | Add missing backslash in HTML string | Guillaume Gomez | -1/+1 |
| 2023-05-17 | Emits E0599 when meeting MyTrait::missing_method | mu001999 | -47/+147 |
| 2023-05-17 | Update to LLVM 16.0.4 | Nikita Popov | -0/+0 |
| 2023-05-17 | Auto merge of #111671 - Dylan-DPC:rollup-1jy5r16, r=Dylan-DPC | bors | -83/+232 |
| 2023-05-17 | Rollup merge of #111661 - clubby789:offset-of-erase-regions, r=compiler-errors | Dylan DPC | -3/+9 |
| 2023-05-17 | Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplett | Dylan DPC | -0/+22 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -2/+115 |
| 2023-05-17 | Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkin | Dylan DPC | -38/+20 |
| 2023-05-17 | Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnay | Dylan DPC | -3/+2 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -37/+64 |
| 2023-05-17 | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errors | bors | -45/+75 |
| 2023-05-17 | Auto merge of #111664 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-05-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -33/+29 |
| 2023-05-17 | Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rs | John Kåre Alsaker | -0/+0 |
| 2023-05-16 | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obk | bors | -240/+617 |
| 2023-05-16 | Erase regions of type in `offset_of!` | clubby789 | -3/+9 |
| 2023-05-16 | add `UnsafeCell::from_mut` | JoJoJet | -0/+22 |
| 2023-05-16 | Auto merge of #111650 - matthiaskrgr:rollup-n7w17v4, r=matthiaskrgr | bors | -62/+286 |
| 2023-05-16 | Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddle | Matthias Krüger | -1/+65 |
| 2023-05-16 | Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errors | Matthias Krüger | -31/+76 |
| 2023-05-16 | Rollup merge of #111592 - Nemo157:fix-vec-capacity-examples, r=joshtriplett | Matthias Krüger | -6/+6 |
| 2023-05-16 | Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkin | Matthias Krüger | -1/+50 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -11/+49 |
| 2023-05-16 | Rollup merge of #111488 - compiler-errors:error-term, r=lcnr | Matthias Krüger | -2/+30 |
| 2023-05-16 | Rollup merge of #107680 - dtolnay:docrepr, r=Amanieu | Matthias Krüger | -10/+10 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -2/+115 |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -38/+20 |
| 2023-05-16 | Hide repr attribute from doc of types without guaranteed repr | David Tolnay | -10/+10 |
| 2023-05-16 | bless | Boxy | -4/+4 |
| 2023-05-16 | format `Const`'s less verbosely | Boxy | -41/+71 |
| 2023-05-16 | Auto merge of #108062 - Zoxc:spec-incr, r=cjgillot | bors | -17/+76 |
| 2023-05-16 | Use error term if missing associated item in new solver | Michael Goulet | -2/+30 |
| 2023-05-16 | Auto merge of #105750 - oli-obk:valtrees, r=lcnr | bors | -94/+137 |
| 2023-05-16 | Add regression test for #111415 | Guillaume Gomez | -0/+36 |
| 2023-05-16 | Only keep impl blocks from bodies | Guillaume Gomez | -1/+29 |
| 2023-05-16 | Fixup comments | Maybe Waffle | -4/+4 |