about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-01-18Implement `alloc::vec::IsZero` for `Option<$NUM>` typesclubby789-0/+35
2023-01-17Auto merge of #106612 - JakobDegen:cleanup-wf, r=tmiaskobors-9/+110
2023-01-17Auto merge of #106627 - Ezrashaw:no-e0711-without-staged-api, r=Mark-Simulacrumbors-0/+31
2023-01-17Auto merge of #106966 - matthiaskrgr:rollup-e34pevi, r=matthiaskrgrbors-360/+634
2023-01-17Rollup merge of #106958 - jyn514:labels, r=m-ou-seMatthias Krüger-1/+0
2023-01-17Rollup merge of #106953 - kylematsuda:early-binder-docs, r=jackh726Matthias Krüger-0/+19
2023-01-17Rollup merge of #106949 - compiler-errors:is-poly, r=BoxyUwUMatthias Krüger-18/+89
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-218/+218
2023-01-17Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorinoMatthias Krüger-114/+54
2023-01-17Rollup merge of #106712 - Ezrashaw:impl-ref-trait, r=estebankMatthias Krüger-5/+155
2023-01-17Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=EstebankMatthias Krüger-4/+99
2023-01-16Don't add A-bootstrap to PRs modifying Cargo.lockjyn-1/+0
2023-01-16Avoid trivial checks on cleanup control flow in MIR validatorJakob Degen-4/+11
2023-01-16Add cycle checking to cleanup control flow validationJakob Degen-22/+54
2023-01-16Document wf constraints on control flow in cleanup blocksJakob Degen-6/+68
2023-01-16document EarlyBinder::subst_identity and skip_binderKyle Matsuda-0/+19
2023-01-16Properly pluralize 'generic constants'Michael Goulet-17/+17
2023-01-16ConstBlocks are poly if their substs are polyMichael Goulet-2/+73
2023-01-16Auto merge of #106945 - matthiaskrgr:rollup-c5or8z3, r=matthiaskrgrbors-83/+161
2023-01-16Rollup merge of #106942 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-01-16Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errorsMatthias Krüger-82/+145
2023-01-16Rollup merge of #106912 - gftea:pr-106736, r=NilstriebMatthias Krüger-0/+13
2023-01-16Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnrMatthias Krüger-1/+1
2023-01-16Rollup merge of #105954 - gftea:patch-1, r=ehussMatthias Krüger-0/+2
2023-01-16Update booksrustbot-0/+0
2023-01-16Improve a TAIT error and add an error code plus documentationOli Scherer-82/+145
2023-01-16Auto merge of #106853 - TimNN:undo-remap, r=oli-obkbors-7/+162
2023-01-16Update instrument-coverage.mdgftea-0/+2
2023-01-16Auto merge of #106850 - cjgillot:issue-106141, r=oli-obkbors-31/+118
2023-01-16check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736)gftea-0/+13
2023-01-16Auto merge of #106872 - dtolnay:nbsp, r=fee1-deadbors-8/+29
2023-01-16Auto merge of #106395 - compiler-errors:rework-predicates, r=eholkbors-156/+155
2023-01-16fix dropping diagnostic without emitEzra Shaw-1/+2
2023-01-16Auto merge of #106907 - matthiaskrgr:rustdoc_ref, r=GuillaumeGomezbors-14/+12
2023-01-15Auto merge of #106914 - matthiaskrgr:rollup-yh0x4gq, r=matthiaskrgrbors-28/+213
2023-01-15Rollup merge of #106909 - compiler-errors:only-types-can-be, r=estebankMatthias Krüger-16/+2
2023-01-15Rollup merge of #106906 - matthiaskrgr:clone, r=NilstriebMatthias Krüger-3/+3
2023-01-15Rollup merge of #106900 - clubby789:unused-braces-regression, r=estebankMatthias Krüger-5/+29
2023-01-15Rollup merge of #106896 - Ezrashaw:str-cast-bool-emptyness, r=compiler-errorsMatthias Krüger-4/+142
2023-01-15Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddleMatthias Krüger-0/+37
2023-01-15Auto merge of #106393 - the8472:use-ptr-sub, r=scottmcmbors-23/+8
2023-01-15replace manual ptr arithmetic with ptr_subThe 8472-23/+8
2023-01-15Only suggest adding type param if path being resolved was a typeMichael Goulet-16/+2
2023-01-15Remove bound_{explicit,}_item_boundsMichael Goulet-64/+40
2023-01-15drive-by: assert when iterating through InstantiatedPredicatesMichael Goulet-0/+2
2023-01-15Make InstantiatedPredicates impl IntoIteratorMichael Goulet-65/+74
2023-01-15instantiate_own doesn't need to return a pair of vectorsMichael Goulet-27/+39
2023-01-15Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnrbors-41/+186
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-14/+12
2023-01-15remove redundant clonesMatthias Krüger-3/+3