about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-03Rustup to rustc 1.89.0-nightly (5d707b07e 2025-06-02)bjorn3-1/+1
2025-06-03report never type lints in depsWaffle Lapkin-0/+647
2025-06-03decouple "reporting in deps" from future incompatibility reasonWaffle Lapkin-82/+67
2025-06-03* Add test case for `cfg(false)` on module levelGuillaume Gomez-3/+7
2025-06-03Use 4-core large disk runner for the alt jobJakub Beránek-11/+16
2025-06-03add config.rs with new module structuringbit-aloo-1982/+122
2025-06-03Move all common types, macros and utility method to config/mod.rsbit-aloo-0/+411
2025-06-03move target selection to its separate modulebit-aloo-0/+147
2025-06-03This commit adds a `toml` module that represents various subsections of `boot...bit-aloo-0/+1541
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-193/+194
2025-06-03Regenerated intrinsicsmichal kostrubiec-9975/+10175
2025-06-03Changed intrinsic generationmichal kostrubiec-6/+21
2025-06-03Move coroutine_by_move_body_def_id into the big check_crate body owner loopOli Scherer-9/+7
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-10/+10
2025-06-03make library profile to use stage 1 on `x check`onur-ozkan-1/+2
2025-06-03make `x check` to use stage0 by defaultonur-ozkan-1/+4
2025-06-03Auto merge of #141944 - matthiaskrgr:rollup-e7xhp6w, r=matthiaskrgrbors-192/+380
2025-06-03Merge pull request #4373 from rust-lang/rustup-2025-06-03Ralf Jung-2058/+4341
2025-06-03Merge pull request #19869 from MatrixFrog/publicize_fieldLukas Wirth-182/+138
2025-06-03Merge pull request #19894 from ShoyuVanilla/some-query-cyclesLukas Wirth-7/+72
2025-06-03Merge pull request #19901 from BazookaMusic/masterLukas Wirth-12/+192
2025-06-02Add a quickfix for accessing a private field of a structTyler Breisacher-182/+138
2025-06-03Update ABI compatibility docs about null-pointer-optimized enums.zachs18-0/+3
2025-06-03Remove `Path::is_ident`.Nicholas Nethercote-14/+10
2025-06-03Rollup merge of #141891 - jdonszelmann:fix-141764, r=jieyouxuMatthias Krüger-8/+53
2025-06-03Rollup merge of #141889 - ferrocene:lw/missing-dyn-kw, r=petrochenkovMatthias Krüger-34/+33
2025-06-03Rollup merge of #141886 - ferrocene:lw/2015-edition-directives, r=compiler-er...Matthias Krüger-15/+22
2025-06-03Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLiiMatthias Krüger-3/+46
2025-06-03Rollup merge of #141873 - neeko-cat:patch-1, r=tgross35Matthias Krüger-1/+1
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-29/+32
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-96/+121
2025-06-03Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-...Matthias Krüger-30/+91
2025-06-03Rollup merge of #140715 - lukaslueg:oncecellsyncdocs, r=tgross35Matthias Krüger-5/+13
2025-06-03Merge from rustcThe Miri Cronjob Bot-2057/+4340
2025-06-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-03Remove pre-expansion AST stats.Nicholas Nethercote-122/+61
2025-06-03Auto merge of #141210 - RalfJung:miri-std-doctests, r=saethlinbors-12/+11
2025-06-02add testsJeremy Smart-0/+48
2025-06-03cleaned up some testsKivooeo-32/+51
2025-06-03fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnosticsShoyu Vanilla-7/+72
2025-06-02feat: implement completion for diagnostic moduleRyan Mehri-17/+175
2025-06-02compiler-builtins: Eliminate symlinksTrevor Gross-2/+1
2025-06-02Auto merge of #141750 - Noratrieb:gold-rush, r=bjorn3bors-1/+58
2025-06-02libm-test: Fix unintentional skips in `binop_common`Trevor Gross-12/+34
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-26/+29
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-86/+112
2025-06-02Remove more library bootstrapJosh Stone-12/+1
2025-06-02ci: Refactor benchmark regression checksTrevor Gross-74/+29
2025-06-02simplify expression that checks the offsetBazookaMusic-36/+30
2025-06-03resolve: Tweak `private_macro_use` lint to be compatible with upcoming macro ...Vadim Petrochenkov-22/+36