about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-05Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er...Michael Goulet-466/+251
2023-12-05Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errorsMichael Goulet-11/+23
2023-12-05Rollup merge of #118450 - marcin-serwin:master, r=workingjubileeMichael Goulet-4/+4
2023-12-05Rollup merge of #118350 - DaniPopes:tuple-default, r=workingjubileeMichael Goulet-9/+6
2023-12-05Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=...Michael Goulet-5/+106
2023-12-05Rollup merge of #118268 - compiler-errors:pretty-print, r=estebankMichael Goulet-66/+101
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-8/+59
2023-12-05Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubileeMichael Goulet-1/+1
2023-12-05Add moreMichael Goulet-10/+10
2023-12-05Add print_trait_sugaredMichael Goulet-56/+91
2023-12-05Continue folding if deep normalizer failsMichael Goulet-32/+57
2023-12-05Add deeply_normalize_for_diagnostics, use it in coherenceMichael Goulet-4/+80
2023-12-05Auto merge of #118646 - matthiaskrgr:rollup-jnscl9z, r=matthiaskrgrbors-150/+159
2023-12-05Rollup merge of #118637 - Enselic:query-instability-2, r=cjgillotMatthias Krüger-3/+7
2023-12-05Rollup merge of #118614 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-12-05Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e...Matthias Krüger-6/+44
2023-12-05Rollup merge of #118606 - long-long-float:x-do-not-quit-when-x-prints-setting...Matthias Krüger-6/+7
2023-12-05Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d...Matthias Krüger-86/+33
2023-12-05Rollup merge of #118594 - hdost:patch-1, r=fmeaseMatthias Krüger-2/+2
2023-12-05Rollup merge of #118471 - filenine:fix-typos, r=workingjubileeMatthias Krüger-1/+1
2023-12-05Rollup merge of #117922 - estebank:unclosed-generics, r=b-naberMatthias Krüger-46/+65
2023-12-05Auto merge of #118488 - andjo403:remove_deadlock, r=SparrowLiibors-16/+7
2023-12-05Auto merge of #118362 - RalfJung:panic_nounwind, r=thomccbors-3/+6
2023-12-05Fix x not to quit when x prints settings.jsonlong-long-float-6/+7
2023-12-05Auto merge of #118640 - RalfJung:miri, r=RalfJungbors-107/+185
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-2/+2
2023-12-05Auto merge of #3211 - RalfJung:promise, r=RalfJungbors-16/+48
2023-12-05simd numeric intrinsics: share code with scalar intrinsicRalf Jung-12/+1
2023-12-05fix miri_promise_symbolic_alignment for huge alignmentsRalf Jung-3/+46
2023-12-05Auto merge of #118076 - estebank:issue-109429, r=davidtwcobors-97/+800
2023-12-05fix typo in commentRalf Jung-1/+1
2023-12-05Auto merge of #3210 - rust-lang:rustup-2023-12-05, r=RalfJungbors-769/+2301
2023-12-05rustc_symbol_mangling: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+0
2023-12-05rustc_interface: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+7
2023-12-05rustc_driver_impl: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+0
2023-12-05fmtThe Miri Conjob Bot-20/+24
2023-12-05Merge from rustcThe Miri Conjob Bot-768/+2296
2023-12-05Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-05Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naberbors-6/+140
2023-12-05Auto merge of #118230 - nnethercote:streamline-dataflow-cursors, r=cjgillotbors-243/+113
2023-12-05Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errorsbors-36/+325
2023-12-04Auto merge of #118618 - GuillaumeGomez:rollup-24ur21r, r=GuillaumeGomezbors-56/+116
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber-6/+140
2023-12-04Fix rebaseEsteban Küber-3/+3
2023-12-04Provide more suggestions for cloning immutable bindingsEsteban Küber-10/+196
2023-12-04Deduplicate some logicEsteban Küber-181/+161
2023-12-04On "this .clone() is on the reference", provide more infoEsteban Küber-1/+158
2023-12-04Mark more tests as `run-rustfix`Esteban Küber-3/+50
2023-12-04Tweak output on specific caseEsteban Küber-2/+22
2023-12-04Suggest cloning and point out obligation errors on move errorEsteban Küber-65/+310