about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-26compiletest: Remove some vestigial codeEric Huss-11/+0
2021-12-22Auto merge of #90408 - pierwill:untrack-localdefid-90317, r=cjgillotbors-31/+87
2021-12-22Auto merge of #92201 - ChrisDenton:fix-tests, r=Mark-Simulacrumbors-3/+11
2021-12-22Fix testsChris Denton-3/+11
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-6/+9
2021-12-22Require Ord for rustc_index::SparseBitSet::last_set_inpierwill-3/+8
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-24/+72
2021-12-21Auto merge of #92095 - vacuus:master, r=jyn514bors-29/+22
2021-12-21Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obkbors-3/+41
2021-12-21Auto merge of #92152 - matthiaskrgr:rollup-nmskpw6, r=matthiaskrgrbors-588/+1535
2021-12-21Rollup merge of #92131 - bjorn3:sync_cg_clif-2021-12-20, r=bjorn3Matthias Krüger-524/+1009
2021-12-21Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514Matthias Krüger-1/+1
2021-12-21Rollup merge of #92127 - GuillaumeGomez:search-results-duplicate-removal, r=jshaMatthias Krüger-11/+13
2021-12-21Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnrMatthias Krüger-15/+30
2021-12-21Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplettMatthias Krüger-4/+264
2021-12-21Rollup merge of #91412 - compiler-errors:issue-86035, r=oli-obkMatthias Krüger-27/+212
2021-12-21Rollup merge of #90345 - passcod:entry-insert, r=dtolnayMatthias Krüger-6/+6
2021-12-21Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726bors-6/+33
2021-12-21Fix bad caching of `~const Drop` boundsDeadbeef-3/+41
2021-12-20Fixup tests for issue-86035Michael Goulet-4/+4
2021-12-20Suggest glob-import if we need to import a trait, but it has no visible nameMichael Goulet-7/+68
2021-12-20Bail if printing item named `_` in `try_print_visible_def_path`Michael Goulet-16/+28
2021-12-20Prefer visibility paths where items are not named `_`Michael Goulet-4/+19
2021-12-20Test for issue-86035Michael Goulet-0/+97
2021-12-21Auto merge of #92126 - RalfJung:miri, r=RalfJungbors-8/+6
2021-12-20Auto merge of #92144 - rust-lang:tmandry-patch-1, r=Mark-Simulacrumbors-0/+1
2021-12-20Add tmandry to .mailmapTyler Mandry-0/+1
2021-12-20Bump insert_entry stabilization to Rust 1.59David Tolnay-2/+2
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-524/+1009
2021-12-20Fix taking address of truly unsized type field of unsized adtbjorn3-1/+70
2021-12-20JoinHandle docs: add missing 'the'Ralf Jung-1/+1
2021-12-20Rustup to rustc 1.59.0-nightly (e95e084a1 2021-12-19)bjorn3-1/+1
2021-12-20Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69eabjorn3-5/+6
2021-12-20Move duplicates removal when generating results instead of when displaying themGuillaume Gomez-11/+13
2021-12-20update MiriRalf Jung-8/+6
2021-12-20Auto merge of #92108 - r00ster91:patch-6, r=jyn514bors-1/+1
2021-12-20Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoeristerbors-28/+23
2021-12-20Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726bors-18/+35
2021-12-20Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors-157/+99
2021-12-20Auto merge of #91844 - nnethercote:rm-ObligationCauseData-2, r=Mark-Simulacrumbors-139/+135
2021-12-19Remove 'need_backline' field of `DocFragment`Roc Yu-29/+18
2021-12-19Omit check of a successive line in loopvacuus-6/+10
2021-12-20Eliminate `ObligationCauseData`.Nicholas Nethercote-139/+135
2021-12-19paniced -> panickedr00ster-1/+1
2021-12-19Auto merge of #92106 - matthiaskrgr:rollup-zw6t1mu, r=matthiaskrgrbors-66/+104
2021-12-19Rollup merge of #92029 - nikic:section-flags-fix, r=davidtwcoMatthias Krüger-1/+8
2021-12-19Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011Matthias Krüger-7/+6
2021-12-19Rollup merge of #91878 - LegionMammal978:less-inband-infer, r=Aaron1011Matthias Krüger-49/+48
2021-12-19Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisaMatthias Krüger-9/+42
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-277/+228