| Age | Commit message (Expand) | Author | Lines |
| 2022-06-09 | Add regresion test for #67498 | Yuki Okushi | -0/+21 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -855/+705 |
| 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-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 | 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 |
| 2022-06-07 | Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman | Dylan DPC | -21/+85 |
| 2022-06-07 | Rollup merge of #95948 - Nilstrieb:improve-cstr-safety-docs, r=RalfJung | Dylan DPC | -10/+27 |
| 2022-06-08 | Add regresion test for #95307 | Yuki Okushi | -0/+43 |
| 2022-06-07 | Change `Direction::{is_forward,is_backward}` functions into constants | Tomasz Miąsko | -22/+16 |
| 2022-06-07 | Remove `AlwaysLiveLocals` wrapper struct | Tomasz Miąsko | -38/+19 |
| 2022-06-07 | Improve the safety docs for `CStr` | Nilstrieb | -10/+27 |
| 2022-06-07 | Update library/std/src/sync/mutex.rs | Dylan DPC | -1/+1 |
| 2022-06-07 | Auto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r=Dylan-DPC | bors | -115/+284 |
| 2022-06-07 | Update rustdoc-gui README | Guillaume Gomez | -5/+15 |
| 2022-06-07 | Update help message for rustdoc-gui runner | Guillaume Gomez | -0/+1 |
| 2022-06-07 | Rollup merge of #97808 - alexcrichton:wasm-features, r=petrochenkov | Dylan DPC | -0/+3 |
| 2022-06-07 | Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytm | Dylan DPC | -0/+1 |
| 2022-06-07 | Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb | Dylan DPC | -2/+31 |