| Age | Commit message (Expand) | Author | Lines |
| 2023-09-12 | Refactor Environment | Jakub Beránek | -272/+260 |
| 2023-09-12 | Fix a few typos in shims/x86/sse.rs comments | Eduardo Sánchez Muñoz | -4/+4 |
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -1635/+4682 |
| 2023-09-12 | Make executable extension platform, rather than environment dependent | Jakub Beránek | -20/+20 |
| 2023-09-12 | Store target triple in environment | Jakub Beránek | -10/+27 |
| 2023-09-12 | extra ABI tests, in particular for DispatchFromDyn | Ralf Jung | -6/+16 |
| 2023-09-12 | fmt | The Miri Conjob Bot | -1/+3 |
| 2023-09-12 | Merge from rustc | The Miri Conjob Bot | -246/+383 |
| 2023-09-12 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-12 | Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk | bors | -29/+60 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -157/+160 |
| 2023-09-11 | Rollup merge of #115730 - bjorn3:some_driver_refactors, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-09-11 | enforce no-merge policy via triagebot | Ralf Jung | -1/+4 |
| 2023-09-11 | Update tools and fulldeps tests | Matthew Jasper | -4/+4 |
| 2023-09-11 | add subtree-sync label to rustc update PRs | Peter Jaszkowiak | -1/+5 |
| 2023-09-10 | Call `LateLintPass::check_attribute` from `with_lint_attrs` | Alex Macleod | -7/+21 |
| 2023-09-10 | Remove EarlyErrorHandler argument from after_analysis callback | bjorn3 | -2/+2 |
| 2023-09-09 | don't even try to compare with reference when there was truncation | Ralf Jung | -7/+43 |
| 2023-09-09 | compiletest: only truncate at the end, to make it more clearly visible | Ralf Jung | -63/+31 |
| 2023-09-09 | implement and test ABI compatibility for transparent wrappers around NPO types | Ralf Jung | -5/+8 |
| 2023-09-09 | implement and test fn ptr ABI compatibility rules | Ralf Jung | -0/+5 |
| 2023-09-09 | give extra context to ABI mismatch errors | Ralf Jung | -8/+28 |
| 2023-09-09 | interpret: change ABI-compat test to be type-based, so the test is consistent... | Ralf Jung | -18/+21 |
| 2023-09-09 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -157/+160 |
| 2023-09-08 | Use `#!/usr/bin/env` shebang | Nilstrieb | -1/+1 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -47/+39 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -23/+52 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -6/+6 |
| 2023-09-08 | Auto merge of #115608 - RalfJung:fn-arg-validity, r=oli-obk | bors | -4/+101 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -47/+39 |
| 2023-09-06 | miri: catch function calls where the argument is caller-invalid / the return ... | Ralf Jung | -4/+101 |
| 2023-09-06 | fmt | Ralf Jung | -13/+9 |
| 2023-09-06 | Merge from rustc | Ralf Jung | -119/+1585 |
| 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 |