about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-23Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnrDylan DPC-40/+94
2021-02-23Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebankDylan DPC-4/+64
2021-02-23Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAusDylan DPC-10/+0
2021-02-23Rollup merge of #79423 - camelid:smart-punct, r=jyn514Dylan DPC-12/+59
2021-02-22Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obkbors-247/+337
2021-02-22Auto merge of #82393 - JohnTitor:rollup-5c8jryl, r=JohnTitorbors-28/+541
2021-02-22Rollup merge of #82382 - camelid:remove-fake_def_ids-refcell, r=jyn514Yuki Okushi-6/+4
2021-02-22Rollup merge of #82379 - nagisa:nagisa/hexagon-enums, r=estebankYuki Okushi-0/+475
2021-02-22Rollup merge of #82353 - camelid:no-more-param_env-cell, r=jyn514Yuki Okushi-9/+6
2021-02-22Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514Yuki Okushi-1/+44
2021-02-22Rollup merge of #82287 - r00ster91:field_name_and, r=petrochenkovYuki Okushi-12/+12
2021-02-21fix rebaseEsteban Küber-2/+2
2021-02-22Auto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests, r=Mark-Simulacrumbors-3/+310
2021-02-21rustdoc: Remove `fake_def_ids` RefCellCamelid-6/+4
2021-02-21tidyEsteban Küber-1/+0
2021-02-21Do not suggest `;` if expression is side effect freeEsteban Küber-47/+21
2021-02-21reword `;` suggestions to have consistent wordingEsteban Küber-8/+8
2021-02-21Suggest `return`ing tail expressions that match return typeEsteban Küber-2/+83
2021-02-22Auto merge of #82295 - jyn514:feature-gate, r=Manishearthbors-0/+11
2021-02-22Fix sizes of repr(C) enums on hexagonSimonas Kazlauskas-0/+475
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-1/+115
2021-02-21Make MatchBranchSimplification clean up after itselfSimon Vandel Sillesen-246/+222
2021-02-21Update src/test/rustdoc/description.rsMichael Howell-0/+1
2021-02-21Update src/test/rustdoc/description.rsMichael Howell-0/+1
2021-02-21Update CI scriptsGuillaume Gomez-2/+26
2021-02-21Add rustdoc gui testsGuillaume Gomez-0/+100
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-1/+184
2021-02-21Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitorbors-31/+112
2021-02-21Auto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrumbors-16/+34
2021-02-21Rollup merge of #82233 - ijackson:try-block-type-test, r=Mark-SimulacrumYuki Okushi-8/+4
2021-02-21Rollup merge of #82181 - GuillaumeGomez:es5-checks-ci, r=Mark-SimulacrumYuki Okushi-1/+8
2021-02-21Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-SimulacrumYuki Okushi-4/+36
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-0/+1
2021-02-21Rollup merge of #81833 - the8472:parallel-bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-18/+63
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-816/+230
2021-02-20rustdoc: Remove unnecessary `Cell` around `param_env`Camelid-9/+6
2021-02-20Use has for non-regexesMichael Howell-6/+6
2021-02-20Fix formatting for description rustdoc UI testsMichael Howell-9/+14
2021-02-20Add rustdoc UI tests for new description behaviourMichael Howell-0/+31
2021-02-20Revert changes to all.htmlMichael Howell-6/+1
2021-02-21Auto merge of #82253 - RalfJung:miri, r=RalfJungbors-10/+7
2021-02-20Cut off plain text descriptions after headersMichael Howell-0/+2
2021-02-20Use the first paragraph, instead of cookie-cutter text, for rustdoc descriptionsMichael Howell-2/+10
2021-02-20Fix some Python2->3 error in publish_toolstate.py by type-checking itkennytm-16/+34
2021-02-20remove redundant box wrapperThe8472-4/+4
2021-02-20limit rustfmt parallelism by taking -j into accountThe8472-3/+3
2021-02-20parallelize x.py test tidyThe8472-19/+64
2021-02-20iOS simulator: pick the target based on the environment variableJan-Erik Rediger-1/+1
2021-02-20Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomezbors-9/+78
2021-02-20Fix suggestion span and move suggestions into new subwindow.Reese Williams-18/+36