| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | fmt | Ralf Jung | -4/+1 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -3/+28 |
| 2023-10-19 | ci: set IS_NOT_LATEST_LLVM for llvm-16 | Josh Stone | -0/+4 |
| 2023-10-19 | ci: add a runner for vanilla LLVM 17 | Josh Stone | -0/+55 |
| 2023-10-19 | Merge from rustc | Ralf Jung | -742/+802 |
| 2023-10-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -50/+45 |
| 2023-10-19 | Rollup merge of #116921 - Fenex:fix/bootstrap-setup-info-msg, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-19 | Rollup merge of #116650 - RalfJung:miri-intptrcast, r=oli-obk | Matthias Krüger | -25/+48 |
| 2023-10-19 | Fix x64_64-gnu-llvm-15 CI tests | Jakub Beránek | -28/+28 |
| 2023-10-19 | Rollup merge of #116908 - estebank:issue-78206, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2023-10-19 | Rollup merge of #116761 - Nilstrieb:podman, r=cuviper | León Orell Valerian Liehr | -1/+1 |
| 2023-10-19 | fix(bootstrap) info message show correct path now | Vitaliy Busko | -1/+1 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 in /miri-script | dependabot[bot] | -2/+2 |
| 2023-10-18 | Deserialize Msrv directly in Conf | Alex Macleod | -3/+3 |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 in /cargo-miri | dependabot[bot] | -2/+2 |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 | dependabot[bot] | -2/+2 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -1/+1 |
| 2023-10-18 | Auto merge of #116840 - nikic:update-llvm-15, r=cuviper | bors | -0/+0 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -0/+34 |
| 2023-10-17 | Simplify BehaviorOnFailure | Jakub Beránek | -14/+17 |
| 2023-10-17 | Rename Supress variant | Jakub Beránek | -5/+9 |
| 2023-10-17 | Remove usages of `Config::try_run` | Jakub Beránek | -15/+13 |
| 2023-10-17 | Add output mode to BootstrapCommand | Jakub Beránek | -54/+76 |
| 2023-10-17 | Add behavior on failure to BootstrapCommand | Jakub Beránek | -37/+37 |
| 2023-10-17 | Add BootstrapCommand and `run_cmd` | Jakub Beránek | -9/+47 |
| 2023-10-17 | Auto merge of #116855 - matthiaskrgr:rollup-i2izdwb, r=matthiaskrgr | bors | -101/+151 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -16/+16 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -85/+135 |
| 2023-10-17 | Auto merge of #3124 - eduardosm:fix-sse41-round, r=RalfJung | bors | -5/+64 |
| 2023-10-17 | Fix rounding mode check in SSE4.1 round functions | Eduardo Sánchez Muñoz | -5/+64 |
| 2023-10-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-17 | Don't pass `-stdlib=libc++` when building C files on macOS | Zalathar | -4/+3 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -104/+35 |
| 2023-10-17 | Update to LLVM 17.0.3 | Nikita Popov | -0/+0 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add documentation for -Zremap-path-scope | Urgau | -0/+24 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...) | Urgau | -3/+4 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -104/+35 |
| 2023-10-17 | bootstrap: fix warnings | onur-ozkan | -2/+1 |
| 2023-10-17 | rename bootstrap module utils/dylib_util->utils/dylib | onur-ozkan | -4/+4 |
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -861/+297 |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -189/+792 |
| 2023-10-17 | improve bootstrap tests structure | onur-ozkan | -10/+10 |
| 2023-10-17 | reorganize bootstrap bins and helper module utilizations | onur-ozkan | -35/+19 |
| 2023-10-17 | fmt | The Miri Conjob Bot | -49/+14 |
| 2023-10-17 | Merge from rustc | The Miri Conjob Bot | -923/+2019 |
| 2023-10-17 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-16 | fix lint failures in clippy | Arthur Lafrance | -16/+16 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -2/+2 |