| Age | Commit message (Expand) | Author | Lines |
| 2023-08-02 | Rollup merge of #114347 - chenyukang:yukang-fix-114245-fmt-count, r=albertlar... | Nilstrieb | -7/+24 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -0/+4 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -175/+175 |
| 2023-08-02 | Add more context to `quit_if_file_exists` in `configure.py` | Trevor Gross | -3/+15 |
| 2023-08-02 | fix RedundantLocals clippy caused by async and await | yukang | -3/+13 |
| 2023-08-02 | get auto traits for parallel rustc | SparrowLii | -6/+0 |
| 2023-08-02 | Generalize duration analysis | Jakub Beránek | -11/+23 |
| 2023-08-02 | fmt | The Miri Conjob Bot | -8/+12 |
| 2023-08-02 | Merge from rustc | The Miri Conjob Bot | -3047/+9118 |
| 2023-08-02 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -7/+183 |
| 2023-08-02 | Only call `parse_token_tree` once. | Nicholas Nethercote | -5/+4 |
| 2023-08-02 | Inline and remove `parse_all_token_trees`. | Nicholas Nethercote | -1/+4 |
| 2023-08-02 | `parse_all_token_trees` cannot fail. | Nicholas Nethercote | -7/+1 |
| 2023-08-02 | fmt_override is a better name since we are also adding files to whitelist | yukang | -23/+23 |
| 2023-08-02 | print more detailed format files and untracked files count | yukang | -2/+19 |
| 2023-08-01 | Revert "Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68" | Rémy Rakic | -28/+19 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side) | Urgau | -6/+6 |
| 2023-08-01 | Auto merge of #113854 - klensy:aarch64-msvc-remove-hack, r=Mark-Simulacrum | bors | -8/+0 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -0/+24 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -102/+102 |
| 2023-08-01 | Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obk | Matthias Krüger | -0/+24 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -49/+98 |
| 2023-08-01 | rename deref_operand → deref_pointer and some Miri helper functions | Ralf Jung | -73/+73 |
| 2023-08-01 | Rollup merge of #114309 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-08-01 | Rollup merge of #114262 - ShapelessCat:fix-style-guide-md, r=joshtriplett | Matthias Krüger | -152/+118 |
| 2023-08-01 | Rollup merge of #113743 - workingjubilee:link-more-platform-support-docs, r=j... | Matthias Krüger | -5/+5 |
| 2023-08-01 | Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68 | Matthias Krüger | -19/+28 |
| 2023-08-01 | Rollup merge of #113394 - joshtriplett:style-edition-snapshot, r=calebcartwright | Matthias Krüger | -0/+47 |
| 2023-07-31 | Directly link more target docs | Jubilee Young | -5/+5 |
| 2023-08-01 | Auto merge of #114310 - flip1995:clippyup, r=Manishearth | bors | -2143/+7968 |
| 2023-07-31 | Link to the Rust edition guide for more information about editions | Josh Triplett | -4/+6 |
| 2023-07-31 | style-guide: Document style editions, start 2024 style edition | Josh Triplett | -0/+45 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -11/+20 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -2143/+7968 |
| 2023-07-31 | Update books | rustbot | -0/+0 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -5/+1 |
| 2023-07-31 | Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-Simulacrum | Matthias Krüger | -6/+19 |
| 2023-07-31 | Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum | Matthias Krüger | -1/+5 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-07-31 | fix: lookup user by name, not id | sethp | -1/+1 |
| 2023-07-31 | fix alignment handling for Repeat expressions | Ralf Jung | -0/+24 |
| 2023-07-31 | apply nit | Ralf Jung | -1/+1 |
| 2023-07-31 | Auto merge of #114294 - matthiaskrgr:rollup-yk78pvd, r=matthiaskrgr | bors | -1/+1 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-31 | Auto merge of #3002 - RalfJung:miri-script, r=RalfJung | bors | -1/+1 |
| 2023-07-31 | fix oversight from new miri-script | Ralf Jung | -1/+1 |
| 2023-07-31 | Auto merge of #113592 - Kobzol:pgo-script-bolt, r=Mark-Simulacrum | bors | -314/+224 |