| Age | Commit message (Expand) | Author | Lines |
| 2022-06-08 | Fix polonius compare mode. | Eric Huss | -1/+1 |
| 2022-06-08 | Auto merge of #97873 - Dylan-DPC:rollup-g6ptsdq, r=Dylan-DPC | bors | -109/+130 |
| 2022-06-08 | Rollup merge of #97865 - lcnr:bb-BorrowckMode, r=Dylan-DPC | Dylan DPC | -17/+0 |
| 2022-06-08 | Rollup merge of #97848 - spastorino:universal-lowering-refactor-1, r=cjgillot | Dylan DPC | -63/+95 |
| 2022-06-08 | Rollup merge of #97846 - pcwalton:align-bits, r=michaelwoerister | Dylan DPC | -1/+9 |
| 2022-06-08 | Rollup merge of #97763 - RalfJung:fallible-cast, r=lcnr | Dylan DPC | -6/+7 |
| 2022-06-08 | Rollup merge of #97276 - JohnTitor:stabilize-const-intrinsic-copy, r=dtolnay | Dylan DPC | -22/+19 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -22/+19 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -855/+705 |
| 2022-06-08 | bye `BorrowckMode` | lcnr | -17/+0 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -65/+335 |
| 2022-06-08 | Rollup merge of #97851 - saethlin:use-repr-c, r=thomcc | Dylan DPC | -0/+1 |
| 2022-06-08 | Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank | Dylan DPC | -23/+44 |
| 2022-06-08 | Rollup merge of #97819 - compiler-errors:use-import, r=wesleywiser | Dylan DPC | -20/+93 |
| 2022-06-08 | Rollup merge of #97597 - tmiasko:simplify-locals-side-effects, r=RalfJung,Jak... | Dylan DPC | -11/+65 |
| 2022-06-08 | Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors | Dylan DPC | -11/+132 |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -360/+315 |
| 2022-06-07 | recover `import` instead of `use` in item | Michael Goulet | -20/+93 |
| 2022-06-08 | Auto merge of #97849 - matthiaskrgr:rollup-1yodhvw, r=matthiaskrgr | bors | -86/+107 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -140/+123 |
| 2022-06-07 | Use repr(C) when depending on struct layout in ptr tests | Ben Kimock | -0/+1 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -332/+287 |
| 2022-06-08 | Avoid some unnecessary `return`s. | Nicholas Nethercote | -10/+3 |
| 2022-06-08 | Add `try_fold_uenevaluted`. | Nicholas Nethercote | -10/+20 |
| 2022-06-08 | Add `TypeVisitor::visit_mir_const`. | Nicholas Nethercote | -0/+8 |
| 2022-06-08 | Remove `EarlyBinder::{try_fold_with,visit_with}`. | Nicholas Nethercote | -8/+0 |
| 2022-06-08 | Use `super_visit_with` in a couple of `visit_binder` methods. | Nicholas Nethercote | -2/+2 |
| 2022-06-08 | Rename `TypeVisitor::visit_unevaluated_const`. | Nicholas Nethercote | -8/+5 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -111/+51 |
| 2022-06-07 | Rollup merge of #97845 - estebank:spancito, r=compiler-errors | Matthias Krüger | -26/+21 |
| 2022-06-07 | Rollup merge of #97840 - durin42:llvm-15-apint, r=nikic | Matthias Krüger | -0/+8 |
| 2022-06-07 | Rollup merge of #97832 - tmiasko:const-direction, r=cjgillot | Matthias Krüger | -22/+16 |
| 2022-06-07 | Rollup merge of #97831 - tmiasko:rm-always-live-locals-struct, r=davidtwco | Matthias Krüger | -38/+19 |
| 2022-06-07 | Rollup merge of #97829 - JohnTitor:issue-95307, r=compiler-errors | Matthias Krüger | -0/+43 |
| 2022-06-07 | Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726 | bors | -56/+71 |
| 2022-06-07 | Extract lower_generic_and_bounds function | Santiago Pastorino | -32/+47 |
| 2022-06-07 | Pass origin down to impl_trait_ty_to_ty | Santiago Pastorino | -13/+11 |
| 2022-06-07 | Extract lower_generic_param_kind | Santiago Pastorino | -12/+19 |
| 2022-06-07 | Instrument important fns in AST lowering | Santiago Pastorino | -6/+18 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -681/+610 |
| 2022-06-08 | Don't pass in a vector to `Encoder::new`. | Nicholas Nethercote | -5/+5 |
| 2022-06-08 | Remove an unnecessary encoder operation. | Nicholas Nethercote | -2/+0 |
| 2022-06-07 | Use more targeted suggestion when confusing i8 with std::i8 | Esteban Küber | -26/+21 |
| 2022-06-07 | Specify DWARF alignment in bits, not bytes. | Patrick Walton | -1/+9 |
| 2022-06-07 | Auto merge of #97835 - Dylan-DPC:rollup-0ae3pwp, r=Dylan-DPC | bors | -64/+140 |
| 2022-06-07 | RustWrapper: adapt to APInt API changes in LLVM 15 | Augie Fackler | -0/+8 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -11/+65 |
| 2022-06-07 | Rollup merge of #97826 - GuillaumeGomez:rustdoc-gui-tests-info, r=Dylan-DPC | Dylan DPC | -5/+16 |
| 2022-06-07 | Rollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPC | Dylan DPC | -5/+4 |
| 2022-06-07 | Rollup merge of #97817 - lnicola:rust-analyzer-2022-06-07, r=lnicola | Dylan DPC | -23/+8 |