about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-29Some style nitsOli Scherer-4/+3
2025-04-29Delete "nonconstructable" enums are "noncopyable" testmejrs-19/+0
2025-04-29Update compiler-src.mdStan Manilov-13/+12
2025-04-29Update stable-mir testJohn Kåre Alsaker-12/+12
2025-04-29Merge pull request #19714 from Veykril/push-owpqqzqmrpvvLukas Wirth-68/+59
2025-04-29Drop AST on a separate thread and prefetch `hir_crate`John Kåre Alsaker-3/+26
2025-04-29Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bitsayantn-26/+26
2025-04-29Fix errors in decoupling avx512vl and avx512dq from avx512fp16sayantn-92/+106
2025-04-29Fix CI errors due to alignment issues in msvcsayantn-35/+142
2025-04-29refactor: Remove unnecessary extension traitLukas Wirth-68/+59
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-93/+190
2025-04-29Reformat parameters to macros used by with-all-queriesZalathar-6/+15
2025-04-29Rename `rustc_query_append!` to `rustc_with_all_queries!`Zalathar-7/+21
2025-04-29Coalesce duplicate missing clone testsmejrs-99/+44
2025-04-29Treat `ManuallyDrop` as `~const Destruct`Oli Scherer-23/+7
2025-04-29Add testOli Scherer-0/+63
2025-04-29Fix comment describing what the test doesmejrs-6/+3
2025-04-29Move `on impl position` test to proper directorymejrs-6/+7
2025-04-29Add some commentsJohn Kåre Alsaker-0/+7
2025-04-29Merge pull request #19713 from Veykril/push-xkppskpmuzpoLukas Wirth-188/+234
2025-04-29mono collector: Reduce \# of locking while walking the graphPiotr Osiewicz-27/+38
2025-04-29Merge pull request #19685 from fbernier/pgo-installLukas Wirth-132/+175
2025-04-29Cleanup cfg check handling in expression store loweringLukas Wirth-188/+234
2025-04-29miri: algebraic intrinsics: bring back float non-determinismRalf Jung-86/+107
2025-04-29add `rust.debug-assertions-tools` optionPietro Albini-5/+28
2025-04-29Merge pull request #19712 from Veykril/push-yzsxpmkytkztLukas Wirth-39/+54
2025-04-29Auto merge of #140436 - RalfJung:miri-sync, r=RalfJungbors-304/+799
2025-04-29stabilize ptr::swap_nonoverlapping in constRalf Jung-11/+46
2025-04-29refactor: Clean up cache priming cancellation handlingLukas Wirth-39/+54
2025-04-29Fix std_example.rs on s390xbjorn3-0/+3
2025-04-29enable msa feature for mips in codegen testsAdrian Friedli-2/+13
2025-04-29Merge pull request #4301 from rust-lang/rustup-2025-04-29Ralf Jung-3796/+7701
2025-04-29suppress dangerous_implicit_autorefs in TB testRalf Jung-0/+1
2025-04-29Also match on the lang item in confirmationOli Scherer-10/+5
2025-04-29Always check the lang item firstOli Scherer-16/+8
2025-04-29Replace if/elseif chain with matchOli Scherer-62/+81
2025-04-29fmtThe Miri Cronjob Bot-7/+3
2025-04-29Merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-29Merge from rustcThe Miri Cronjob Bot-3797/+7705
2025-04-29Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-29Replace the \01__gnu_mcount_nc to LLVM intrinsic for additional ARM targetsBjörn Barwinski-0/+2
2025-04-29Update documentation for `fn target_config`Trevor Gross-5/+4
2025-04-29Enable `target_has_reliable_f16_math` on x86Trevor Gross-7/+3
2025-04-29Auto merge of #137940 - 1c3t3a:alignment-borrows-check, r=saethlinbors-32/+88
2025-04-29Delay checking of `#[rustc_no_implicit_autorefs]` for reasonUrgau-4/+11
2025-04-29Add a jobserver proxy to ensure at least one token is always heldJohn Kåre Alsaker-29/+149
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-29/+46
2025-04-29Adjust testsMichael Goulet-27/+53
2025-04-29Add a few extra tests to `tests/ui/macros/stringify.rs`.Nicholas Nethercote-2/+18
2025-04-29Wf is not coinductiveMichael Goulet-3/+19