| Age | Commit message (Expand) | Author | Lines |
| 2023-09-18 | Auto merge of #115927 - lnicola:sync-from-ra, r=lnicola | bors | -2740/+5763 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -2/+36 |
| 2023-09-18 | Auto merge of #115795 - Kobzol:opt-dist-custom, r=Mark-Simulacrum | bors | -270/+348 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -0/+5 |
| 2023-09-18 | Fix build on Windows | Jakub Beránek | -0/+1 |
| 2023-09-18 | Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-ra | Laurențiu Nicola | -2740/+5763 |
| 2023-09-18 | get rid of duplicate primitive_docs | Ralf Jung | -19/+0 |
| 2023-09-18 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-17 | Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay | Dylan DPC | -1/+1 |
| 2023-09-16 | miri: reduce code duplication in SSE2 pmulh.w and pmulhu.w | Eduardo Sánchez Muñoz | -27/+27 |
| 2023-09-16 | miri: reduce code duplication in SSE2 pavg.b and pavg.w | Eduardo Sánchez Muñoz | -40/+54 |
| 2023-09-16 | miri: fix comment | Eduardo Sánchez Muñoz | -1/+1 |
| 2023-09-16 | miri: reduce code duplication in SSE2 cvtpd2ps/cvtps2pd | Eduardo Sánchez Muñoz | -35/+14 |
| 2023-09-16 | miri: reduce code duplication in SSE/SSE2 cvt{,t}s{s,d}2si{,64} | Eduardo Sánchez Muñoz | -62/+14 |
| 2023-09-16 | miri: use `copy_op` in `unary_op_ss` | Eduardo Sánchez Muñoz | -4/+5 |
| 2023-09-16 | miri: reduce code duplication in SSE cvtsi2ss/cvtsi642ss | Eduardo Sánchez Muñoz | -37/+12 |
| 2023-09-16 | miri: reduce code duplication in SSE/SSE2 bin_op_* functions | Eduardo Sánchez Muñoz | -306/+186 |
| 2023-09-16 | triagebot exclude_labels -> exclude_titles | Peter Jaszkowiak | -4/+4 |
| 2023-09-16 | Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla... | bors | -16/+129 |
| 2023-09-16 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -16/+129 |
| 2023-09-15 | avoid blessing cargo deps's source code in ui tests | Pietro Albini | -0/+10 |
| 2023-09-15 | Auto merge of #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995 | bors | -1/+20 |
| 2023-09-15 | Merge from rustc | The Miri Conjob Bot | -1772/+4847 |
| 2023-09-15 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -6/+6 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -5/+4 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -4/+4 |
| 2023-09-14 | Ignore `#[doc(hidden)]` functions in clippy doc lints | Alex Macleod | -1/+20 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -1/+1 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -13/+4 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -1/+1 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -6/+6 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -2/+2 |
| 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 |