about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-17tests: refine disable reason for `tests/debuginfo/drop-locations.rs`Jieyou Xu-1/+3
2025-04-17compiletest: add specific `//@ ignore-auxiliary` for test support filesJieyou Xu-0/+11
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-302/+265
2025-04-17Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmannMatthias Krüger-1/+21
2025-04-17Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxuMatthias Krüger-62/+1
2025-04-17Rollup merge of #139891 - pvdrz:add-dso-local, r=scottmcmMatthias Krüger-6/+6
2025-04-17Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomezMatthias Krüger-46/+63
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-68/+68
2025-04-17Rollup merge of #139650 - Alexendoo:group-alias, r=davidtwcoMatthias Krüger-63/+42
2025-04-17Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwcoMatthias Krüger-8/+16
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-48/+48
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-2/+152
2025-04-16Auto merge of #139912 - matthiaskrgr:rollup-va0rqvk, r=matthiaskrgrbors-70/+391
2025-04-16Auto merge of #139914 - GuillaumeGomez:update-stdarch, r=Amanieubors-0/+0
2025-04-16Update stdarch submoduleGuillaume Gomez-0/+0
2025-04-16Rollup merge of #139893 - reddevilmidzy:add-test, r=SparrowLiiMatthias Krüger-0/+5
2025-04-16Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errorsMatthias Krüger-12/+3
2025-04-16Rollup merge of #139884 - rustbot:docs-update, r=ehussMatthias Krüger-0/+10
2025-04-16Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercoteMatthias Krüger-2/+22
2025-04-16Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercoteMatthias Krüger-1/+1
2025-04-16Rollup merge of #139871 - GuillaumeGomez:async-gen-move, r=compiler-errorsMatthias Krüger-4/+126
2025-04-16Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxuMatthias Krüger-16/+31
2025-04-16Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxuMatthias Krüger-1/+15
2025-04-16Rollup merge of #139647 - eholk:package-namespace, r=fmeaseMatthias Krüger-34/+178
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-62/+1
2025-04-16fix multiple `#[repr(align(N))]` on functionsFolkert de Vries-1/+21
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-32/+42
2025-04-15Include optional dso_local marker for functions in `enum-match.rs`Christian Poveda-6/+6
2025-04-16Auto merge of #139768 - compiler-errors:split-fold, r=lcnrbors-218/+402
2025-04-16Make CodeStat's type sizes a public fieldblyxyas-1/+1
2025-04-16Improve `borrowck_graphviz_*` documentation.Nicholas Nethercote-10/+2
2025-04-16Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.Nicholas Nethercote-2/+1
2025-04-15Auto merge of #139878 - petrochenkov:revllvmclean2, r=compiler-errorsbors-26/+45
2025-04-15Update Cargo.lock for rustbookEric Huss-0/+10
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-68/+68
2025-04-15Update booksrustbot-0/+0
2025-04-15Add unstable foo::bar extern command line argumentsEric Holk-34/+178
2025-04-15normalize canonical and non-canonical paths in compiletestWaffle Lapkin-5/+8
2025-04-15commit rustfmt stump in `x t tidy` even on `check`Waffle Lapkin-3/+6
2025-04-15Fix wrong suggestion for async gen block and add regression ui test for #139839Guillaume Gomez-4/+126
2025-04-15Auto merge of #139881 - matthiaskrgr:rollup-7x6zcrc, r=matthiaskrgrbors-350/+324
2025-04-15Rollup merge of #139877 - joshtriplett:take-care, r=dtolnayMatthias Krüger-0/+8
2025-04-15Rollup merge of #139859 - marcoieni:rename-macos-runner, r=KobzolMatthias Krüger-6/+6
2025-04-15Rollup merge of #139848 - nnethercote:kw-Empty-5, r=compiler-errorsMatthias Krüger-13/+5
2025-04-15Rollup merge of #139824 - ChrisDenton:non-canonical, r=petrochenkovMatthias Krüger-28/+6
2025-04-15Rollup merge of #139819 - Kobzol:rust-cache, r=marcoieniMatthias Krüger-0/+7
2025-04-15Rollup merge of #139818 - compiler-errors:normalize-tails, r=oli-obkMatthias Krüger-73/+64
2025-04-15Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=Guillaume...Matthias Krüger-230/+228
2025-04-15Don't compute name of associated item if it's an RPITITMichael Goulet-2/+22
2025-04-15Split TypeFolder and FallibleTypeFolderMichael Goulet-186/+395