| Age | Commit message (Expand) | Author | Lines |
| 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 | Add jump to doc | Guillaume Gomez | -25/+84 |
| 2023-07-12 | Ignore flaky clippy tests. | Eric Huss | -0/+9 |
| 2023-07-12 | Auto merge of #113214 - GuillaumeGomez:try-run-fix, r=ozkanonur,jyn514 | bors | -27/+22 |
| 2023-07-12 | fmt | Ralf Jung | -9/+9 |
| 2023-07-12 | Merge from rustc | Ralf Jung | -377/+608 |
| 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 | Fix bootstrap.py uname error. | Edgar Luque | -1/+1 |
| 2023-07-12 | platform-support.md: It's now verified that NetBSD/riscv64 can self-host. | Havard Eidnes | -1/+1 |
| 2023-07-12 | Allow to have `-` in the rustdoc-json test file name | Guillaume Gomez | -4/+13 |
| 2023-07-11 | Rollup merge of #113579 - ekusiadadus:master, r=albertlarsan68 | Jubilee | -5/+1 |
| 2023-07-11 | Rollup merge of #113385 - joshtriplett:style-guide-cleanup-chains, r=calebcar... | Jubilee | -4/+3 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -29/+63 |
| 2023-07-11 | Don't require each rustc_interface tool to opt-in to parallel_rustc support | jyn | -3/+0 |
| 2023-07-11 | Revert "Fix `x test lint-docs` when download-rustc is enabled" | jyn | -7/+0 |
| 2023-07-11 | Move `ci_rustc_dir` to Config and use it consistently | jyn | -8/+9 |
| 2023-07-11 | Support build-pass in codegen tests | Jubilee Young | -12/+13 |
| 2023-07-11 | fix handling of alignment for dyn-sized places | Ralf Jung | -5/+6 |
| 2023-07-11 | miri tree borrows: skip retag_reference early if there is no NewPermission | Ralf Jung | -13/+15 |
| 2023-07-11 | miri: protect Move() function arguments during the call | Ralf Jung | -85/+422 |
| 2023-07-12 | Revert "fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error" | ekusiadadus | -5/+1 |
| 2023-07-11 | Don't fail early if `try_run` returns an error | Guillaume Gomez | -27/+22 |
| 2023-07-11 | Add platform support information. | Jonathan Pallant (Ferrous Systems) | -1/+166 |
| 2023-07-11 | Add a sparc-unknown-none-elf target. | Jonathan Pallant (Ferrous Systems) | -0/+2 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -223/+64 |
| 2023-07-11 | Auto merge of #113559 - matthiaskrgr:rollup-jrqyctc, r=matthiaskrgr | bors | -8/+22 |
| 2023-07-11 | Rollup merge of #113556 - cuviper:trim-rls, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2023-07-11 | Rollup merge of #113551 - jyn514:dry-run-exclude, r=ozkanonur | Matthias Krüger | -3/+7 |
| 2023-07-11 | Rollup merge of #113548 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-07-11 | Rollup merge of #113386 - joshtriplett:style-guide-combinable-expressions, r=... | Matthias Krüger | -0/+10 |
| 2023-07-10 | Auto merge of #113544 - Kobzol:ci-macos-13, r=jyn514 | bors | -1/+1 |
| 2023-07-10 | Don't use serde-derive in the rls shim | Josh Stone | -5/+5 |
| 2023-07-10 | Don't print "Skipping" twice | jyn | -3/+7 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -15/+8 |
| 2023-07-10 | Update books | rustbot | -0/+0 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -3/+2 |
| 2023-07-10 | CI: use `macos-13` runner for Apple jobs | Jakub Beránek | -1/+1 |
| 2023-07-10 | Drop uplifted `clippy::fn_null_check` | Urgau | -223/+64 |
| 2023-07-10 | Remove the library/term exception in tidy's pal checker code | bjorn3 | -1/+0 |
| 2023-07-10 | Merge from rustc | Ralf Jung | -1345/+1665 |
| 2023-07-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-07-10 | Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee | bors | -2/+0 |
| 2023-07-09 | move personality to sys | Gus Caplan | -2/+0 |
| 2023-07-10 | Auto merge of #108485 - devsnek:float-pat-exception, r=workingjubilee | bors | -2/+0 |
| 2023-07-09 | move pal cfgs in f32 and f64 to sys | Gus Caplan | -2/+0 |
| 2023-07-09 | Auto merge of #113341 - Kobzol:stage0-sysroot, r=Mark-Simulacrum | bors | -0/+43 |