about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-27Rollup merge of #141635 - fee1-dead-contrib:push-lmyymwotrspk, r=oli-obkMichael Goulet-284/+145
2025-05-27Rollup merge of #141623 - folkertdev:va-arg-explicit-types, r=workingjubileeMichael Goulet-22/+61
2025-05-27Rollup merge of #141616 - spastorino:remove-spastorino-on-vacations, r=spasto...Michael Goulet-1/+0
2025-05-27Rollup merge of #141611 - ehuss:update-mdbook, r=Mark-SimulacrumMichael Goulet-3/+3
2025-05-27Rollup merge of #141599 - nnethercote:rm-Box-into_inner, r=fmease,chenyukangMichael Goulet-2/+1
2025-05-27Rollup merge of #141596 - tshepang:patch-2, r=UrgauMichael Goulet-2/+2
2025-05-27Rollup merge of #141594 - BoxyUwU:another_gai_test, r=jieyouxuMichael Goulet-0/+25
2025-05-27Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxuMichael Goulet-36/+45
2025-05-27Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnrMichael Goulet-3/+18
2025-05-27Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3Michael Goulet-28/+60
2025-05-27Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-...Michael Goulet-206/+205
2025-05-27Rollup merge of #141568 - onur-ozkan:141393-fix, r=KobzolMichael Goulet-0/+8
2025-05-27Rollup merge of #141563 - nnethercote:rm-noop, r=petrochenkovMichael Goulet-23/+5
2025-05-27Rollup merge of #141556 - jeremyd2019:patch-1, r=jieyouxuMichael Goulet-1/+3
2025-05-27Rollup merge of #141552 - jieyouxu:cfg-version-tests, r=est31Michael Goulet-243/+350
2025-05-27Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-deadMichael Goulet-88/+226
2025-05-27Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwcoMichael Goulet-55/+124
2025-05-27Merge pull request #4212 from tiif/setflRalf Jung-8/+262
2025-05-27Add regression test for `manual_is_variant_and` extensionGuillaume Gomez-9/+175
2025-05-27Extend `manual_is_variant_and` lint to check for boolean `map` comparisonsGuillaume Gomez-6/+65
2025-05-27ci: use ghcr registry for x86_64-gnu-tools jobMarcoIeni-1/+1
2025-05-27Auto merge of #141634 - Kobzol:try-perf, r=pietroalbinibors-7/+6
2025-05-27Remove out-of-date `noop_*` names.Nicholas Nethercote-23/+5
2025-05-27test: convert version_check ui test to run-makeFabian Grünbichler-17/+13
2025-05-27Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o...Vincent Esche-1/+1
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-206/+205
2025-05-27Support F_GETFL and F_SETFL for fcntltiif-8/+262
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-498/+518
2025-05-27support `#[cfg(...)]` on arguments to the `asm!` macrosFolkert de Vries-4/+421
2025-05-27further dedup `WalkItemKind` for `mut_visit` and `visit`Deadbeef-284/+145
2025-05-27Fix CI for unrolled builds on the `try-perf` branchJakub Beránek-7/+6
2025-05-27Merge pull request #4350 from rust-lang/rustup-2025-05-27Ralf Jung-2744/+3617
2025-05-27remove `visit_mt` from `ast::mut_visit`Deadbeef-11/+3
2025-05-27pacify clippyRalf Jung-3/+1
2025-05-27fmtThe Miri Cronjob Bot-2/+8
2025-05-27Merge from rustcThe Miri Cronjob Bot-2743/+3612
2025-05-27Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-27Wrap NonZero::new_unchecked call in the print_type_sizes test in a constBen Kimock-30/+8
2025-05-27Fix inference of `AsyncFnX` return typeChayim Refael Friedman-11/+81
2025-05-27Reduce `P<T>` to a typedef of `Box<T>`.Nicholas Nethercote-1/+1
2025-05-27Reduce `P<T>` to a typedef of `Box<T>`.Nicholas Nethercote-131/+48
2025-05-26Auto merge of #140790 - quininer:mac-xray, r=wesleywiser,jieyouxubors-10/+79
2025-05-27Avoid `fold`/`flat_map`.Nicholas Nethercote-5/+6
2025-05-27Factor out some repeated code in `build_exit_tree`.Nicholas Nethercote-12/+6
2025-05-27Rename `DropTree::drops` as `DropTree::drop_nodes`.Nicholas Nethercote-34/+46
2025-05-27Remove `DropNodeKey::kind`.Nicholas Nethercote-2/+1
2025-05-27use custom types to clarify arguments to `emit_ptr_va_arg`Folkert de Vries-22/+61
2025-05-27Streamline `visibility_print_with_space`.Nicholas Nethercote-41/+37
2025-05-26Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` optionDiggory Blake-6/+31
2025-05-27Streamline `TypeAliasPart::get`.Nicholas Nethercote-17/+16