about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-13Rollup merge of #139776 - mejrs:diagn2, r=compiler-errorsJacob Pratt-2/+2
2025-04-13Rollup merge of #139722 - jackh726:patternkind-walk-toir, r=compiler-errorsJacob Pratt-468/+531
2025-04-13Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm...Jacob Pratt-18/+40
2025-04-13Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcmJacob Pratt-0/+7
2025-04-13Rollup merge of #139666 - lcnr:pre-revealing-use-cleanup, r=compiler-errorsJacob Pratt-154/+108
2025-04-13Rollup merge of #139636 - Zoxc:graph-edges-len-u32, r=compiler-errorsJacob Pratt-8/+10
2025-04-13Rollup merge of #138336 - jyn514:crate-attr-diagnostics, r=compiler-errorsJacob Pratt-42/+26
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-519/+151
2025-04-14Auto merge of #139766 - jhpratt:rollup-afrfmnk, r=jhprattbors-272/+277
2025-04-14Switch to `diagnostic::on_unimplemented`mejrs-2/+2
2025-04-14Documentation fixes.Nicholas Nethercote-10/+14
2025-04-14Remove `rustc_middle::hir::Map`.Nicholas Nethercote-15/+0
2025-04-14Remove unused `Map` field from `TraitObjectVisitor`.Nicholas Nethercote-3/+3
2025-04-14Remove unused `StaticLifetimeVisitor`.Nicholas Nethercote-12/+0
2025-04-14Raise errors on bad rustc_on_unimplemented format strings againmejrs-3/+35
2025-04-14Disable usage on trait impls and aliasesmejrs-4/+13
2025-04-14Documentation and finishing touchesmejrs-79/+215
2025-04-13Visit place in BackwardIncompatibleDropHint statementMichael Goulet-19/+19
2025-04-13Rollup merge of #139741 - os-checker:smir-run-macro, r=scottmcmJacob Pratt-0/+3
2025-04-13Rollup merge of #139674 - yotamofek:pr/mir_transform/index-iterators, r=compi...Jacob Pratt-53/+46
2025-04-13Rollup merge of #139644 - yotamofek:pr/mir_transform/instsimplify/simplify_pr...Jacob Pratt-17/+8
2025-04-13Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errorsJacob Pratt-6/+56
2025-04-13Rollup merge of #139582 - oli-obk:coercion-cleanups, r=compiler-errorsJacob Pratt-94/+82
2025-04-13Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e...Jacob Pratt-7/+4
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-68/+29
2025-04-13Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errorsJacob Pratt-19/+20
2025-04-13Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W...Jacob Pratt-8/+29
2025-04-13Improve `-Z crate-attr` diagnosticsjyn-42/+26
2025-04-13JumpThreading: Bail out on interp errorsclubby789-67/+91
2025-04-13JumpThreading: Re-enable and fix Not ops on non-booleansclubby789-18/+11
2025-04-13import rustc_smir::rustc_internal in run_driver!zjp-0/+1
2025-04-13add missing `extern crate rustc_middle` in rustc_smir::run! docstringzjp-0/+2
2025-04-13Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDentonbors-1/+1
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-8/+29
2025-04-13Auto merge of #139724 - ChrisDenton:rollup-zhcdtzh, r=ChrisDentonbors-11/+5
2025-04-13Rollup merge of #139708 - samueltardieu:push-onttwlpwurov, r=petrochenkovChris Denton-1/+1
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-15/+49
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-18/+40
2025-04-12Move FlagComputation, PatternKind, and TypeWalker to rustc_type_irjackh726-468/+531
2025-04-12Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomezChris Denton-0/+1
2025-04-12Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-SimulacrumChris Denton-11/+4
2025-04-12Auto merge of #139640 - Zoxc:big-file-encoder, r=saethlinbors-1/+1
2025-04-12Proactively update coroutine drop shim's phase to account for later passes ap...Michael Goulet-0/+7
2025-04-12don't store opaque info during encodingbohan-64/+23
2025-04-12In `rustc_mir_tranform`, iterate over index newtypes instead of intsYotam Ofek-53/+46
2025-04-12Fix name of field in doc commentSamuel Tardieu-1/+1
2025-04-12update documentationManuel Drehwald-1/+6
2025-04-12fix "could not find source function" error by preventing function merging bef...Manuel Drehwald-1/+4
2025-04-12fix LooseTypes flag and PrintMod behaviour, add debug helperManuel Drehwald-21/+68
2025-04-11Rollup merge of #139664 - oli-obk:push-tkmurytmnsyw, r=RalfJungJacob Pratt-8/+8