| Age | Commit message (Expand) | Author | Lines |
| 2023-09-15 | Add documentation for `custom_code_classes_in_docs` feature | Guillaume Gomez | -0/+29 |
| 2023-09-15 | Add tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -27/+104 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -49/+318 |
| 2023-09-16 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-15 | rustdoc: avoid calling `document.write` after the page loads | Michael Howell | -2/+12 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -446/+795 |
| 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 | -1857/+4922 |
| 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 | update SETTINGS_HASHES | Ralf Jung | -0/+1 |
| 2023-09-14 | update rust_analyzer_settings.json | Ralf Jung | -2/+2 |
| 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 | -12/+12 |
| 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 | Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n... | Matthias Krüger | -76/+64 |
| 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 | -12/+4 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -76/+64 |
| 2023-09-13 | Adjust comment | Kai Luo | -2/+2 |
| 2023-09-13 | Adjust comment | Kai Luo | -2/+2 |
| 2023-09-13 | Add comment to elaborate | Kai Luo | -0/+6 |
| 2023-09-13 | Make AIX known by bootstrap | Kai Luo | -0/+2 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -10/+2 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -2/+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 | -274/+262 |
| 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 |