| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Auto merge of #117579 - RalfJung:miri, r=RalfJung | bors | -255/+574 |
| 2023-11-04 | Auto merge of #3145 - RalfJung:data-race-error, r=RalfJung | bors | -166/+233 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -1/+1 |
| 2023-11-04 | Auto merge of #117566 - weihanglo:update-cargo, r=weihanglo | bors | -1/+0 |
| 2023-11-04 | fmt | The Miri Conjob Bot | -7/+3 |
| 2023-11-04 | Merge from rustc | The Miri Conjob Bot | -3774/+5150 |
| 2023-11-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-04 | Update cargo | Weihang Lo | -1/+0 |
| 2023-11-04 | Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco | bors | -81/+183 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -18/+0 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -96/+76 |
| 2023-11-03 | Rollup merge of #117520 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -3577/+4889 |
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -3577/+4889 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -96/+76 |
| 2023-11-02 | Add UI tests for values accepted by `-C symbol-mangling-version` | Zalathar | -1/+1 |
| 2023-11-02 | Merge from rustc | The Miri Conjob Bot | -295/+308 |
| 2023-11-02 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -1/+1 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-10-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-31 | Use derivative for Clone | Michael Goulet | -0/+1 |
| 2023-10-30 | make sure we catch UB with _ pattern in various syntactic positions | Ralf Jung | -16/+87 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -4/+4 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -3/+2 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -9/+9 |
| 2023-10-28 | Auto merge of #117149 - nnethercote:tidy-alphabetical-unit-tests, r=Nilstrieb | bors | -36/+262 |
| 2023-10-28 | Auto merge of #81746 - bjorn3:cg_clif_rustup_component, r=Mark-Simulacrum | bors | -3/+16 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -226/+7 |
| 2023-10-28 | Auto merge of #3149 - RalfJung:atomic-readonly-loads, r=RalfJung | bors | -62/+135 |
| 2023-10-28 | accept some atomic loads from read-only memory | Ralf Jung | -48/+121 |
| 2023-10-28 | add some tests specifically for validity checks arising from match binders | Ralf Jung | -0/+59 |
| 2023-10-28 | consolidate and extend testing for _ patterns discarding the place | Ralf Jung | -31/+76 |
| 2023-10-28 | Disable tidy dep check for a couple more unvendored project | bjorn3 | -3/+3 |
| 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 |