about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-12Rollup merge of #126287 - nnethercote:reformat-cranelift-patch, r=bjorn3Jubilee-5/+5
2024-06-12Rollup merge of #126286 - nnethercote:fix-test-LL-CC, r=lqdJubilee-3/+4
2024-06-12Rollup merge of #126281 - ChrisDenton:env, r=jhprattJubilee-4/+8
2024-06-12Rollup merge of #126263 - nikic:s390x-codegen-test-fix, r=jieyouxuJubilee-9/+12
2024-06-12Rollup merge of #126256 - ferrocene:lw-target-subst, r=albertlarsan68Jubilee-3/+8
2024-06-12Rollup merge of #126249 - workingjubilee:simplify-try-map-signature, r=scottmcmJubilee-5/+5
2024-06-12Rollup merge of #126210 - lolbinarycat:ptr_doctest_assert, r=workingjubileeJubilee-16/+22
2024-06-12Rollup merge of #126187 - surechen:fix_125997, r=oli-obkJubilee-0/+218
2024-06-12Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwcoJubilee-16/+73
2024-06-12Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-it...Jubilee-70/+98
2024-06-12Rollup merge of #124514 - michaelwoerister:zero-disambiguator-demangling-reco...Jubilee-0/+13
2024-06-12Rollup merge of #123374 - mgeier:doc-slice-from-raw-parts, r=scottmcmJubilee-0/+33
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-12For E0277 suggest adding `Result` return type for function which using Quesio...surechen-0/+218
2024-06-11Update cargoWeihang Lo-0/+0
2024-06-12Auto merge of #123508 - WaffleLapkin:never-type-2024, r=compiler-errorsbors-22/+202
2024-06-12Update a cranelift patch file for formatting changes.Nicholas Nethercote-5/+5
2024-06-11Auto merge of #126284 - jieyouxu:rollup-nq7bf9k, r=jieyouxubors-350/+521
2024-06-12Make `storage-live.rs` robust against rustc internal changes.Nicholas Nethercote-3/+4
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-11set_env: State the conclusion upfrontChris Denton-4/+8
2024-06-11Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxubors-108/+211
2024-06-11Make issue-122805.rs big endian compatibleNikita Popov-9/+12
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