about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-19Check MSRV before suggesting applying `const` to a functionSamuel Tardieu-1/+199
2025-06-19isolated_alloc: directly use mmap for allocationsNia Espera-36/+72
2025-06-19Remove old format_args diagnostic.Mara Bos-27/+11
2025-06-19atomic tests: remove static mutMarijn Schouten-17/+13
2025-06-19Use expr_ref.Mara Bos-2/+1
2025-06-19correct template for `#[align]`Folkert de Vries-34/+36
2025-06-19vec_deque alloctests: remove static mutMarijn Schouten-101/+18
2025-06-19vec tests: remove static mutMarijn Schouten-92/+53
2025-06-19Prepare to split `clippy_lints` (#14684)Alex Macleod-431/+480
2025-06-19Update compiler/rustc_interface/src/passes.rsCamille Gillot-1/+1
2025-06-19Adjust `with_generic_param_rib`.Nicholas Nethercote-119/+77
2025-06-19Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzolbors-56/+125
2025-06-19add comment to `src/bootstrap/build.rs`Deadbeef-0/+1
2025-06-19`Option`s are `Iterator`sYotam Ofek-11/+4
2025-06-19avoid intermediately collecting into vectorsYotam Ofek-8/+4
2025-06-19one less pathbuf allocationYotam Ofek-2/+2
2025-06-19completely deduplicate `Visitor` and `MutVisitor`Deadbeef-676/+465
2025-06-19Rustup to rustc 1.89.0-nightly (c68340350 2025-06-18)bjorn3-1/+1
2025-06-19Sync from rust c68340350c78eea402c4a85f8d9c1b7d3d607635bjorn3-42/+64
2025-06-19Merge pull request #4396 from Stypox/build-with-featuresRalf Jung-65/+153
2025-06-19Doc: clarify priority of lint level sourcesHamidreza Sanaee-1/+102
2025-06-19Allow building Miri with --features from miri-scriptStypox-65/+153
2025-06-19Do not include NUL-terminator in computed lengthAlice Ryhl-20/+27
2025-06-19Merge pull request #20042 from Veykril/push-uosxynulorznLukas Wirth-3/+3
2025-06-19fix: Temporarily disable `+` typing handler as it moves the cursor positionLukas Wirth-3/+3
2025-06-19Auto merge of #139244 - jieyouxu:exp/auto-cross-run-make, r=Kobzolbors-112/+206
2025-06-19Merge pull request #20041 from Veykril/push-yxlszoznuynoLukas Wirth-39/+19
2025-06-19remove `walk_item_kind` from `MutVisitor`Deadbeef-49/+3
2025-06-19Revert "Turn `BlockId` into a `#[salsa::tracked]`"Lukas Wirth-39/+19
2025-06-19Merge pull request #4407 from rust-lang/rustup-2025-06-19Ralf Jung-12907/+15118
2025-06-19Remove incorrect comments in `Weak`Tim (Theemathas) Chirananthavat-2/+0
2025-06-19Merge from rustcThe Miri Cronjob Bot-12906/+15117
2025-06-19Clarify arrow in snapshot testsJakub Beránek-0/+4
2025-06-19Normalize host target in snapshot testsJakub Beránek-17/+74
2025-06-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-19Add `get_host_target` functionJakub Beránek-2/+7
2025-06-19Merge pull request #20039 from ShoyuVanilla/let-bind-ref-captLukas Wirth-1/+43
2025-06-19Cache instantiation of canonical binderMichael Goulet-20/+177
2025-06-19Merge from rustcThe rustc-dev-guide Cronjob Bot-28451/+45536
2025-06-19Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-06-19Auto merge of #142697 - tgross35:rollup-xu4yuq6, r=tgross35bors-655/+1097
2025-06-19Update booksrustbot-0/+0
2025-06-18Prepare to split lints into multiple cratesJason Newcomb-431/+480
2025-06-19various minor target feature cleanupsRalf Jung-2/+1
2025-06-19various minor target feature cleanupsRalf Jung-54/+38
2025-06-18Add a test for `concat_bytes!` with C stringsTrevor Gross-29/+83
2025-06-19line-wrap and extend comments, typosRalf Jung-14/+22
2025-06-19cg_gcc: properly populate cfg(target_features) with -Ctarget-featuresRalf Jung-22/+17
2025-06-19cg_gcc: properly populate cfg(target_features) with -Ctarget-featuresRalf Jung-47/+37
2025-06-19unify two -Ctarget-feature parsersRalf Jung-121/+170