about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-10Add more tests to check extracted doctests featureGuillaume Gomez-3/+55
2025-06-10Improve naming of variables in `DocTestBuilder::generate_unique_doctest`Guillaume Gomez-9/+40
2025-06-10Add new extracted option doctest ui test for result returning doctestGuillaume Gomez-0/+12
2025-06-10Give more information into extracted doctest informationGuillaume Gomez-50/+135
2025-06-10Merge pull request #19963 from ChayimFriedman2/unsized-impl-itemsLukas Wirth-3/+64
2025-06-10Do not error at impls for unsized types that do not include `where Self: Size...Chayim Refael Friedman-3/+64
2025-06-10Add supported asm types for LoongArch32WANG Rui-4/+11
2025-06-10Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errorsbors-28/+109
2025-06-10Use a faster runner for the x64 dist-alt jobJakub Beránek-1/+1
2025-06-10enable rustc debug assertions on -alt buildsRémy Rakic-0/+5
2025-06-10const_eval: fix some outdated commentsRalf Jung-12/+8
2025-06-10Use Operand::constant() in a couple of placesbjorn3-7/+9
2025-06-10Pass `jemalloc` feature to Clippy in bootstrapJakub Beránek-2/+15
2025-06-10Merge pull request #4389 from RalfJung/native-lib-search-orderRalf Jung-22/+25
2025-06-10Merge pull request #4382 from RalfJung/dupRalf Jung-2/+3
2025-06-10Add jemalloc feature to ClippyJakub Beránek-0/+36
2025-06-10Add jemalloc feature to ClippyJakub Beránek-0/+36
2025-06-10Loop check anon consts on their ownOli Scherer-45/+45
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-247/+230
2025-06-10Merge pull request #4391 from RalfJung/float-nondet-testsRalf Jung-22/+25
2025-06-10Add regression test for break inside const itemsOli Scherer-1/+19
2025-06-10ci: split x86_64-gnu-tools jobMarcoIeni-56/+125
2025-06-10Avoid cloning `self.index` in `after_krate`.Nicholas Nethercote-2/+4
2025-06-10indent the probestack inline assemblyFolkert de Vries-110/+110
2025-06-10merge the sgx/fortanix `__rust_probestack` into the general `x86_64` oneFolkert de Vries-73/+23
2025-06-10use `#[naked]` for `__rust_probestack`Folkert de Vries-99/+36
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