| Age | Commit message (Expand) | Author | Lines |
| 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-15 | Auto merge of #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995 | bors | -1/+20 |
| 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 | -12/+12 |
| 2023-09-13 | Auto merge of #115790 - flip1995:clippyup, r=Manishearth | bors | -1635/+4682 |
| 2023-09-13 | Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n... | Matthias Krüger | -76/+64 |
| 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 | 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 | 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 | 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 | -628/+1244 |
| 2023-09-12 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-12 | Auto merge of #115769 - matthiaskrgr:rollup-bo82nn9, r=matthiaskrgr | bors | -1/+3 |
| 2023-09-12 | Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiser | Matthias Krüger | -1/+3 |
| 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 | -301/+237 |
| 2023-09-11 | Rollup merge of #115761 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 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 books | rustbot | -0/+0 |
| 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-11 | Rollup merge of #115752 - GuillaumeGomez:aliased-type-title, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-09-11 | Rollup merge of #115739 - Alexendoo:lint-pass-check-attribute, r=oli-obk | Matthias Krüger | -7/+21 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-11 | Rollup merge of #115440 - RalfJung:bootstrap-fmt, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |