about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-01Rollup merge of #146060 - WaffleLapkin:fixup-nix-dev-shell-again, r=NoratriebStuart Cook-0/+3
2025-09-01Rollup merge of #145754 - epage:escape, r=SparrowLiiStuart Cook-74/+51
2025-09-01Rollup merge of #145643 - Zalathar:tree, r=SparrowLiiStuart Cook-162/+286
2025-09-01Rollup merge of #145468 - karolzwolak:float-tests-dedup, r=tgross35Stuart Cook-243/+105
2025-09-01Merge pull request #4554 from RalfJung/helpRalf Jung-12/+27
2025-09-01Do not run `lint-docs` tests in stage 1 `x test` by defaultJakub Beránek-8/+11
2025-09-01Remove `Compiler::with_stage`Jakub Beránek-6/+1
2025-09-01Rename `compiler` to `test_compiler`Jakub Beránek-47/+54
2025-09-01Add some compiletest suites snapshot testsJakub Beránek-35/+133
2025-09-01Remove outdated commentJakub Beránek-3/+0
2025-09-01improve output for 'cargo miri test --help'Ralf Jung-12/+27
2025-09-01pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w...Andrew Zhogin-15/+245
2025-09-01Add compiler error when trying to use concat metavar expr in repetitionsjullang-6/+35
2025-09-01Merge pull request #4553 from rust-lang/rustup-2025-09-01Ralf Jung-982/+2677
2025-09-01Merge ref '828e45ad11ce' from rust-lang/rustThe Miri Cronjob Bot-981/+2676
2025-09-01Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-01Auto merge of #146072 - Zalathar:rollup-0svnrfe, r=Zalatharbors-591/+691
2025-09-01Capture panic messages via a custom panic hookZalathar-0/+152
2025-09-01Rollup merge of #146051 - LorrensP-2158466:miri-libstd-fix, r=RalfJungStuart Cook-2/+2
2025-09-01Rollup merge of #146046 - chenyukang:yukang-fix-method-exists-for-ret-ty-erro...Stuart Cook-1/+39
2025-09-01Rollup merge of #146042 - estebank:issue-83413, r=lcnrStuart Cook-27/+103
2025-09-01Rollup merge of #146004 - petrochenkov:epentry, r=nnethercoteStuart Cook-53/+56
2025-09-01Rollup merge of #145968 - connortsui20:bound-copied, r=joboetStuart Cook-2/+30
2025-09-01Rollup merge of #145421 - nnethercote:dump_mir-cleanups, r=davidtwcoStuart Cook-506/+461
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-12/+13
2025-09-01Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxubors-384/+760
2025-09-01Introduce `MirDumper` and `MirWriter`.Nicholas Nethercote-276/+275
2025-09-01Indent some functions.Nicholas Nethercote-322/+322
2025-09-01Use trait object references for closures.Nicholas Nethercote-59/+39
2025-09-01Avoid unnecessary `mut`-ness for various closures.Nicholas Nethercote-16/+16
2025-09-01Inline and remove `dump_mir_for_pass`.Nicholas Nethercote-16/+6
2025-09-01Inline and remove `dump_matched_mir_node`.Nicholas Nethercote-25/+11
2025-08-31Split `ObligationCauseCode::BinOp` for unops to `UnOp`Esteban Küber-28/+27
2025-08-31Ignore test when dylibs are not supportedbjorn3-0/+1
2025-08-31Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomezbors-72/+267
2025-08-31fix: `assertions_on_result_states` avoid changing return type in more cases (...Samuel Tardieu-16/+43
2025-08-31Merge pull request #4466 from nia-e/native-structsRalf Jung-133/+454
2025-08-31some refactoring and cleanupRalf Jung-145/+128
2025-08-31Merge pull request #4551 from nia-e/fixup-jump-instrRalf Jung-26/+26
2025-08-31native-lib: pass structs to native codeNia Espera-129/+467
2025-08-31native-lib: more resilient grabbing of instruction bytesNia Espera-26/+26
2025-08-31allow taking address to union fieldKivooeo-12/+132
2025-08-31Supress `excessive_precision` when constants are overly precise (#15193)Samuel Tardieu-24/+330
2025-08-31dedup to_radians float testKarol Zwolak-68/+26
2025-08-31Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrumbors-5/+26
2025-08-31dedup to_degrees float testKarol Zwolak-59/+29
2025-08-31fixup nix dev shell againWaffle Lapkin-0/+3
2025-08-31dedup powi float testKarol Zwolak-66/+28
2025-08-31fix: `needless_for_each` suggests wrongly with explicit closure input types (...dswij-17/+76
2025-08-31Supress excessive_precision when constants are overly preciseTeodoro Freund-24/+330