about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-12Auto merge of #142438 - matthiaskrgr:rollup-u1jdnhz, r=matthiaskrgrbors-75/+544
2025-06-12Detect when attribute is provided by missing `derive` macroEsteban Küber-7/+418
2025-06-12Remove unneeded lifetimeSamuel Tardieu-1/+1
2025-06-12Rollup merge of #142418 - oli-obk:lower_arg_ty, r=BoxyUwU,fmeaseMatthias Krüger-12/+2
2025-06-12Rollup merge of #142408 - WaffleLapkin:rotates-itself, r=WaffleLapkinMatthias Krüger-0/+2
2025-06-12Rollup merge of #142407 - Kobzol:remove-bootstrap-adhoc-group, r=davidtwcoMatthias Krüger-7/+0
2025-06-12Rollup merge of #142406 - jdonszelmann:dead-code-enum-variant, r=WaffleLapkinMatthias Krüger-1/+94
2025-06-12Rollup merge of #142402 - sorairolake:remove-blank-line, r=workingjubileeMatthias Krüger-3/+0
2025-06-12Rollup merge of #142034 - estebank:issue-141258, r=davidtwcoMatthias Krüger-2/+218
2025-06-12Rollup merge of #141934 - petrochenkov:privmacuse, r=compiler-errorsMatthias Krüger-22/+36
2025-06-12Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwcoMatthias Krüger-3/+96
2025-06-12Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscrossMatthias Krüger-25/+96
2025-06-12Auto merge of #138164 - jdonszelmann:attr-parsing-lint-infra, r=oli-obkbors-226/+726
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+5
2025-06-12add `extern "custom"` functionsFolkert de Vries-1/+5
2025-06-12add `extern "custom"` functionsFolkert de Vries-10/+988
2025-06-12Rollup merge of #142337 - RalfJung:miri-float-nondet, r=oli-obkMatthias Krüger-4/+31
2025-06-12Rollup merge of #142252 - fu5ha:doc-cas-ops, r=ibraheemdevMatthias Krüger-33/+146
2025-06-12Rollup merge of #141947 - zachs18:patch-4, r=workingjubilee,traviscrossMatthias Krüger-0/+3
2025-06-12Rollup merge of #141474 - mejrs:diagnostic_mode, r=compiler-errorsMatthias Krüger-279/+451
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-278/+256
2025-06-12Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnayMatthias Krüger-0/+20
2025-06-12Add lightweight snapshot testing for bootstrap testsJakub Beránek-10/+107
2025-06-12Simplify `configure_with_args`Jakub Beránek-10/+8
2025-06-12Fix false positive of `borrow_deref_ref`Samuel Tardieu-4/+137
2025-06-12Delegate `<CStr as Debug>` to `ByteStr`Tamir Duberstein-2/+6
2025-06-12Rustup to rustc 1.89.0-nightly (e703dff8f 2025-06-11)bjorn3-1/+1
2025-06-12Sync from rust e703dff8fe220b78195c53478e83fb2f68d8499cbjorn3-20/+14
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-5/+5
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-11/+8
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-1/+0
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-87/+73
2025-06-12Remove lower_arg_ty as all callers were passing `None`Oli Scherer-12/+2
2025-06-12Move submodule path cache from `parse_gitmodules` to `Builder`Jakub Beránek-27/+30
2025-06-12Remove environment variable modification in `test_default_compiler_wasi`Jakub Beránek-8/+10
2025-06-12Remove `RefCell` from `cc/cxx/ar/ranlib`Jakub Beránek-49/+44
2025-06-12Stop using Config for `tempdir-as-a-service` in `build_stamp` testsJakub Beránek-14/+10
2025-06-12Move `shared_helpers` test to a dedicated moduleJakub Beránek-8/+3
2025-06-12Merge pull request #19985 from ChayimFriedman2/proc-macro-srv-ast-idLukas Wirth-102/+96
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-21/+184
2025-06-12Support spans with proc macro servers from before the ast id changesChayim Refael Friedman-102/+96
2025-06-12Add support for snapshot tests with instaJakub Beránek-0/+43
2025-06-12Merge pull request #700 from FractalFir/fuzz_supportantoyo-23/+507
2025-06-12Fix testsLukas Wirth-10/+10
2025-06-12Rename tool-config to tool and add docsStypox-17/+20
2025-06-12Return item tree query results by refLukas Wirth-99/+82
2025-06-12Remove dead codeLukas Wirth-51/+35
2025-06-12Shrink `ModItem` by usizeLukas Wirth-24/+34
2025-06-12Merge pull request #2464 from rust-lang/rustc-pullTshepang Mbambo-5902/+8927
2025-06-12Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnrbors-94/+154