| Age | Commit message (Expand) | Author | Lines |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -75/+150 |
| 2023-09-18 | Prevent using `#[target_feature]` on lang item functions | Eduardo Sánchez Muñoz | -0/+56 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -6/+75 |
| 2023-09-18 | make more pretty | Boxy | -105/+29 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -19/+129 |
| 2023-09-18 | remove provisional cache | lcnr | -2/+78 |
| 2023-09-18 | Migrate 'cast to bool' diagnostic | clubby789 | -10/+50 |
| 2023-09-18 | coverage: Regression test for inconsistent handling of closure spans | Zalathar | -0/+289 |
| 2023-09-18 | coverage: Fix an unstable-sort inconsistency in coverage spans | Zalathar | -16/+16 |
| 2023-09-18 | Auto merge of #115914 - GuillaumeGomez:turn-custom_code_classes_in_docs-into-... | bors | -5/+9 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -44/+61 |
| 2023-09-17 | Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPC | bors | -20/+85 |
| 2023-09-17 | Update tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -5/+9 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -0/+22 |
| 2023-09-17 | Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e... | Dylan DPC | -12/+18 |
| 2023-09-17 | Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-09-17 | Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errors | Dylan DPC | -0/+61 |
| 2023-09-17 | Rollup merge of #114965 - benschulz:mpsc-drop, r=dtolnay | Dylan DPC | -6/+4 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -6/+207 |
| 2023-09-17 | Auto merge of #113748 - clarfonthey:ip-step, r=dtolnay | bors | -1/+1 |
| 2023-09-16 | Rollup merge of #115890 - GuillaumeGomez:migrate-gui-test-color-41, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-16 | Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obk | Matthias Krüger | -6/+6 |
| 2023-09-16 | Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgr | bors | -2/+5 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+6 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -2/+5 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -0/+298 |
| 2023-09-16 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 |
| 2023-09-16 | Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -17/+12 |
| 2023-09-16 | impl Step for IP addresses | ltdk | -1/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -21/+31 |
| 2023-09-16 | Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla... | bors | -2/+3 |
| 2023-09-15 | special case `TyAndLayout` debug impl | Boxy | -16/+15 |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -62/+146 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -0/+50 |
| 2023-09-15 | Add tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -0/+164 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -2/+3 |
| 2023-09-15 | Migrate 'explicit destructor call' diagnostic | clubby789 | -12/+18 |
| 2023-09-15 | avoid blessing cargo deps's source code in ui tests | Pietro Albini | -3/+0 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -2/+2 |
| 2023-09-15 | Canonicalize effect vars in new solver | Michael Goulet | -0/+22 |
| 2023-09-15 | Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-dead | bors | -1/+8 |
| 2023-09-14 | Auto merge of #115857 - notriddle:notriddle/gui-test-themes, r=GuillaumeGomez | bors | -1/+149 |
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -2/+5 |
| 2023-09-14 | Fallback effects even if types also fall back | Michael Goulet | -1/+8 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -76/+58 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -17/+110 |
| 2023-09-14 | rusdoc: add gui test for custom CSS themes | Michael Howell | -1/+149 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1739/+1904 |
| 2023-09-14 | Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726 | Matthias Krüger | -14/+15 |