| Age | Commit message (Expand) | Author | Lines |
| 2023-10-28 | atomic_op → atomic_rmw_op | Ralf Jung | -14/+14 |
| 2023-10-28 | Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors | Jubilee | -15/+8 |
| 2023-10-28 | fmt | The Miri Conjob Bot | -6/+13 |
| 2023-10-28 | Merge from rustc | The Miri Conjob Bot | -42/+148 |
| 2023-10-28 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-28 | Auto merge of #117302 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-27 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-28 | Auto merge of #117197 - Zalathar:demangler, r=onur-ozkan | bors | -4/+0 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -0/+89 |
| 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 | -1/+0 |
| 2023-10-27 | Distribute cg_clif as a rustup component | bjorn3 | -3/+17 |
| 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 | add aarch64-apple-darwin to list of supported targets | Ralf Jung | -2/+3 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -5/+0 |
| 2023-10-27 | Don't provide `rust-demangler` to run-make tests | Zalathar | -4/+0 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -15/+8 |
| 2023-10-26 | Auto merge of #116983 - Urgau:prepare-bootstrap-for-new-check-cfg, r=Kobzol | bors | -1/+6 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -12/+18 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -7/+12 |
| 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 | -7/+12 |
| 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 | -3/+13 |
| 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 | Auto merge of #117172 - matthiaskrgr:rollup-s56bm2f, r=matthiaskrgr | bors | -0/+0 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -10/+10 |
| 2023-10-25 | compiletest: Display compilation errors in mir-opt tests | Tomasz Miąsko | -1/+1 |
| 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 | -12/+20 |
| 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 | -2/+14 |
| 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 | -4/+3 |
| 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-25 | tidy: add unit tests for alphabetical markers. | Nicholas Nethercote | -25/+238 |
| 2023-10-25 | tidy: some minor improvements. | Nicholas Nethercote | -9/+20 |
| 2023-10-25 | tidy: skip lines starting with `#` in alphabetical check. | Nicholas Nethercote | -3/+8 |
| 2023-10-25 | Fix a bug in tidy's alphabetical checking. | Nicholas Nethercote | -17/+14 |
| 2023-10-24 | Test match underscore on void from union. | Camille GILLOT | -0/+18 |
| 2023-10-24 | Add miri test matching on `!`. | Camille GILLOT | -0/+25 |
| 2023-10-24 | Add miri tests. | Camille GILLOT | -0/+46 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -2/+2 |