about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-21Remove each_linked_rlib_for_lto from CodegenContextbjorn3-23/+63
2025-07-21Move exported_symbols_for_lto out of CodegenContextbjorn3-17/+39
2025-07-21Merge exported_symbols computation into exported_symbols_for_ltobjorn3-90/+69
2025-07-21Move LTO symbol export calculation from backends to cg_ssabjorn3-191/+132
2025-07-21Remove worker idbjorn3-56/+19
2025-07-21Merge modules and cached_modules for fat LTObjorn3-33/+14
2025-07-21Merge pull request #20268 from lnicola/sync-from-rustLaurențiu Nicola-13079/+18381
2025-07-21Downgrade ra-ap-rustc_parse_formatLaurențiu Nicola-17/+22
2025-07-21Revert "Bump rustc-literal-escaper"Laurențiu Nicola-6/+12
2025-07-21Bump rustc-literal-escaperLaurențiu Nicola-12/+6
2025-07-21Migrate AstNodeEditHayashi Mikihiro-35/+74
2025-07-21Bump rustc cratesLaurențiu Nicola-22/+28
2025-07-21Merge from rust-lang/rustLaurențiu Nicola-13059/+18350
2025-07-21Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-07-21Merge pull request #4486 from rust-lang/rustup-2025-07-21Ralf Jung-733/+983
2025-07-21Merge from rustcThe Miri Cronjob Bot-732/+982
2025-07-21Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-21Merge pull request #20256 from A4-Tacks/gen-mut-trait-derefShoyu Vanilla (Flint)-0/+37
2025-07-21Merge pull request #20262 from ChayimFriedman2/goto-ref-rawShoyu Vanilla (Flint)-2/+45
2025-07-21Merge ref '460259d14de0' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-8946/+17811
2025-07-21Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-07-20Rollup merge of #144235 - Gelbpunkt:run-make-musl, r=jieyouxuJacob Pratt-1/+8
2025-07-20Rollup merge of #144230 - RalfJung:option-as-slice-comment-fix, r=scottmcmJacob Pratt-1/+1
2025-07-20Rollup merge of #144229 - RalfJung:miri-sync, r=RalfJungJacob Pratt-735/+1457
2025-07-20Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errorsJacob Pratt-72/+71
2025-07-20Rollup merge of #144189 - lqd:test-144168, r=petrochenkovJacob Pratt-0/+97
2025-07-20Rollup merge of #144162 - beepster4096:drop_elaborator_debug_impls, r=compile...Jacob Pratt-4/+4
2025-07-20Rollup merge of #144159 - ognevny:opt-dist-build-dir, r=KobzolJacob Pratt-7/+13
2025-07-20Rollup merge of #144144 - Gelbpunkt:musl-crate-types-test, r=compiler-errorsJacob Pratt-0/+5
2025-07-21Auto merge of #143833 - scottmcm:final-mcp-838, r=compiler-errorsbors-1101/+873
2025-07-21Fix run-make tests on musl hostsJens Reidel-1/+8
2025-07-20Also bail out if predicates contain errors.Camille GILLOT-17/+41
2025-07-20Consider parent predicates in ImpossiblePredicates pass.Camille GILLOT-35/+58
2025-07-20Auto merge of #143309 - compiler-errors:param-sized-fast-path, r=lcnrbors-72/+82
2025-07-20clippy: make tests work in stage 1Ralf Jung-39/+64
2025-07-20clippy: make tests work in stage 1Ralf Jung-63/+84
2025-07-20Implement `check::RustAnalyzer` using the `tool_check_step` macroJakub Beránek-69/+25
2025-07-20Option::as_slice: fix commentRalf Jung-1/+1
2025-07-20update lockfileRalf Jung-51/+108
2025-07-20fix handling of base address for TypeId allocationsRalf Jung-43/+55
2025-07-20tests: cover more `exported_private_dependencies` casesDavid Mládek-20/+223
2025-07-20flt2dec: use fill instead of loopMarijn Schouten-11/+7
2025-07-20Consider param-env for fast pathMichael Goulet-72/+82
2025-07-20Ban projecting into SIMD types [MCP838]Scott McMurray-46/+35
2025-07-20opt-dist: change build_dir field to be an actual build dirognevnydemon-7/+13
2025-07-20Update Miri TestsScott McMurray-8/+14
2025-07-20Update cranelift testsScott McMurray-9/+16
2025-07-20...and wasm tests tooScott McMurray-1/+3
2025-07-20So many test updates x_xScott McMurray-1037/+805
2025-07-20Auto merge of #143861 - rust-lang:cargo_update, r=clubby789bors-84/+81