about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-29Auto merge of #140415 - ChrisDenton:rollup-r0631fv, r=ChrisDentonbors-519/+1693
2025-04-29Move various token stream things from `rustc_parse` to `rustc_ast`.Nicholas Nethercote-339/+338
2025-04-29unwind: bump `unwinding` dependency to 0.2.6Sean Cross-3/+3
2025-04-28Move `in_external_macro` to `SyntaxContext`Jason Newcomb-18/+28
2025-04-29Merge pull request #2361 from ehuss/update-mdbookYuki Okushi-1/+1
2025-04-28Reexport types from `c_size_t` in `std`Trevor Gross-0/+2
2025-04-28Rollup merge of #140402 - lcnr:normalizes-to-certainty-yes, r=compiler-errorsChris Denton-32/+66
2025-04-28Rollup merge of #140396 - ChrisDenton:gnu-threads, r=jieyouxuChris Denton-0/+6
2025-04-28Rollup merge of #140394 - Kobzol:git-test-self-contained, r=jieyouxuChris Denton-0/+3
2025-04-28Rollup merge of #140391 - DaniPopes:sub-ptr-rename, r=RalfJungChris Denton-14/+15
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-3/+12
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-289/+959
2025-04-28Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnrChris Denton-73/+86
2025-04-28Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnrChris Denton-0/+77
2025-04-28Rollup merge of #140022 - dianne:box-deref-pats, r=NadrierilChris Denton-82/+229
2025-04-28Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnayChris Denton-27/+107
2025-04-28Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4Chris Denton-2/+145
2025-04-28Workaround for windows-gnu rust-lld test failureChris Denton-0/+6
2025-04-28Add documentation on how to stabilize the compiler editionEric Huss-0/+19
2025-04-28Merge pull request #19699 from ChayimFriedman2/escape-labelDavid Barsky-7/+36
2025-04-28shared-generics: Do not share instantiations that cannot be created outside o...Piotr Osiewicz-12/+59
2025-04-28Merge pull request #19710 from rust-lang/davidbarsky/add-additional-details-t...Chayim Refael Friedman-9/+20
2025-04-28base-db: add more details to panicDavid Barsky-9/+20
2025-04-28Use target-cpu=z13 on s390x codegen const vector testEduard Stefes-1/+5
2025-04-28Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`Lieselotte-11/+10
2025-04-28Update mdbook to 0.4.48Eric Huss-1/+1
2025-04-28Add documentation on how to migration the edition of the standard libraryEric Huss-0/+18
2025-04-28Add an example of the example of an edition migration lintEric Huss-0/+17
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-743/+874
2025-04-28Do not compute type_of for impl item if impl where clauses are unsatisfiedMichael Goulet-0/+77
2025-04-28reviewlcnr-19/+29
2025-04-28only return nested goals for `Certainty::Yes`lcnr-18/+42
2025-04-28Add T-compiler backports Zulip notificationsapiraino-12/+35
2025-04-28We always use the current item as parent, so no need to pass itOli Scherer-9/+4
2025-04-28PassWrapper: adapt for llvm/llvm-project@d3d856ad8469Augie Fackler-4/+9
2025-04-28Fix `zombie_processes` FP inside closures (#14696)Manish Goregaokar-1/+26
2025-04-28remove noinline attribute and add alwaysinline after AD passbit-aloo-10/+104
2025-04-28Merge pull request #19708 from Veykril/push-wrmyowrzkxzzLukas Wirth-255/+188
2025-04-28Merge pull request #19542 from snprajwal/let-else-to-matchLukas Wirth-142/+335
2025-04-28Merge pull request #19469 from snprajwal/merge-importsLukas Wirth-101/+175
2025-04-28Fix rustc test suitebjorn3-1/+1
2025-04-28Rustup to rustc 1.88.0-nightly (cb31a009e 2025-04-27)bjorn3-1/+1
2025-04-28Sync from rust cb31a009e3e735ab08613cec2d8a5a754e65596fbjorn3-14/+2
2025-04-28refactor: De-arc lang item queriesLukas Wirth-255/+188
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-1904/+4091
2025-04-28Use associated types for SCC annotations, per code review suggestionAmanda Stjerna-52/+51
2025-04-28Decouple SCC annotations from SCCsAmanda Stjerna-159/+228
2025-04-28Make bootstrap git tests more self-containedJakub Beránek-0/+3
2025-04-28Rework the logic for PointerFinder::visit_placeBastian Kersting-22/+17
2025-04-28refactor: migrate `merge_imports` to syntax editorPrajwal S N-43/+25