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