| Age | Commit message (Expand) | Author | Lines |
| 2023-07-20 | style-guide: Fix example to match the rule it exemplifies (and match rustfmt) | Josh Triplett | -1/+2 |
| 2023-07-20 | style-guide: Fix typo: s/right-hand side/left-hand side/ | Josh Triplett | -1/+1 |
| 2023-07-20 | style-guide: Add an additional chaining example | Josh Triplett | -1/+4 |
| 2023-07-20 | style-guide: Avoid using "should" or "may" for required parts of the default ... | Josh Triplett | -220/+252 |
| 2023-07-20 | style-guide: Simplify the structure of a recommendation (no semantic change) | Josh Triplett | -3/+1 |
| 2023-07-20 | style-guide: Fix an example to match the style | Josh Triplett | -1/+1 |
| 2023-07-20 | style-guide: Fix typo: s/forth/fourth/g | Josh Triplett | -2/+2 |
| 2023-07-20 | style-guide: Remove material about tool configurability | Josh Triplett | -46/+2 |
| 2023-07-20 | Auto merge of #113858 - cjgillot:const-prop-pairs, r=oli-obk | bors | -318/+180 |
| 2023-07-20 | Inline should_const_prop. | Camille GILLOT | -20/+4 |
| 2023-07-20 | Remove visit_terminator. | Camille GILLOT | -65/+0 |
| 2023-07-20 | Propagate ScalarPair for any type. | Camille GILLOT | -42/+30 |
| 2023-07-20 | Also propagate ScalarPair operands. | Camille GILLOT | -90/+71 |
| 2023-07-20 | Always propagate into operands. | Camille GILLOT | -140/+114 |
| 2023-07-20 | Auto merge of #113856 - WaffleLapkin:vtablin', r=oli-obk | bors | -70/+198 |
| 2023-07-20 | Auto merge of #113546 - cjgillot:unused-query, r=compiler-errors | bors | -5/+15 |
| 2023-07-20 | Auto merge of #113890 - matthiaskrgr:rollup-k1w2vii, r=matthiaskrgr | bors | -286/+619 |
| 2023-07-20 | Rollup merge of #113884 - oli-obk:delay_span_bug_detrans_late, r=davidtwco | Matthias Krüger | -45/+27 |
| 2023-07-20 | Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G... | Matthias Krüger | -9/+0 |
| 2023-07-20 | Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com... | Matthias Krüger | -186/+416 |
| 2023-07-20 | Rollup merge of #113827 - spastorino:smir-types-4, r=oli-obk | Matthias Krüger | -27/+101 |
| 2023-07-20 | Rollup merge of #113800 - oli-obk:gha_ci_cycle, r=jyn514 | Matthias Krüger | -1/+2 |
| 2023-07-20 | Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser | Matthias Krüger | -2/+38 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -16/+35 |
| 2023-07-20 | Auto merge of #113758 - cjgillot:move-dse, r=JakobDegen,oli-obk | bors | -31/+130 |
| 2023-07-20 | Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrum | bors | -20/+26 |
| 2023-07-20 | update doc comments | lcnr | -10/+17 |
| 2023-07-20 | review | lcnr | -27/+37 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -45/+27 |
| 2023-07-20 | Avoid another gha group nesting | Oli Scherer | -1/+2 |
| 2023-07-20 | re-add comment | lcnr | -0/+6 |
| 2023-07-20 | add FIXME | lcnr | -0/+3 |
| 2023-07-20 | assembly: only consider blanket impls once | lcnr | -68/+274 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -118/+116 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -79/+100 |
| 2023-07-20 | Monomorphize constants before inspecting them | Oli Scherer | -2/+5 |
| 2023-07-20 | Remove adjustments that used to be necessary for search's crate selector appe... | Frank Steffahn | -9/+0 |
| 2023-07-20 | Auto merge of #113878 - matthiaskrgr:rollup-u0d3kzx, r=matthiaskrgr | bors | -19/+114 |
| 2023-07-20 | Rollup merge of #113871 - clubby789:derive-sugg-span, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-07-20 | Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddle | Matthias Krüger | -0/+73 |
| 2023-07-20 | Rollup merge of #113795 - compiler-errors:doc, r=spastorino | Matthias Krüger | -15/+28 |
| 2023-07-20 | Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe... | Matthias Krüger | -0/+8 |
| 2023-07-20 | Rollup merge of #113710 - loongarch-rs:fix-rpath, r=clubby789 | Matthias Krüger | -2/+3 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+62 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -54/+346 |
| 2023-07-19 | Use the correct span for displaying the line following a derive suggestion | clubby789 | -2/+2 |
| 2023-07-19 | Auto merge of #113865 - Dylan-DPC:rollup-pt960bk, r=Dylan-DPC | bors | -193/+425 |
| 2023-07-19 | Rollup merge of #113803 - compiler-errors:const-interp-block, r=fee1-dead | Dylan DPC | -1/+34 |
| 2023-07-19 | Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no... | Dylan DPC | -17/+87 |
| 2023-07-19 | Rollup merge of #113774 - compiler-errors:fill-expr-bracket, r=eholk | Dylan DPC | -75/+97 |