about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-09rustdoc: test cases for glob shadowingMichael Howell-0/+103
2022-09-09rustdoc: implement glob shadowing when doing local inliningMichael Howell-0/+12
2022-09-09rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` itemsMichael Howell-3/+10
2022-09-09rustdoc: avoid cleaning modules with duplicate namesMichael Howell-3/+20
2022-09-09Auto merge of #101527 - Kobzol:ci-update-llvm, r=Mark-Simulacrumbors-1/+1
2022-09-09Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgrbors-190/+237
2022-09-09Rollup merge of #101593 - GuillaumeGomez:cleanup-theme-tooltip, r=notriddleMatthias Krüger-146/+152
2022-09-09Rollup merge of #101563 - sanxiyn:doc-link-uefi, r=ehussMatthias Krüger-3/+3
2022-09-09Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726Matthias Krüger-1/+1
2022-09-09Rollup merge of #101253 - lyming2007:issue-101163, r=AmanieuMatthias Krüger-36/+36
2022-09-09Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726Matthias Krüger-4/+45
2022-09-09Adjust pretty printing of RPITITsMichael Goulet-10/+10
2022-09-09Appease clippy againMichael Goulet-10/+6
2022-09-09Tweak feature error, add testMichael Goulet-1/+28
2022-09-09Handle generic parameters.Camille GILLOT-16/+33
2022-09-09Deeply check that method signatures match, and allow for nested RPITITsMichael Goulet-0/+83
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-176/+218
2022-09-09Make clippy happyMichael Goulet-2/+7
2022-09-09Add testsMichael Goulet-0/+140
2022-09-09Rustdoc supportMichael Goulet-2/+14
2022-09-09RPITIT placeholder itemsMichael Goulet-2/+2
2022-09-09Add gui test for codeblocks tooltip colorsGuillaume Gomez-0/+96
2022-09-09Clean up themes a bit moreGuillaume Gomez-146/+56
2022-09-08Rollup merge of #101584 - notriddle:notriddle/settings-menu, r=GuillaumeGomezMichael Goulet-3/+1
2022-09-08Rollup merge of #101580 - notriddle:notriddle/div-impl-items-div, r=Guillaume...Michael Goulet-5/+0
2022-09-08Rollup merge of #101554 - notriddle:notriddle/implemenation-list-h3-span-in-b...Michael Goulet-4/+0
2022-09-08rustdoc: remove no-op CSS `#settings-menu { padding: 0 }`Michael Howell-3/+1
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-235/+446
2022-09-08rustdoc: remove unused CSS `div.impl-items > div`Michael Howell-5/+0
2022-09-08Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-deadDylan DPC-0/+54
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-215/+217
2022-09-08Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8KiDylan DPC-13/+51
2022-09-08Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnrDylan DPC-7/+124
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-49/+58
2022-09-08fix the suggestion of format for asm_sub_registerYiming Lei-36/+36
2022-09-08Auto merge of #98900 - lcnr:region-stuff, r=jackh726bors-45/+7
2022-09-08stop evaluating constants in `Relate`lcnr-45/+7
2022-09-08Clarify some diagnostic messagesOli Scherer-11/+20
2022-09-08Uncomment unsound code exampleOli Scherer-2/+2
2022-09-08Opaque types' generic params do not imply anything about their hidden type's ...Oli Scherer-4/+112
2022-09-08Link UEFI target documentation from target listSeo Sanghyeon-3/+3
2022-09-08Auto merge of #101560 - Dylan-DPC:rollup-8m8yr89, r=Dylan-DPCbors-244/+196
2022-09-08fixes #101477: Recover from typo where == is used in place of =yukang-0/+54
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-6/+6
2022-09-08Rollup merge of #101455 - thomcc:why-is-this-here, r=jyn514Dylan DPC-4/+7
2022-09-08Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebankDylan DPC-234/+183
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-19/+27
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-38/+39
2022-09-08Auto merge of #101504 - lqd:rust-lld-fix, r=petrochenkovbors-8/+23
2022-09-08We can print futures with {integer} tooMichael Goulet-1/+1