| Age | Commit message (Expand) | Author | Lines |
| 2023-07-17 | Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obk | bors | -0/+38 |
| 2023-07-17 | Resolve correct archive version name in `opt-dist` | Jakub Beránek | -6/+38 |
| 2023-07-17 | Auto merge of #113686 - flip1995:clippyup, r=Manishearth | bors | -2538/+5241 |
| 2023-07-17 | bootstrap: use git merge-base for LLVM CI download logic | Ralf Jung | -18/+20 |
| 2023-07-17 | Auto merge of #113791 - lnicola:sync-from-ra, r=lnicola | bors | -9096/+13686 |
| 2023-07-17 | Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra | Laurențiu Nicola | -9096/+13686 |
| 2023-07-17 | Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-07-17 | Another fix for incorrect_impls | Philipp Krones | -4/+3 |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -2537/+5241 |
| 2023-07-16 | link to a definition of soundness | Ralf Jung | -1/+2 |
| 2023-07-16 | clarify that we do not prove soundness | Ralf Jung | -0/+6 |
| 2023-07-16 | Auto merge of #2981 - RalfJung:style, r=RalfJung | bors | -2/+7 |
| 2023-07-16 | style checks: use latest rustc for cron job | Ralf Jung | -2/+7 |
| 2023-07-16 | Use log groups in `opt-dist` | Jakub Beránek | -20/+53 |
| 2023-07-16 | Merge from rustc | The Miri Conjob Bot | -337/+416 |
| 2023-07-16 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-16 | miri: fail when calling a function that requires an unavailable target feature | Eduardo Sánchez Muñoz | -0/+38 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -2/+4 |
| 2023-07-14 | Add `track_caller` to builder.msg | jyn | -0/+1 |
| 2023-07-14 | Add even more GHA log groups | jyn | -0/+13 |
| 2023-07-14 | Fix compiletest windows path finding with spaces | Alex Macleod | -6/+6 |
| 2023-07-14 | Rollup merge of #113699 - RalfJung:miri, r=RalfJung | Matthias Krüger | -64/+33 |
| 2023-07-14 | Rollup merge of #113685 - Kobzol:opt-dist-binary-sizes, r=Mark-Simulacrum | Matthias Krüger | -5/+45 |
| 2023-07-14 | Print artifact sizes in `opt-dist` | Jakub Beránek | -5/+45 |
| 2023-07-14 | remove compile-flags that are no longer needed | Ralf Jung | -37/+10 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -309/+309 |
| 2023-07-14 | work around custom_mir span | Ralf Jung | -13/+6 |
| 2023-07-13 | Rename cast_ref_to_mut to invalid_reference_casting (clippy side) | Urgau | -6/+6 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -2/+2 |
| 2023-07-13 | Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur | bors | -4/+14 |
| 2023-07-13 | Rollup merge of #113613 - GuillaumeGomez:allow-dash-in-file-name, r=notriddle | Matthias Krüger | -4/+13 |
| 2023-07-13 | Rollup merge of #113603 - workingjubilee:test-for-98016, r=oli-obk | Matthias Krüger | -12/+13 |
| 2023-07-13 | Rollup merge of #113598 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+3 |
| 2023-07-13 | Rollup merge of #113353 - compiler-errors:select-better, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -2/+4 |
| 2023-07-13 | Merge from rustc | The Miri Conjob Bot | -15/+8 |
| 2023-07-13 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -4/+14 |
| 2023-07-12 | fix tag GC deleting protected tags | Ralf Jung | -4/+7 |
| 2023-07-12 | Auto merge of #113621 - ehuss:ignore-clippy-tests, r=Nilstrieb | bors | -0/+9 |
| 2023-07-12 | Ignore flaky clippy tests. | Eric Huss | -0/+9 |
| 2023-07-12 | fmt | Ralf Jung | -9/+9 |
| 2023-07-12 | Merge from rustc | Ralf Jung | -339/+521 |
| 2023-07-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -15/+8 |
| 2023-07-12 | Auto merge of #113569 - RalfJung:miri, r=oli-obk | bors | -84/+546 |
| 2023-07-12 | Update cargo | Weihang Lo | -0/+3 |
| 2023-07-12 | Allow to have `-` in the rustdoc-json test file name | Guillaume Gomez | -4/+13 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -7/+0 |
| 2023-07-11 | Revert "Fix `x test lint-docs` when download-rustc is enabled" | jyn | -7/+0 |