about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-14clean up issue-2284 (core marker trait name shadowing)omskscream-13/+21
2025-09-14Merge pull request #20635 from iorizu/fix-double-flycheckShoyu Vanilla (Flint)-133/+170
2025-09-14Drop armebv7r-none-eabi* to Tier 3Jonathan 'theJPster' Pallant-5/+5
2025-09-14Merge pull request #4585 from rust-lang/rustup-2025-09-14Oli Scherer-1265/+1724
2025-09-14Remove unnecessary `#![allow]` in test (#15675)dswij-2/+2
2025-09-14fix(multiple_unsafe_ops_per_block): ignore unsafe ops from `.await` desugarin...Samuel Tardieu-77/+193
2025-09-14Remove unnecessary `#![allow]` in testSamuel Tardieu-2/+2
2025-09-13std_detect Darwin AArch64: synchronize featuresLaine Taffin Altman-0/+11
2025-09-13std_detect Darwin AArch64: re-alphabetizeLaine Taffin Altman-3/+3
2025-09-13std_detect Darwin AArch64: add new-style detection for FEAT_CRC32Laine Taffin Altman-2/+3
2025-09-14Auto merge of #146420 - jdonszelmann:crate-level-into-allowed-targets, r=scra...bors-62/+23
2025-09-13merge crate-level into ALLOWED_TARGETSJana Dönszelmann-62/+23
2025-09-14RISC-V: Improvements of inline assembly usesTsukasa OI-51/+215
2025-09-14Merge ref 'a015919e54c6' from rust-lang/rustThe Miri Cronjob Bot-1264/+1723
2025-09-14Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-14Note some previous attempts to change the Default impl for `[T; 0]`Zalathar-0/+5
2025-09-14Implement `Debug` for `SourceText` (#15672)Jason Newcomb-0/+5
2025-09-14Auto merge of #146507 - Mark-Simulacrum:add-version, r=Mark-Simulacrumbors-1/+1
2025-09-14rustdoc: Move HTML-specific attr rendering code into HTML rendering modLeón Orell Valerian Liehr-150/+143
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-11/+1381
2025-09-13Auto merge of #146526 - jhpratt:rollup-afb1dgo, r=jhprattbors-256/+674
2025-09-13Rollup merge of #146521 - folkertdev:document-va-arg-safe, r=workingjubileeJacob Pratt-6/+132
2025-09-13Rollup merge of #146517 - RalfJung:wait-timeout, r=joboetJacob Pratt-10/+8
2025-09-13Rollup merge of #146506 - mikysett:patch-1, r=UrgauJacob Pratt-1/+1
2025-09-13Rollup merge of #146473 - RalfJung:system-time-deconst, r=workingjubileeJacob Pratt-183/+75
2025-09-13Rollup merge of #146419 - thejpster:update-arm-target-docs, r=workingjubileeJacob Pratt-40/+264
2025-09-13Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkinJacob Pratt-4/+70
2025-09-13Rollup merge of #146159 - camsteffen:hygiene-docs, r=petrochenkovJacob Pratt-12/+22
2025-09-13Rollup merge of #113095 - WaffleLapkin:document_becoming_unuwuable, r=working...Jacob Pratt-0/+102
2025-09-13Auto merge of #146491 - jdonszelmann:update-fixme-compare_method_predicate_en...bors-8/+3
2025-09-13c-variadic: check that inline attributes are accepted on c-variadic functionsFolkert de Vries-0/+47
2025-09-13c-variadic: check that c-variadic functions cannot be tail-calledFolkert de Vries-0/+22
2025-09-13c-variadic: test `...` with naked functionsFolkert de Vries-0/+40
2025-09-13c-variadic: document `core::ffi::VaArgSafe`Folkert de Vries-6/+23
2025-09-13Implement `Debug` for `SourceText`Samuel Tardieu-0/+5
2025-09-13Note that these targets are bare-metal.Jonathan 'theJPster' Pallant-13/+25
2025-09-13Improve the documentation around ZERO_AR_DATEMads Marquart-3/+13
2025-09-13fix Condvar::wait_timeout docsRalf Jung-10/+8
2025-09-13Mark reads in statements to avoid overlapping assingments.Camille Gillot-24/+31
2025-09-13fixup `become` kw documentation wrt `#[track_caller]`Waffle Lapkin-1/+4
2025-09-13Document `become` keywordMaybe Waffle-0/+99
2025-09-13Add test.Camille Gillot-0/+135
2025-09-13Stop counting opaques.Camille Gillot-25/+24
2025-09-13Do not hash opaques in GVN.Camille Gillot-39/+90
2025-09-13Introduce ValueSet.Camille Gillot-21/+98
2025-09-13update fixme in compare_method_predicate_entailment resulting from review of EIIJana Dönszelmann-8/+3
2025-09-13Remove expect `collapsible_span_lint_calls` and use `span_lint_and_help` (#15...Alejandra González-7/+4
2025-09-13Bump version to 1.92.0Mark Rousskov-1/+1
2025-09-13Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkovbors-404/+386
2025-09-13Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkovbors-52/+61