| Age | Commit message (Expand) | Author | Lines |
| 2023-11-12 | Prepare 1.74.0 release | Mark Rousskov | -1/+1 |
| 2023-11-09 | Auto merge of #11596 - blyxyas:fix-fp-needless_pass_by_ref_mut, r=Jarcho | bors | -140/+72 |
| 2023-11-06 | Update to LLVM 17.0.4 | Nikita Popov | -0/+0 |
| 2023-11-06 | improve and fix x install | onur-ozkan | -22/+30 |
| 2023-11-06 | ensure the parent path's existence on `x install` | onur-ozkan | -3/+3 |
| 2023-10-21 | Auto merge of #117005 - cuviper:beta-next, r=cuviper | bors | -395/+313 |
| 2023-10-20 | Update to LLVM 17.0.3 | Nikita Popov | -0/+0 |
| 2023-10-20 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+4 |
| 2023-10-20 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -8/+17 |
| 2023-10-20 | Hide host effect params from docs | Oli Scherer | -13/+17 |
| 2023-10-20 | Bump stage0 to released stable compiler | Josh Stone | -374/+275 |
| 2023-10-20 | [beta-1.74] Update cargo | Weihang Lo | -0/+0 |
| 2023-10-11 | [beta-1.74] Update cargo | Weihang Lo | -0/+0 |
| 2023-10-03 | Override wasm32 release channel to nightly | Mark Rousskov | -0/+11 |
| 2023-10-02 | Bump to beta | Mark Rousskov | -1/+1 |
| 2023-10-01 | Auto merge of #116108 - onur-ozkan:support-make-jobs-flag, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-09-30 | Auto merge of #116127 - onur-ozkan:sanity-checks-on-install, r=Mark-Simulacrum | bors | -0/+31 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -13/+19 |
| 2023-09-30 | Auto merge of #116195 - fmease:rustdoc-investigate-perf-regression, r=Guillau... | bors | -27/+16 |
| 2023-09-30 | Auto merge of #116280 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -3/+56 |
| 2023-09-30 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-30 | Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbini | bors | -3/+7 |
| 2023-09-30 | rustdoc: reduce the amount of `asyncness` query executions | León Orell Valerian Liehr | -1/+7 |
| 2023-09-29 | rustdoc: simplify sugared_async_return_type | León Orell Valerian Liehr | -26/+9 |
| 2023-09-29 | Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk | Matthias Krüger | -0/+11 |
| 2023-09-29 | Rollup merge of #116216 - heiher:crosstool, r=Kobzol | Matthias Krüger | -23/+5 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -0/+11 |
| 2023-09-29 | Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-09-29 | Rollup merge of #116234 - RalfJung:miri, r=RalfJung | Matthias Krüger | -72/+228 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -8/+6 |
| 2023-09-29 | Rollup merge of #116133 - pouriya:refactor-bootstrap.py, r=albertlarsan68 | Matthias Krüger | -49/+41 |
| 2023-09-28 | Reverse postorder instead of using reversed postorder | Maybe Waffle | -13/+19 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -8/+6 |
| 2023-09-28 | Move needless_raw_string_hashes to pedantic | Alex Macleod | -1/+1 |
| 2023-09-28 | Auto merge of #116227 - nikic:update-llvm-14, r=cuviper | bors | -0/+0 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -18/+15 |
| 2023-09-28 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2023-09-28 | Rollup merge of #116213 - tmandry:doclnl, r=ehuss | Matthias Krüger | -0/+8 |
| 2023-09-28 | Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-09-28 | Merge from rustc | The Miri Conjob Bot | -14/+52 |
| 2023-09-28 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-28 | Auto merge of #116208 - matthiaskrgr:the_loop_that_wasnt, r=GuillaumeGomez | bors | -1/+1 |
| 2023-09-28 | ci: upgrade to crosstool-ng 1.26.0 | WANG Rui | -23/+5 |
| 2023-09-27 | Document -Zlink-native-libraries | Tyler Mandry | -0/+8 |
| 2023-09-27 | Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jsha | bors | -2/+2 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -4/+16 |
| 2023-09-27 | rustdoc: while -> if | Matthias Krüger | -1/+1 |
| 2023-09-27 | Auto merge of #114901 - compiler-errors:style-guide-wc, r=calebcartwright | bors | -6/+32 |