| Age | Commit message (Expand) | Author | Lines |
| 2023-09-16 | Bump to supported Ubuntu | Mark Rousskov | -2/+2 |
| 2023-09-16 | Rollup merge of #115836 - RalfJung:rust_analyzer_settings.json, r=compiler-er... | Matthias Krüger | -2/+3 |
| 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 #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -72/+662 |
| 2023-09-16 | create helper module to be embedded for the bootstrap binaries | onur-ozkan | -25/+35 |
| 2023-09-16 | Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla... | bors | -446/+805 |
| 2023-09-15 | Update documentation for `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+6 |
| 2023-09-15 | Add `custom` tag for markdown codeblocks | Guillaume Gomez | -3/+41 |
| 2023-09-15 | Update to new `emit_error` API | Guillaume Gomez | -11/+10 |
| 2023-09-15 | Improve error emitting code | Guillaume Gomez | -6/+10 |
| 2023-09-15 | Fix compilation error "the trait bound `SubdiagnosticMessage: From<&std::stri... | Guillaume Gomez | -2/+3 |
| 2023-09-15 | Add eBNF and documentation on TagIterator | Guillaume Gomez | -0/+30 |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -134/+227 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -49/+95 |
| 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 |