about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-10-15Auto merge of #103083 - Dylan-DPC:rollup-97cvwdv, r=Dylan-DPCbors-0/+279
2022-10-15Rollup merge of #103041 - weihanglo:update-cargo, r=ehussDylan DPC-0/+0
2022-10-15Rollup merge of #103003 - TaKO8Ki:fix-102989, r=compiler-errorsDylan DPC-0/+75
2022-10-15Rollup merge of #102998 - nathanwhit:let-chains-drop-order, r=eholkDylan DPC-0/+64
2022-10-15Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=ManishearthDylan DPC-0/+51
2022-10-15Rollup merge of #102884 - petrochenkov:liferib, r=cjgillotDylan DPC-0/+89
2022-10-15Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholkbors-17/+98
2022-10-15Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillotbors-3/+38
2022-10-14Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726Matthias Krüger-7/+8
2022-10-14Rollup merge of #103054 - GuillaumeGomez:cleanup-rust-logo-test, r=notriddleMatthias Krüger-70/+26
2022-10-14Rollup merge of #103047 - GuillaumeGomez:update-browser-ui-test, r=notriddleMatthias Krüger-1/+1
2022-10-14Rollup merge of #103039 - RalfJung:checktools, r=Dylan-DPCMatthias Krüger-1/+3
2022-10-14Rollup merge of #102092 - kxxt:patch-1, r=joshtriplettMatthias Krüger-2/+8
2022-10-14Also run alphabetical check in src and librarynils-6/+6
2022-10-14Add some tidy-alphabeticalnils-1/+2
2022-10-15remove no_core featureTakayuki Maeda-28/+12
2022-10-14Auto merge of #102783 - RalfJung:tls, r=thomccbors-2/+2
2022-10-14Clean up rust-logo rustdoc GUI testGuillaume Gomez-70/+26
2022-10-14Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obkDylan DPC-14/+23
2022-10-14Rollup merge of #103025 - notriddle:notriddle/search-container-star, r=Guilla...Dylan DPC-3/+0
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-10/+8
2022-10-14Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkovDylan DPC-30/+2
2022-10-14Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change...Dylan DPC-55/+162
2022-10-14Rollup merge of #102856 - cjgillot:impl-single-check, r=petrochenkovDylan DPC-29/+30
2022-10-14Update browser-ui-test version to fix some flaky testsGuillaume Gomez-1/+1
2022-10-14Add UI test for invalid `doc(cfg_hide(...))` attributesGuillaume Gomez-0/+51
2022-10-14Update cargoWeihang Lo-0/+0
2022-10-14wasm-ignore some tests that access thread-local private detailsRalf Jung-2/+2
2022-10-14checktools: fix commentsRalf Jung-1/+3
2022-10-14Address nits, add test for implicit dyn-star coercion without feature gateMichael Goulet-0/+42
2022-10-14Remove CastCheckResult since it's unusedMichael Goulet-12/+17
2022-10-14Add testMichael Goulet-0/+42
2022-10-14more dupe word typosRageking8-10/+8
2022-10-14Allow dyn* upcastingMichael Goulet-0/+33
2022-10-14normalize stderrTakayuki Maeda-9/+10
2022-10-14check if the self type is `ty::Float` before getting second substsTakayuki Maeda-0/+90
2022-10-14Make dyn* cast into a coercionMichael Goulet-6/+7
2022-10-13Validate MIR in the `drop_order` testNathan Whitaker-0/+1
2022-10-14Auto merge of #103026 - matthiaskrgr:rollup-gfmlfkt, r=matthiaskrgrbors-58/+331
2022-10-14Suppress irrefutable let patterns lint for prefixes in match guardsest31-14/+23
2022-10-14Rollup merge of #103016 - nbdd0121:enum, r=pnkfelixMatthias Krüger-24/+65
2022-10-14Rollup merge of #103011 - GuillaumeGomez:improve-unsafe-fn-gui-test, r=notriddleMatthias Krüger-32/+23
2022-10-14Rollup merge of #103008 - aliemjay:opaque-parent-substs, r=oli-obkMatthias Krüger-0/+194
2022-10-14Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errorsMatthias Krüger-2/+19
2022-10-14Rollup merge of #103000 - wesleywiser:suggest_libname, r=compiler-errorsMatthias Krüger-0/+30
2022-10-13Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errorsbors-7/+54
2022-10-13rustdoc: remove unused CSS `.search-container > *`Michael Howell-3/+0
2022-10-13Report duplicate definition in impls with overlap check.Camille GILLOT-29/+30
2022-10-13Fix testGary Guo-1/+1
2022-10-13Bless testsGary Guo-23/+47