about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-01-17add miri regression testThe 8472-0/+6
2023-01-17Don't do pointer arithmetic on pointers to deallocated memoryThe 8472-3/+9
2023-01-16Auto merge of #106853 - TimNN:undo-remap, r=oli-obkbors-7/+162
2023-01-16Auto merge of #106850 - cjgillot:issue-106141, r=oli-obkbors-31/+118
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-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
2023-01-15Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=...bors-185/+183
2023-01-15Add small description to GUI testGuillaume Gomez-0/+2
2023-01-15Add tidy check to ensure that rustdoc GUI tests start with a small descriptionGuillaume Gomez-0/+35
2023-01-15suggest `is_empty` for collections when casting to `bool`Ezra Shaw-4/+142
2023-01-15Auto merge of #105851 - dtolnay:peekmutleak, r=Mark-Simulacrumbors-10/+75
2023-01-15Fix regression in `unused_braces` with macrosclubby789-5/+29
2023-01-15Auto merge of #106892 - matthiaskrgr:rollup-ohneu8o, r=matthiaskrgrbors-15/+205
2023-01-15Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviperMatthias Krüger-1/+1
2023-01-15Rollup merge of #106879 - JohnTitor:issue-42114, r=compiler-errorsMatthias Krüger-0/+20
2023-01-15Rollup merge of #106878 - JohnTitor:issue-92157, r=compiler-errorsMatthias Krüger-0/+51
2023-01-15Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r...Matthias Krüger-3/+3
2023-01-15Rollup merge of #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddleMatthias Krüger-0/+2
2023-01-15Rollup merge of #106863 - anden3:compiler-double-spaces, r=NilstriebMatthias Krüger-10/+10
2023-01-15Rollup merge of #106859 - tialaramex:master, r=NilstriebMatthias Krüger-0/+76
2023-01-15Rollup merge of #106072 - eopb:dyn-derive, r=estebankMatthias Krüger-1/+42
2023-01-14Document guarantees about BinaryHeap invariantDavid Tolnay-1/+9
2023-01-14Leak amplification for peek_mut() to ensure BinaryHeap's invariant is always metDavid Tolnay-9/+46
2023-01-14Add test of leaking a binary_heap PeekMutDavid Tolnay-0/+20
2023-01-14Improve E0308: suggest user meant to use byte literal, w/ tests and fixNick Lamb-0/+76
2023-01-14doc: fix typoTrevor Spiteri-1/+1
2023-01-14Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgrbors-161/+221
2023-01-15Add regression test for #42114Yuki Okushi-0/+20
2023-01-15Add regression test for #92157Yuki Okushi-0/+51
2023-01-14Emit only one nbsp error per fileDavid Tolnay-45/+27
2023-01-14Add more nbsp to unicode-chars testDavid Tolnay-4/+43
2023-01-14Fix the stability attributes for `std::os::fd`.Dan Gohman-3/+3
2023-01-14Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPCMatthias Krüger-71/+71