about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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-20Rollup merge of #82332 - GuillaumeGomez:no-src-link-on-dummy-spans, r=jyn514Guillaume Gomez-0/+19
2021-02-20Rollup merge of #82316 - ehuss:lto-doc-fix, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-02-20Rollup merge of #81991 - osa1:issue81839, r=estebankGuillaume Gomez-6/+56
2021-02-20Auto merge of #70951 - cjgillot:anarchy, r=oli-obkbors-3/+1
2021-02-20Add test for no src links on dummy spansGuillaume Gomez-0/+12
2021-02-20Don't render [src] link on dummy spansGuillaume Gomez-0/+7
2021-02-20update MiriRalf Jung-10/+7
2021-02-20Make "missing field" error message more naturalr00ster91-12/+12
2021-02-19Fix minor mistake in LTO docs.Eric Huss-3/+3
2021-02-19Add tests for !Sized trait displayGuillaume Gomez-0/+17