about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-15tidy: improve commentMarijn Schouten-1/+1
2025-07-15tidy static regex: OnceLock -> LazyLockMarijn Schouten-2/+3
2025-07-15Add std::hint::spin_loop()Patrick-6-6/+22
2025-07-15tidy: more clippy fixesMarijn Schouten-112/+110
2025-07-15Auto merge of #143460 - JonathanBrouwer:cfg_parser, r=jdonszelmannbors-428/+897
2025-07-15constify `Index` trait and its slice implsOli Scherer-48/+60
2025-07-15constify some methods using `SliceIndex`Oli Scherer-23/+33
2025-07-15constify `SliceIndex` traitOli Scherer-25/+53
2025-07-15New example for E0536Jonathan Brouwer-16/+13
2025-07-15Changes to diagnosticsJonathan Brouwer-98/+163
2025-07-15Define attribute parser & config evaluatorJonathan Brouwer-264/+325
2025-07-15Add tests for UB check in `set_len`, `from_raw_parts_in`, `from_parts_in`xizheyin-0/+55
2025-07-15Move `cfg` -> `cfg_old`Jonathan Brouwer-1/+250
2025-07-15Allow `Early` stage to emit errorsJonathan Brouwer-18/+93
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-31/+53
2025-07-15Merge pull request #4468 from rust-lang/rustup-2025-07-15Ralf Jung-1339/+1816
2025-07-15Merge from rustcThe Miri Cronjob Bot-1338/+1815
2025-07-15Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-15test: Add UI tests for testing type analysis autodiffKaran Janthe-0/+1302
2025-07-15Recover and suggest use `;` to construct array typexizheyin-86/+182
2025-07-14Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrumbors-0/+87
2025-07-14Update mdbook to 0.4.52Eric Huss-3/+3
2025-07-14Merge pull request #2497 from rust-lang/tshepang-git-cloneManuel Drehwald-6/+6
2025-07-15Infer lifetimes for GATs in expression/pattern positionChayim Refael Friedman-2/+30
2025-07-14Port `#[pointee]` to the new attribute parsing infrastructureJonathan Brouwer-3/+16
2025-07-14update `cfg_select!` documentationFolkert de Vries-30/+39
2025-07-14Don't always panic if WASI_SDK_PATH is not set when detecting compilersPaul Murphy-4/+9
2025-07-14Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearthbors-631/+3310
2025-07-14Update booksrustbot-0/+0
2025-07-15Update triagebot autolabelJieyou Xu-1/+0
2025-07-15Remove mentions of `./x suggest` and `suggest-tests` in rustc-dev-guideJieyou Xu-80/+0
2025-07-15Regenerate completions after removing `./x suggest`Jieyou Xu-644/+2
2025-07-15Remove current implementation of `./x suggest`Jieyou Xu-348/+10
2025-07-15Register change tracker warning for removal of `./x suggest`Jieyou Xu-0/+5
2025-07-14Auto merge of #143934 - samueltardieu:rollup-w3iw614, r=samueltardieubors-407/+461
2025-07-14tests: Fix duplicated-path-in-error fail with muslJens Reidel-0/+10
2025-07-14rustc_type_ir/walk: move docstring to `TypeWalker` itselfAda Alakbarova-6/+6
2025-07-14Rollup merge of #143903 - vtjl10:master, r=jieyouxuSamuel Tardieu-2/+2
2025-07-14Rollup merge of #143901 - compiler-errors:region-constraint-nits, r=lcnrSamuel Tardieu-24/+19
2025-07-14Rollup merge of #143870 - jieyouxu:compiletest-maintenance-6, r=KobzolSamuel Tardieu-20/+44
2025-07-14Rollup merge of #143868 - jdonszelmann:fix-align-on-fields, r=workingjubileeSamuel Tardieu-6/+34
2025-07-14Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=...Samuel Tardieu-13/+29
2025-07-14Rollup merge of #143848 - makai410:smir-rename, r=oli-obkSamuel Tardieu-267/+277
2025-07-14Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplettSamuel Tardieu-60/+35
2025-07-14Rollup merge of #141809 - ChrisDenton:no-cleaup, r=jhprattSamuel Tardieu-15/+21
2025-07-14Don't call WSACleanup on process exitChris Denton-15/+21
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-419/+680
2025-07-14Preserve constness in trait objects up to hir ty loweringOli Scherer-3/+27
2025-07-14Auto merge of #143919 - Kobzol:rollup-acyaygs, r=Kobzolbors-725/+665
2025-07-14Add experimental backtrace-trace-only std featureChris Denton-47/+57