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