about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-09deduplicate the rest of AST walker functionsDeadbeef-1170/+686
2025-06-09Always consider `const _` items as live for dead code analysisUrgau-1/+27
2025-06-09Fix `manual_flatten` removes the useless if letdonkomura-57/+307
2025-06-09Merge pull request #19954 from lnicola/sync-from-rustLaurențiu Nicola-37427/+107501
2025-06-09Merge from rust-lang/rustLaurențiu Nicola-37426/+107500
2025-06-09Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-06-09float midpoint tests: add missing NAN casesRalf Jung-0/+2
2025-06-09make the default float comparison tolerance type-dependentRalf Jung-15/+31
2025-06-09float tests: deduplicate min, max, and rounding testsRalf Jung-456/+56
2025-06-09Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgrbors-494/+540
2025-06-09float tests: use assert_biteq in more placesRalf Jung-215/+224
2025-06-09Rollup merge of #142232 - onur-ozkan:141986, r=KobzolMatthias Krüger-21/+34
2025-06-09Rollup merge of #142231 - Kobzol:master-cache-ci, r=marcoieniMatthias Krüger-6/+29
2025-06-09Rollup merge of #142228 - tshepang:rust-push, r=jieyouxuMatthias Krüger-275/+230
2025-06-09Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnrMatthias Krüger-2/+2
2025-06-09Rollup merge of #142193 - dianne:binding-drop-order-edge-case-tests, r=NadrierilMatthias Krüger-0/+233
2025-06-09Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35Matthias Krüger-180/+4
2025-06-09Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35Matthias Krüger-10/+8
2025-06-09Disable download-rustc on CIJakub Beránek-3/+5
2025-06-09stabilize nonnull_provenanceRalf Jung-6/+4
2025-06-09add `Cargo.lock` to CI-rustc allowed list for non-CI envonur-ozkan-21/+34
2025-06-09Remove rustc_feature::Stabilitymejrs-106/+5
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-195/+274
2025-06-09Make `since` of removed features the version removed and fill `pull`xizheyin-87/+88
2025-06-09Note the version and PR of removed features when using itxizheyin-21/+71
2025-06-09Add ui test removed-features-note-version-and-pr-issue-141619xizheyin-0/+23
2025-06-09Merge pull request #4388 from rust-lang/rustup-2025-06-09Ralf Jung-2953/+2103
2025-06-09Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgrbors-45/+152
2025-06-09Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,...Matthias Krüger-6/+16
2025-06-09Rollup merge of #142218 - ojeda:rfl, r=KobzolMatthias Krüger-2/+1
2025-06-09Rollup merge of #142211 - Kobzol:try-fast-submodule-checkout, r=Mark-SimulacrumMatthias Krüger-0/+8
2025-06-09Rollup merge of #142191 - bvanjoi:issue-135863, r=compiler-errorsMatthias Krüger-18/+43
2025-06-09Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=KobzolMatthias Krüger-9/+14
2025-06-09Rollup merge of #141751 - jieyouxu:remap, r=KobzolMatthias Krüger-10/+70
2025-06-09Do not checkout GCC submodule for the tidy jobJakub Beránek-0/+8
2025-06-09Run `calculate_matrix` job on the `master` branchJakub Beránek-1/+19
2025-06-09Do not inherit environment variables in citool testsJakub Beránek-5/+10
2025-06-09Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju...bors-358/+1510
2025-06-09Merge pull request #2461 from rust-lang/rustc-pullTshepang Mbambo-16266/+72448
2025-06-09Merge from rustcThe Miri Cronjob Bot-2952/+2102
2025-06-09Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-09compiler-builtins: Emit `rustc-check-cfg` earlierTrevor Gross-2/+3
2025-06-09compiler-builtins: Specify `:r` registers for `usize`Trevor Gross-3/+3
2025-06-09compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 AndroidTrevor Gross-10/+30
2025-06-09Merge from rustcThe rustc-dev-guide Cronjob Bot-16265/+72447
2025-06-09Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-06-08Avoid a gratuitous 10s wait in a stress testJosh Triplett-6/+16
2025-06-09optimize codesBoot0x7c00-25/+7
2025-06-08add `param_env` cache to canonicalizationlcnr-15/+91
2025-06-08move `canonicalize_param_env` into sub-fnlcnr-25/+30