| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Explicitly mark which targets to distribute cg_clif for in CI | bjorn3 | -3/+17 |
| 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 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -5/+0 |
| 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 | 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 | -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 | -12/+27 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -5/+21 |
| 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 | 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-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 |
| 2023-10-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -12/+25 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -2/+1 |
| 2023-10-24 | Rollup merge of #117105 - onur-ozkan:remove-change-id-assertion, r=albertlars... | Matthias Krüger | -1/+0 |
| 2023-10-24 | Rollup merge of #117093 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-10-24 | Rollup merge of #117081 - GoodDaisy:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -2/+2 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -0/+12 |
| 2023-10-24 | remap cargo dependencies to /rust/deps | Pietro Albini | -1/+33 |
| 2023-10-24 | Auto merge of #3137 - RalfJung:data-race, r=oli-obk | bors | -225/+416 |
| 2023-10-24 | we don't support thread::scope on freebsd | Ralf Jung | -1/+1 |
| 2023-10-24 | futex text: avoid spurious non-atomic reads | Ralf Jung | -13/+13 |
| 2023-10-24 | fix error read-read reporting when there's also an unsynchronized non-atomic ... | Ralf Jung | -22/+45 |
| 2023-10-24 | remove change-id assertion in bootstrap test | onur-ozkan | -1/+0 |
| 2023-10-24 | Merge from rustc | The Miri Conjob Bot | -932/+2981 |
| 2023-10-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-24 | Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkan | bors | -68/+58 |