about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-17Merge pull request #2510 from rust-lang/tshepang-patch-1Tshepang Mbambo-1/+4
2025-07-17copy-paste convenienceTshepang Mbambo-1/+4
2025-07-17Merge pull request #2508 from rust-lang/rustc-pullTshepang Mbambo-21501/+36986
2025-07-17Merge ref 'fd2eb391d032' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-21500/+36985
2025-07-17Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-07-17Merge pull request #2507 from rust-lang/tshepang-miscTshepang Mbambo-19/+22
2025-07-17some improvements to "Invariants of the type system"Tshepang Mbambo-19/+22
2025-07-16Auto merge of #144019 - RalfJung:miri-sync, r=RalfJungbors-590/+1149
2025-07-16Merge pull request #2506 from lcnr/type-system-invariantslcnr-33/+48
2025-07-16go over invariants again :3lcnr-33/+48
2025-07-16Auto merge of #144028 - samueltardieu:rollup-x6f9h8n, r=samueltardieubors-1174/+1150
2025-07-16Rollup merge of #143990 - camsteffen:localkey-cell, r=tgross35Samuel Tardieu-0/+23
2025-07-16Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJungSamuel Tardieu-19/+41
2025-07-16Rollup merge of #143957 - samueltardieu:tidy-filenames, r=KobzolSamuel Tardieu-0/+43
2025-07-16Rollup merge of #143948 - ehuss:update-mdbook, r=Mark-SimulacrumSamuel Tardieu-3/+3
2025-07-16Rollup merge of #143939 - he32:netbsd-maintainers, r=jieyouxuSamuel Tardieu-1/+2
2025-07-16Rollup merge of #143921 - oli-obk:const-index, r=fee1-deadSamuel Tardieu-96/+146
2025-07-16Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxuSamuel Tardieu-253/+221
2025-07-16Rollup merge of #143738 - rocurley:float_tests_refactor_2, r=tgross35Samuel Tardieu-615/+268
2025-07-16Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obkSamuel Tardieu-22/+78
2025-07-16Rollup merge of #143448 - Enselic:remote-test-client-signals, r=Mark-SimulacrumSamuel Tardieu-1/+3
2025-07-16Rollup merge of #143355 - hkBst:cleanup-shift-double-bitmask, r=Mark-SimulacrumSamuel Tardieu-42/+6
2025-07-16Rollup merge of #142936 - aDotInTheVoid:rdj-shatts-forrealthistime, r=Guillau...Samuel Tardieu-122/+316
2025-07-16Merge pull request #4459 from ibraheemdev/ibraheem/global-ctorRalf Jung-30/+216
2025-07-16Auto merge of #143458 - petrochenkov:bindnomod, r=SparrowLiibors-229/+181
2025-07-16minor tweaks and commentsRalf Jung-25/+35
2025-07-16Merge pull request #4456 from nia-e/trace-incorporate-eventsRalf Jung-25/+314
2025-07-16update comment to reference legacy `.ctors` sectionIbraheem Ahmed-1/+1
2025-07-16hook up native-lib bitsNia Espera-25/+314
2025-07-16Auto merge of #143998 - ehuss:update-cargo, r=ehussbors-0/+0
2025-07-16resolve: Optimize `fn traits_in_module`Vadim Petrochenkov-7/+6
2025-07-16resolve: Import `ty::Visibility` everywhereVadim Petrochenkov-42/+39
2025-07-16resolve: Remove trait `ToNameBinding`Vadim Petrochenkov-78/+84
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-111/+61
2025-07-16Auto merge of #144003 - ChrisDenton:ci4, r=ChrisDentonbors-0/+5
2025-07-16Ensure home directory existsChris Denton-0/+5
2025-07-15Update cargoEric Huss-0/+0
2025-07-15add test for global constructorsIbraheem Ahmed-0/+43
2025-07-15add support for global constructors (i.e. life before main)Ibraheem Ahmed-32/+165
2025-07-15Add LocalKey<Cell>::updateCameron Steffen-0/+23
2025-07-15rustdoc-json: Structured attributesAlona Enraght-Moony-122/+316
2025-07-15Add `0323pin` as target maintainer, and fix link to pkgsrc-wip and explain.Havard Eidnes-1/+2
2025-07-15Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlinbors-3/+73
2025-07-15Merge pull request #4469 from Patrick-6/add-spinloop-hintsRalf Jung-15/+31
2025-07-15Make spin function naming more consistentPatrick-6-17/+17
2025-07-15Merge pull request #4452 from Stypox/trace-borrow-trackerRalf Jung-1/+62
2025-07-15Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOfStypox-19/+41
2025-07-15Auto merge of #143958 - samueltardieu:rollup-lh1s143, r=samueltardieubors-1277/+747
2025-07-15Add tracing calls to borrow tracker under the same nameStypox-0/+18
2025-07-15Add enter_trace_span! that checks #[cfg("tracing")]Stypox-1/+44