about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-28Rollup merge of #140369 - jplatte:mutex-rwlock-data-ptr, r=AmanieuTrevor Gross-0/+33
2025-05-28Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzolbors-7/+79
2025-05-28Stabilise `repr128`beetrees-101/+94
2025-05-28Stabilise `repr128`beetrees-277/+143
2025-05-28core: unstably expose atomic_compare_exchange so stdarch can use itRalf Jung-1/+4
2025-05-28GCI: Check where-clauses for well-formedness at the def siteLeón Orell Valerian Liehr-8/+55
2025-05-28Make pthread Mutex internals less publicPatrick-6-1/+1
2025-05-28Add diagnostic items to sys::MutexPatrick-6-0/+9
2025-05-28fix: `branches_sharing_code` suggests wrongly when dealing with macrosyanglsh-5/+215
2025-05-28Improve safety comment, double-drop is not relevant hereOrson Peters-3/+4
2025-05-28Update SGX maintainersRaoul Strackx-1/+1
2025-05-28Do not move thread-locals before droppingOrson Peters-32/+52
2025-05-28rustbook: Bump versions of `onig` and `onig_sys`Vadim Petrochenkov-5/+5
2025-05-28Handle e2021 precise capturing of unsafe binderMichael Goulet-2/+9
2025-05-28Minor fixes and date correction to book pageblyxyas-6/+6
2025-05-28Add GHA script for feature freezeblyxyas-0/+25
2025-05-28interpret/allocation: make alloc fn be FnOnceNia Espera-1/+1
2025-05-28replace TraitRef link memory.mdDavid Klank-1/+1
2025-05-28Merge pull request #4344 from CraftSpider/windows-file-cloneOli Scherer-1/+97
2025-05-28Extend `manual_is_variant_and lint` to check for boolean map comparisons (#14...Samuel Tardieu-15/+240
2025-05-28Test(fs): Fix test_eq_windows_file_type for Windows 7Paul Mabileau-1/+23
2025-05-28Use `builin_index` instead of hand-rolling itOli Scherer-8/+5
2025-05-28Use `builin_index` instead of hand-rolling itOli Scherer-21/+11
2025-05-28Merge pull request #19881 from Veykril/push-wsrmttkymypsLukas Wirth-171/+336
2025-05-28feat: Desugar assist for `let pat = expr?;` -> `let else`Lukas Wirth-171/+336
2025-05-28Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzolbors-2/+2
2025-05-28add Miri testsRalf Jung-0/+131
2025-05-28UnsafePinned: also include the effects of UnsafeCellRalf Jung-22/+11
2025-05-28Merge pull request #19880 from Veykril/push-xmpxumsrkymkLukas Wirth-31/+97
2025-05-28Merge pull request #19872 from ChayimFriedman2/async-fn-outputLukas Wirth-11/+81
2025-05-28fix: Handle included files better in IDE layerLukas Wirth-31/+97
2025-05-28ci: verify that codebuild jobs use ghcr.ioMarcoIeni-1/+67
2025-05-28Merge pull request #19876 from ShoyuVanilla/layout-paddingLukas Wirth-23/+272
2025-05-28Revert "increase perf of charsearcher for single ascii characters"Jakub Beránek-32/+2
2025-05-28Avoid over-counting of `UsePath` in the HIR stats.Nicholas Nethercote-5/+11
2025-05-28Filter percentages out of `tests/ui/stats/input-stats.rs` output.Nicholas Nethercote-160/+164
2025-05-28Update `CmpResult` to use a pointer-sized return typeTrevor Gross-26/+48
2025-05-28float: Disable `total_cmp` sNaN tests for `f16`Trevor Gross-37/+40
2025-05-28Merge pull request #4353 from rust-lang/rustup-2025-05-28Ralf Jung-2926/+3702
2025-05-28Merge pull request #4351 from RalfJung/squash-winRalf Jung-1/+22
2025-05-28coretests: add abs() and copysign() tests, and remove now-unnecessary ui testRalf Jung-91/+56
2025-05-28coretests: simplify test_float macro to derive more things from the type nameRalf Jung-134/+102
2025-05-28Auto merge of #141375 - kraj:kraj/aarch64-musl, r=Mark-Simulacrumbors-2/+1
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-6/+6
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-56/+54
2025-05-28Merge pull request #19879 from Veykril/push-mqykxnqtktuwLukas Wirth-84/+65
2025-05-28feat: Render padding information when hovering on structsShoyu Vanilla-23/+272
2025-05-28Back out "Fix IDE resolution of item macros"Lukas Wirth-14/+0
2025-05-28Drop unnecessay codeLukas Wirth-35/+3
2025-05-28Merge from rustcThe Miri Cronjob Bot-2925/+3701