about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-10-16Rollup merge of #103088 - GuillaumeGomez:fix-settings-page, r=notriddleYuki Okushi-3/+12
2022-10-16Rollup merge of #103080 - ohno418:fix-hir-pretty-print-lifetimes, r=cjgillotYuki Okushi-0/+36
2022-10-15Replace tags in stdoutBen Kimock-5/+7
2022-10-16resolve: Shadow erroneous glob imports with erroneous single importsVadim Petrochenkov-0/+12
2022-10-15rustdoc: add test cases for links inside the help popoverMichael Howell-4/+24
2022-10-15rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3`Michael Howell-23/+23
2022-10-15rustdoc: fix Ctrl-Click on help and settings linksMichael Howell-1/+8
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-47/+128
2022-10-15rustdoc: remove unused HTML class `sidebar-title`Michael Howell-7/+1
2022-10-15Add testMichael Goulet-0/+15
2022-10-15Fix subst issues with RPITITMichael Goulet-0/+18
2022-10-15Mark derived StructuralEq as automatically derived.Camille GILLOT-24/+59
2022-10-15pretty: fix to print some lifetimes on HIR pretty-printYutaro Ohno-0/+36
2022-10-15Add more GUI tests for settings pageGuillaume Gomez-2/+9
2022-10-15Fix display of settings pageGuillaume Gomez-1/+3
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-14Add a testBen Kimock-0/+34
2022-10-14Implement a crude stack printing mechanismBen Kimock-0/+32
2022-10-14Fix line numbers for MIR inlined codeWesley Wiser-1/+1
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-14Add test case for MIR inlining debuginfo line numbersWesley Wiser-0/+25
2022-10-15remove no_core featureTakayuki Maeda-28/+12
2022-10-14Auto merge of #102783 - RalfJung:tls, r=thomccbors-2/+2
2022-10-14Upgrade dist-mips*-linux to ubuntu:22.04 + crosstool-ngJosh Stone-88/+3345
2022-10-14Clean up rust-logo rustdoc GUI testGuillaume Gomez-70/+26
2022-10-14Auto merge of #2594 - RalfJung:target, r=RalfJungbors-22/+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-14print the target also when running tests on the hostRalf Jung-22/+26
2022-10-14Require lifetime bounds for opaque types in order to allow hidden types to ca...Oli Scherer-25/+65