about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-10add a fixme to use `extern_custom` when availableFolkert de Vries-0/+9
2025-06-10float tests: test non-determinism for more operationsRalf Jung-22/+25
2025-06-10Merge pull request #4394 from RalfJung/smallvecRalf Jung-0/+99
2025-06-10ci: Fix a typo that was causing a command failureTrevor Gross-1/+1
2025-06-10compiler-builtins: Remove unused `lints.rust` tableTrevor Gross-4/+0
2025-06-09hir_analysis: Elaborate on lint strategy for unsupported ABIsJubilee-1/+3
2025-06-10add SmallVec testRalf Jung-0/+99
2025-06-10Merge pull request #4393 from rust-lang/rustup-2025-06-10Ralf Jung-1833/+3345
2025-06-10Simplify `JsonRenderer`.Nicholas Nethercote-10/+9
2025-06-09tests: Revise dont-shuffle-bswaps-opt3 per tested archJubilee Young-15/+16
2025-06-10sync max_fundamental_align with alloc crateRalf Jung-4/+7
2025-06-10Only run `citool` tests on the `auto` branchJakub Beránek-1/+7
2025-06-10Auto merge of #142109 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-06-10docs: Small clarification on the usage of read_to_string and read_to_end trai...kiseitai3-0/+40
2025-06-10fmtThe Miri Cronjob Bot-1/+0
2025-06-10Merge from rustcThe Miri Cronjob Bot-1830/+3340
2025-06-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-10Auto merge of #142250 - lnicola:sync-from-ra, r=lnicolabors-1085/+2373
2025-06-09tests: Copy dont-shuffle-bswaps per tested opt levelJubilee Young-2/+30
2025-06-10rustdoc: Refractor `clean_ty_generics`Alona Enraght-Moony-74/+19
2025-06-09Darwin AArch64 detection updateLaine Taffin Altman-0/+8
2025-06-09tests: Minicore `extern "gpu-kernel"` feature testJubilee Young-21/+172
2025-06-09Remove `compiler-builtins` from `rustc-dep-of-std` dependenciesTrevor Gross-2/+0
2025-06-09rustdoc-json: Rearrange deck chairs in ABI testingJubilee Young-24/+38
2025-06-09tests: Change "fastcall" to "system" in some testsJubilee Young-4/+4
2025-06-09tests: bless unsupported_calling_conventions linting on some fn_ptrsJubilee Young-166/+182
2025-06-09add s390x z17 target featuresFolkert de Vries-0/+15
2025-06-09compiler: Fix reusing same lint on fn ptrs with newly-deprecated ABIsJubilee Young-16/+24
2025-06-09Don't create .msi installer for gnullvm hostsMateusz Mikuła-1/+2
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-107/+386
2025-06-09assert more often in release in ast_loweringJubilee Young-13/+13
2025-06-09assert in release in ast_lowering::itemJubilee Young-5/+5
2025-06-09Specify the behavior of `file!`Ed Page-0/+13
2025-06-09Mark `core::slice::memchr` as `#[doc(hidden)]`Alona Enraght-Moony-0/+1
2025-06-09use correct edition when warning for unsafe attributesFolkert de Vries-1/+57
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-71/+143
2025-06-09native-lib: update readme (to mention folders in header)Ralf Jung-10/+12
2025-06-09native_lib: skip to next .so if function was in dependency of the firstRalf Jung-12/+13
2025-06-10platform-support.md: Mention specific Linux kernel version or laterTeoh Han Hui-19/+19
2025-06-09core::ptr: deduplicate more method docsbinarycat-126/+68
2025-06-09Auto merge of #142253 - tgross35:rollup-img49op, r=tgross35bors-71/+153
2025-06-09Merge pull request #19930 from regexident/dyn-semantics-take-twoDavid Barsky-2/+18
2025-06-09Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubileeTrevor Gross-6/+4
2025-06-09Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkovTrevor Gross-1/+27
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-1/+1
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-34/+98
2025-06-09Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnayTrevor Gross-5/+19
2025-06-09Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35Trevor Gross-25/+5
2025-06-09Apply nested goals certainty to InspectGoals for normalizes-toMichael Goulet-94/+154
2025-06-09Merge pull request #4376 from yoctocell/tb-interior-mut-flagRalf Jung-35/+154