| Age | Commit message (Expand) | Author | Lines |
| 2023-09-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-06 | give josh more time to start | Ralf Jung | -2/+2 |
| 2023-09-06 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -20/+16 |
| 2023-09-05 | Auto merge of #114843 - Zalathar:test-coverage-map, r=oli-obk | bors | -5/+614 |
| 2023-09-05 | Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk | Matthias Krüger | -92/+86 |
| 2023-09-05 | Auto merge of #115543 - Kobzol:opt-dist-retry-download, r=Mark-Simulacrum | bors | -1/+30 |
| 2023-09-05 | Add test suite `coverage-map` to test coverage mappings emitted by LLVM | Zalathar | -5/+74 |
| 2023-09-05 | Add tool `src/tools/coverage-dump` for use by some new coverage tests | Zalathar | -0/+540 |
| 2023-09-04 | Auto merge of #114089 - Urgau:allow-with-implied-by, r=petrochenkov | bors | -0/+838 |
| 2023-09-04 | Retry download of rustc-perf in opt-dist | Jakub Beránek | -1/+30 |
| 2023-09-04 | Mirror the rustc-perf source | Mark Rousskov | -1/+1 |
| 2023-09-04 | interpret: make MemPlace, Place, Operand types private to the interpreter | Ralf Jung | -92/+86 |
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+838 |
| 2023-09-03 | rustdoc: fix test case for generics that look like names | Michael Howell | -1/+3 |
| 2023-09-03 | Fix clippy. | Camille GILLOT | -15/+11 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -7/+7 |
| 2023-09-03 | Merge from rustc | Ralf Jung | -35/+107 |
| 2023-09-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+1 |
| 2023-09-02 | Auto merge of #115409 - RalfJung:llvm-merge-reland, r=lqd | bors | -18/+20 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -6/+5 |
| 2023-09-02 | Merge from rustc | Ralf Jung | -11/+15 |
| 2023-09-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -5/+5 |
| 2023-09-01 | Rollup merge of #115411 - RalfJung:miri-abi, r=oli-obk | Matthias Krüger | -21/+16 |
| 2023-09-01 | feat(std): Stabilize 'os_str_bytes' feature | Ed Page | -1/+0 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -11/+82 |
| 2023-09-01 | add '--skip-children' to rustfmt invocation | Ralf Jung | -1/+1 |
| 2023-08-31 | miri ABI check: fix handling of 1-ZST; don't accept sign differences | Ralf Jung | -11/+15 |
| 2023-08-31 | update abi_compat.rs | Ralf Jung | -12/+3 |
| 2023-08-31 | don't ignore sign for ABI check | Ralf Jung | -7/+1 |
| 2023-08-31 | update target support section | Ralf Jung | -21/+16 |
| 2023-08-31 | bootstrap: use git merge-base for LLVM CI download logic | Ralf Jung | -18/+20 |
| 2023-08-31 | more ABI compat tests | Ralf Jung | -12/+48 |
| 2023-08-31 | fmt | Ralf Jung | -1/+1 |
| 2023-08-31 | Merge from rustc | Ralf Jung | -12/+117 |
| 2023-08-31 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-08-31 | make sure we test all tier 1 targets: i686-pc-windows-gnu was missing | Ralf Jung | -1/+1 |
| 2023-08-31 | fmt | The Miri Conjob Bot | -13/+12 |
| 2023-08-31 | Merge from rustc | The Miri Conjob Bot | -9662/+16495 |
| 2023-08-31 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-30 | miri function ABI check: specifically look for repr(transparent) | Ralf Jung | -0/+35 |
| 2023-08-30 | organize failing ABI compat tests and add some more | Ralf Jung | -10/+58 |
| 2023-08-30 | interpret: make sure we accept transparent newtypes as ABI-compatible | Ralf Jung | -1/+23 |
| 2023-08-30 | compiletest: support for newer lldb versions | David Wood | -0/+9 |
| 2023-08-30 | storage_live: avoid computing the layout unless necessary | Ralf Jung | -4/+4 |
| 2023-08-30 | move marking-locals-live out of push_stack_frame, so it happens with argument... | Ralf Jung | -19/+16 |
| 2023-08-30 | interpret: fix projecting into an unsized field of a local | Ralf Jung | -0/+24 |
| 2023-08-30 | Auto merge of #111713 - Zoxc:lock-switch, r=nnethercote | bors | -7/+7 |