| Age | Commit message (Expand) | Author | Lines |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -25/+28 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -6/+6 |
| 2023-09-13 | Auto merge of #115790 - flip1995:clippyup, r=Manishearth | bors | -1635/+4682 |
| 2023-09-13 | rustc_middle: add `Scalar::from_i8` and `Scalar::from_i16` and use them in Miri | Eduardo Sánchez Muñoz | -9/+5 |
| 2023-09-13 | Resolve clippy warnings | Jakub Beránek | -8/+6 |
| 2023-09-13 | Refactor rustc-perf building | Jakub Beránek | -11/+13 |
| 2023-09-13 | Auto merge of #115803 - RalfJung:const-eval, r=oli-obk | bors | -10/+2 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -10/+2 |
| 2023-09-13 | Auto merge of #115706 - RalfJung:compiletest-truncation, r=wesleywiser | bors | -70/+74 |
| 2023-09-12 | Auto merge of #115800 - RalfJung:miri, r=RalfJung | bors | -83/+1935 |
| 2023-09-12 | Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiser | bors | -0/+9 |
| 2023-09-12 | Auto merge of #3055 - eduardosm:x86-sse2-intrinsics, r=RalfJung | bors | -57/+1894 |
| 2023-09-12 | Implement some `llvm.x86.sse2.*` intrinsics and add tests | Eduardo Sánchez Muñoz | -51/+1869 |
| 2023-09-12 | Ignore all archs except x86 and x86_64 in SSE tests | Eduardo Sánchez Muñoz | -2/+21 |
| 2023-09-12 | Add a Local environment to `opt-dist` | Jakub Beránek | -5/+77 |
| 2023-09-12 | Fix `reset_directory` function | Jakub Beránek | -1/+1 |
| 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 |