| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -9/+9 |
| 2023-10-27 | Fix review comments | bjorn3 | -4/+2 |
| 2023-10-27 | Distribute cg_clif as a rustup component | bjorn3 | -31/+152 |
| 2023-10-27 | give some more help for the unusual data races | Ralf Jung | -29/+54 |
| 2023-10-27 | data-race: preserve structured access information longer, and don't upper-cas... | Ralf Jung | -154/+196 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -0/+23 |
| 2023-10-27 | add aarch64-apple-darwin to list of supported targets | Ralf Jung | -2/+3 |
| 2023-10-27 | Rollup merge of #114998 - meysam81:meysam/feat/add-cargo-pgo-to-docs, r=ehuss | Matthias Krüger | -0/+23 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -5/+0 |
| 2023-10-27 | For run-coverage tests, build `rust-demangler` with the stage 0 compiler | Zalathar | -1/+3 |
| 2023-10-27 | Don't provide `rust-demangler` to run-make tests | Zalathar | -5/+1 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -17/+11 |
| 2023-10-26 | Auto merge of #117249 - matthiaskrgr:rollup-h4og5rv, r=matthiaskrgr | bors | -1/+4 |
| 2023-10-26 | Rollup merge of #117032 - bjorn3:riscv64_enable_cg_clif_tests, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2023-10-26 | Auto merge of #116581 - Kobzol:bootstrap-cmd-run, r=onur-ozkan | bors | -80/+158 |
| 2023-10-26 | Allow ignoring the failure of command execution | Jakub Beránek | -5/+18 |
| 2023-10-26 | Fix residual (never merged) check-cfg syntax in doc | Urgau | -1/+1 |
| 2023-10-26 | Auto merge of #116983 - Urgau:prepare-bootstrap-for-new-check-cfg, r=Kobzol | bors | -9/+34 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -24/+43 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -3/+5 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -12/+27 |
| 2023-10-26 | Auto merge of #115872 - ferrocene:pa-remap-cargo-home, r=clubby789 | bors | -1/+33 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -5/+0 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -3/+5 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -12/+27 |
| 2023-10-25 | generate beta manifests as pre-requisit rust-lang/rustup#1329 | Skgland | -0/+23 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -5/+21 |
| 2023-10-25 | Typo. | Camille GILLOT | -1/+1 |
| 2023-10-25 | Rollup merge of #117163 - tmiasko:compiletest-mir-opt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -2/+12 |
| 2023-10-25 | Rollup merge of #117154 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -2/+8 |
| 2023-10-25 | Auto merge of #117172 - matthiaskrgr:rollup-s56bm2f, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -10/+10 |
| 2023-10-25 | Rollup merge of #117168 - oli-obk:coroutine_cleanups, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-10-25 | Fix some coroutine sentences that don't make sense anymore. | Oli Scherer | -1/+1 |
| 2023-10-25 | compiletest: Display compilation errors in mir-opt tests | Tomasz Miąsko | -1/+1 |
| 2023-10-25 | implement C ABI lowering for CSKY | dirreke | -2/+8 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -2/+12 |
| 2023-10-25 | Auto merge of #3141 - rust-lang:rustup-2023-10-25, r=RalfJung | bors | -14/+21 |
| 2023-10-25 | CLOCK_UPTIME_RAW exists on all macos targets, not just the ARM ones | Ralf Jung | -9/+5 |
| 2023-10-25 | Do not merge fn pointer casts. | Camille GILLOT | -3/+2 |
| 2023-10-25 | Merge from rustc | The Miri Conjob Bot | -4/+15 |
| 2023-10-25 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-25 | add some more gamma function tests | Ralf Jung | -3/+2 |
| 2023-10-25 | Update profile-guided-optimization.md | Meysam | -2/+3 |
| 2023-10-25 | Update src/doc/rustc/src/profile-guided-optimization.md | Meysam | -1/+1 |
| 2023-10-25 | Update src/doc/rustc/src/profile-guided-optimization.md | Meysam | -1/+1 |
| 2023-10-24 | Expose a non-Symbol way to access current rustc version string | David Tolnay | -6/+5 |
| 2023-10-24 | Handle structured stable attribute 'since' version in clippy | David Tolnay | -12/+19 |