about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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-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-08Adjust spacing in suggestion, add a testMichael Goulet-8/+46
2022-09-08Add associated item binding to non-param-ty where clause suggestionsMichael Goulet-2/+2
2022-09-08Avoid source-map call in operator errorMichael Goulet-5/+5
2022-09-07rustdoc: remove unused CSS `#implementations-list > h3 > span.in-band`Michael Howell-4/+0
2022-09-07Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obkbors-29/+110
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-23/+104
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-6/+6
2022-09-07Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=Guillaum...Matthias Krüger-5/+0
2022-09-07Rollup merge of #101535 - est31:tidy_error_fix, r=Mark-SimulacrumMatthias Krüger-2/+1
2022-09-07Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=Guill...Matthias Krüger-1/+0
2022-09-07Rollup merge of #101521 - aDotInTheVoid:rdj-structkind, r=GuillaumeGomezMatthias Krüger-71/+118
2022-09-07Rollup merge of #101507 - notriddle:notriddle/main-content-table-td, r=Guilla...Matthias Krüger-5/+0
2022-09-07Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=Guillau...Matthias Krüger-3/+0
2022-09-07Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-...Matthias Krüger-2/+13
2022-09-07Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiserMatthias Krüger-1152/+12
2022-09-07Rollup merge of #101343 - diminishedprime:patch-3, r=tmandryMatthias Krüger-0/+1
2022-09-07rustdoc: remove unused CSS `#main-content > table td`Michael Howell-5/+0
2022-09-07Auto merge of #101522 - oli-obk:miriup, r=oli-obkbors-7/+7
2022-09-07rustdoc: remove unused CSS `.content .methods > div`Michael Howell-5/+0
2022-09-07Update miri submoduleOli Scherer-7/+7
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-8/+8
2022-09-07Fix error printing mistake in tidyest31-2/+1