about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-19Doc: clarify priority of lint level sourcesHamidreza Sanaee-1/+102
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-19Remove incorrect comments in `Weak`Tim (Theemathas) Chirananthavat-2/+0
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-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-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-47/+37
2025-06-19unify two -Ctarget-feature parsersRalf Jung-121/+170
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-462/+326
2025-06-19move cfg(target_feature) computation into shared placeRalf Jung-119/+126
2025-06-18Merge pull request #2447 from rust-lang/offload-docsManuel Drehwald-0/+82
2025-06-18Rollup merge of #142692 - Kobzol:bootstrap-small-check-cleanup, r=jieyouxuTrevor Gross-65/+16
2025-06-18Rollup merge of #142654 - workingjubilee:increase-timeout-factor-on-mpmc-test...Trevor Gross-2/+2
2025-06-18Rollup merge of #142639 - dpaoliello:needcolon, r=WaffleLapkinTrevor Gross-1/+1
2025-06-18initial instructions for gpu offloadManuel Drehwald-0/+82
2025-06-18Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,...Trevor Gross-1/+49
2025-06-18Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-SimulacrumTrevor Gross-165/+167
2025-06-18Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmannTrevor Gross-133/+320
2025-06-18Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnrTrevor Gross-288/+542
2025-06-19Auto merge of #140772 - mati865:gnullvm-host, r=Kobzolbors-21/+121
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-79/+143
2025-06-18Merge pull request #710 from FractalFir/abi-cafeantoyo-2/+68
2025-06-19Merge pull request #2476 from rust-lang/tshepang-patch-1Tshepang Mbambo-2/+2
2025-06-19fix markupTshepang Mbambo-2/+2
2025-06-18Fix `core::iter::Fuse`'s `Default` impl to do what it's docs say it does.Zachary S-1/+23