| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | Remove needless special cases and dead code | Oli Scherer | -49/+3 |
| 2022-10-21 | Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errors | bors | -1154/+1252 |
| 2022-10-21 | Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplett | bors | -2/+2 |
| 2022-10-20 | update doc links | lcnr | -3/+2 |
| 2022-10-20 | Make the whole `std::os::wasi::io` module stable. | Dan Gohman | -1/+1 |
| 2022-10-20 | Auto merge of #103322 - matthiaskrgr:rollup-m9zgpft, r=matthiaskrgr | bors | -130/+235 |
| 2022-10-20 | Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obk | Matthias Krüger | -25/+85 |
| 2022-10-20 | Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103313 - compiler-errors:no-test, r=jyn514 | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103297 - catandcoder:master, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-10-20 | Rollup merge of #103296 - GuillaumeGomez:collapse-expand-shortcuts, r=notriddle | Matthias Krüger | -29/+48 |
| 2022-10-20 | Rollup merge of #103288 - johnmatthiggins:master, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-10-20 | Rollup merge of #103281 - thomcc:long-overdue, r=jyn514 | Matthias Krüger | -24/+31 |
| 2022-10-20 | Rollup merge of #103230 - nnethercote:clarify-startup, r=jyn514 | Matthias Krüger | -45/+50 |
| 2022-10-20 | Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk | Matthias Krüger | -3/+19 |
| 2022-10-20 | Improve "`~const` is not allowed here" message | Deadbeef | -25/+85 |
| 2022-10-20 | interpret: remove an incorrect assertion | Ralf Jung | -1/+0 |
| 2022-10-20 | no test in testsuite label | Michael Goulet | -1/+0 |
| 2022-10-20 | Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser | bors | -4/+9 |
| 2022-10-20 | add increased recursion limit | lcnr | -0/+1 |
| 2022-10-20 | rustc_hir_typeck: fix clippy | lcnr | -18/+17 |
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -1133/+1232 |
| 2022-10-20 | rustc_hir_typeck: move whole files | lcnr | -0/+0 |
| 2022-10-20 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -1/+1 |
| 2022-10-20 | Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgr | bors | -38/+191 |
| 2022-10-20 | Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwco | bors | -20/+71 |
| 2022-10-20 | fix typo | cui fliter | -1/+1 |
| 2022-10-20 | Add GUI tests for collapse/expand actions | Guillaume Gomez | -0/+18 |
| 2022-10-20 | +/- shortcut now only expand/collapse, not both | Guillaume Gomez | -29/+30 |
| 2022-10-20 | Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8Ki | Matthias Krüger | -2/+63 |
| 2022-10-20 | Rollup merge of #103272 - clubby789:extra-spaces, r=thomcc | Matthias Krüger | -8/+8 |
| 2022-10-20 | Rollup merge of #103268 - notriddle:notriddle/nav-sub-font-size, r=GuillaumeG... | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103262 - andrewpollack:switch-needs-unwind, r=tmandry | Matthias Krüger | -1/+1 |
| 2022-10-20 | Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddle | Matthias Krüger | -25/+118 |
| 2022-10-20 | Rollup merge of #103197 - est31:stabilize_proc_macro_source_text, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -120/+119 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -24/+31 |
| 2022-10-20 | check if impl_self is `Some` | Takayuki Maeda | -1/+1 |
| 2022-10-19 | Fixed docs typo in `library/std/src/time.rs` | John Higgins | -1/+1 |
| 2022-10-20 | Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillot | bors | -20/+46 |
| 2022-10-20 | Adjusting test to needs-unwind, with linking issue | Andrew Pollack | -1/+1 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -28/+142 |
| 2022-10-19 | Erase regions before checking for default in uninitialized binding error | Michael Goulet | -2/+63 |
| 2022-10-19 | Remove extra spaces | clubby789 | -8/+8 |
| 2022-10-19 | Auto merge of #103264 - matthiaskrgr:rollup-3ja4spo, r=matthiaskrgr | bors | -332/+526 |
| 2022-10-19 | rustdoc: remove no-op CSS `nav.sub { font-size: 1rem }` | Michael Howell | -1/+0 |
| 2022-10-19 | Do anonymous lifetimes remapping correctly for nested rpits | Santiago Pastorino | -16/+34 |
| 2022-10-19 | Extract orig_opt_local_def_id as a function | Santiago Pastorino | -4/+12 |
| 2022-10-19 | Rollup merge of #103258 - SUPERCILEX:miri, r=RalfJung | Matthias Krüger | -11/+17 |
| 2022-10-19 | Rollup merge of #103257 - notriddle:notriddle/setting-line, r=GuillaumeGomez | Matthias Krüger | -19/+19 |