about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-10-04Unrolled build for #147245 try-perf perf-tmpRust timing bot-30/+79
2025-10-04Auto merge of #147299 - compiler-errors:hr-norm, r=jackh726bors-13/+107
2025-10-03Auto merge of #147301 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-10-03Update cargo submoduleWeihang Lo-0/+0
2025-10-03Auto merge of #143613 - Enselic:panic-abort-uwtables, r=petrochenkovbors-9/+74
2025-10-03Don't normalize higher-ranked assumptions if they're not usedMichael Goulet-13/+107
2025-10-03Auto merge of #142771 - dianqk:mir-stmt-debuginfo, r=cjgillotbors-581/+2798
2025-10-03Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=Guillaume...bors-96/+275
2025-10-03Auto merge of #147282 - Zalathar:rollup-7wz3k9r, r=Zalatharbors-425/+839
2025-10-03debuginfo: Use `LocalRef` to simplify reference debuginfosdianqk-157/+318
2025-10-03Rollup merge of #147270 - GuillaumeGomez:move-cfg-code, r=lolbinarycatStuart Cook-264/+268
2025-10-03Rollup merge of #147268 - davidtwco:add-arm-maintainers-to-targets, r=lqdStuart Cook-17/+152
2025-10-03Rollup merge of #147263 - jieyouxu:disable-auto-backport-nominations, r=apira...Stuart Cook-4/+0
2025-10-03Rollup merge of #147259 - Zalathar:node-in-context, r=nnethercoteStuart Cook-111/+93
2025-10-03Rollup merge of #146166 - ferrocene:pvdrz/edition-range, r=fmease,jieyouxuStuart Cook-14/+284
2025-10-03Rollup merge of #141839 - tshepang:ease-lsp-use, r=Mark-Simulacrum,fee1-deadStuart Cook-15/+42
2025-10-02Auto merge of #147231 - CrooseGit:dev/reucru01/extend_rustc_force_inline, r=s...bors-25/+346
2025-10-02rustdoc: use same stage for all pr check docsMichael Howell-1/+1
2025-10-02rustdoc: add testcase for traitParent deduplicationbinarycat-0/+38
2025-10-02search.js: introduce optimized removeIdxListAsc routinebinarycat-9/+30
2025-10-02fix rustdoc tests broke by trait item filteringbinarycat-35/+42
2025-10-02if a trait item is shown in search results, hide the impl itembinarycat-61/+174
2025-10-02bring back plural 'alternatives' in suggestion messageKarol Zwolak-6/+6
2025-10-02fix wording; we're replacing coma with a barKarol Zwolak-3/+3
2025-10-02Fix backtraces with `-C panic=abort` on linux; emit unwind tables by defaultMartin Nordholts-9/+74
2025-10-02Document range syntax on the rustc dev guideChristian Poveda-0/+14
2025-10-02implement range support in `//@ edition`Pietro Albini-14/+270
2025-10-02Auto merge of #147196 - LorrensP-2158466:same-res-ambiguity-test, r=petrochenkovbors-0/+86
2025-10-02add arm-maintainers to various targetsDavid Wood-17/+152
2025-10-02Move doc_cfg-specific code into `cfg.rs`Guillaume Gomez-264/+268
2025-10-02Auto merge of #147261 - matthiaskrgr:rollup-yh3fgvc, r=matthiaskrgrbors-309/+1295
2025-10-02Extends `rustc_force_inline` to inherent methodsReuben Cruise-25/+346
2025-10-02triagebot: disable auto stable-regression compiler backport nominationsJieyou Xu-4/+0
2025-10-02Rollup merge of #147236 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-10-02Rollup merge of #147233 - GuillaumeGomez:citool-submodule-init, r=KobzolMatthias Krüger-2/+22
2025-10-02Rollup merge of #147227 - edwloef:box_take, r=joboetMatthias Krüger-0/+31
2025-10-02Rollup merge of #147225 - daxpedda:wasm-u-u-atomics-threads, r=alexcrichtonMatthias Krüger-36/+13
2025-10-02Rollup merge of #147221 - Zalathar:incremental, r=lqdMatthias Krüger-1/+26
2025-10-02Rollup merge of #147004 - estebank:ascription-in-pat, r=fee1-deadMatthias Krüger-123/+95
2025-10-02Rollup merge of #146585 - hkBst:indexing-1, r=jdonszelmannMatthias Krüger-34/+30
2025-10-02Rollup merge of #146535 - joshtriplett:mbe-unsafe-attr, r=petrochenkovMatthias Krüger-38/+161
2025-10-02Rollup merge of #146281 - Jules-Bertholet:static-align-thread-local, r=Mark-S...Matthias Krüger-75/+917
2025-10-02Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnrbors-247/+391
2025-10-02Extract helper method `global_set_metadata_node`Zalathar-25/+19
2025-10-02Extract helper method `global_add_metadata_node`Zalathar-26/+20
2025-10-02Extract helper method `module_add_named_metadata_node`Zalathar-19/+18
2025-10-02Extract helper method `set_metadata_node`Zalathar-41/+36
2025-10-02mir-opt: Eliminate dead statements even if they are used by debuginfosdianqk-101/+170
2025-10-02codegen: Generate `dbg_value` for the ref statementdianqk-14/+431
2025-10-02mir-opt: Eliminate trivial unnecessary storage annotationsdianqk-556/+179