about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-12coverage: Add `tests/coverage/loop-break.rs`Zalathar-0/+41
2024-06-12coverage: Add `tests/coverage/assert-ne.rs`Zalathar-0/+58
2024-06-12Auto merge of #113169 - oli-obk:tait_must_be_constrained_if_in_sig, r=lcnrbors-742/+1637
2024-06-12Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a...Oli Scherer-0/+6
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-698/+1514
2024-06-12Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"Oli Scherer-44/+117
2024-06-12Auto merge of #126290 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-06-12Auto merge of #126130 - compiler-errors:goal-relations, r=lcnrbors-178/+216
2024-06-11Update cargoWeihang Lo-0/+0
2024-06-12Auto merge of #123508 - WaffleLapkin:never-type-2024, r=compiler-errorsbors-22/+202
2024-06-11Auto merge of #126284 - jieyouxu:rollup-nq7bf9k, r=jieyouxubors-350/+521
2024-06-11Rollup merge of #126174 - GuillaumeGomez:migrate-run-make-prefer-dylib, r=jie...许杰友 Jieyou Xu (Joe)-10/+16
2024-06-11Rollup merge of #126055 - lengrongfu:master, r=pnkfelix许杰友 Jieyou Xu (Joe)-2/+6
2024-06-11Rollup merge of #125684 - estebank:pin-to-binding-suggestion, r=pnkfelix许杰友 Jieyou Xu (Joe)-8/+103
2024-06-11Rollup merge of #125669 - ferrocene:hoverbear/ci-docker-riscv64gc-update, r=K...许杰友 Jieyou Xu (Joe)-148/+42
2024-06-11Rollup merge of #125659 - tbu-:pr_rm_isize, r=pnkfelix许杰友 Jieyou Xu (Joe)-1/+1
2024-06-11Rollup merge of #115974 - m-ou-se:panicinfo-and-panicinfo, r=Amanieu许杰友 Jieyou Xu (Joe)-181/+353
2024-06-11Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkovbors-246/+75
2024-06-11Try not to make obligations in handle_opaque_typeMichael Goulet-91/+74
2024-06-11Rename some thingsMichael Goulet-44/+46
2024-06-11Make ObligationEmittingRelation deal with Goals onlyMichael Goulet-60/+119
2024-06-11Get rid of PredicateObligationsMichael Goulet-26/+20
2024-06-11Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxubors-108/+211
2024-06-11Implement fs wrapper for run_make_supportOneirical-108/+211
2024-06-11Formatting.Mara Bos-1/+3
2024-06-11Bump deprecation of std's PanicInfo alias to 1.82.0.Mara Bos-1/+1
2024-06-11Add PanicHookInfo::payload_as_str().Mara Bos-0/+39
2024-06-11Fix display of panic message in recursive panic.Mara Bos-9/+11
2024-06-11Mention core's PanicInfo in error.md.Mara Bos-2/+3
2024-06-11Add note on panic payload type.Mara Bos-0/+7
2024-06-11Downcast panic payload to String too in example.Mara Bos-0/+2
2024-06-11Move deprecation of std::panic::PanicInfo to 1.80.0.Mara Bos-1/+1
2024-06-11Fix deprecation version.Mara Bos-1/+1
2024-06-11Rename std::panic::PanicInfo to PanicHookInfo.Mara Bos-55/+63
2024-06-11Formatting.Mara Bos-2/+6
2024-06-11Fix invalid markdown/html.Mara Bos-1/+1
2024-06-11Reorder body of begin_panic for consistency.Mara Bos-17/+11
2024-06-11Impl Display for PanicPayload to simplify things.Mara Bos-10/+29
2024-06-11Use unnamed lifetimes for [..]Payload impl blocks.Mara Bos-7/+3
2024-06-11Move downcasting panic payload to str to a function.Mara Bos-7/+11
2024-06-11Mark some PanicInfo methods as #[inline] for consistency.Mara Bos-0/+3
2024-06-11Remove std::panic::PanicInfo::internal_constructor+set_payload.Mara Bos-21/+7
2024-06-11Remove core::panic::PanicInfo::internal_constructor.Mara Bos-14/+4
2024-06-11Update doc comment about core::panicking.Mara Bos-7/+9
2024-06-11Fix doc link.Mara Bos-3/+2
2024-06-11Add core::panic::PanicInfo::payload() for compatibility.Mara Bos-0/+18
2024-06-11Document difference between core and std's PanicInfo.Mara Bos-2/+18
2024-06-11Split core's PanicInfo and std's PanicInfo.Mara Bos-97/+177
2024-06-11Auto merge of #126274 - jieyouxu:rollup-uj93sfm, r=jieyouxubors-120/+377
2024-06-11Rollup merge of #126265 - RalfJung:interpret-cast-validity, r=oli-obk许杰友 Jieyou Xu (Joe)-36/+190