about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-13Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errorsMatthias Krüger-9/+6
2024-03-13Rollup merge of #122434 - Nadrieril:renames, r=compiler-errorsMatthias Krüger-137/+121
2024-03-13Rollup merge of #122430 - GuillaumeGomez:link-to-local, r=TaKO8KiMatthias Krüger-4/+4
2024-03-13Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obkMatthias Krüger-1/+1
2024-03-13Rollup merge of #122424 - testwill:typos, r=michaelwoeristerMatthias Krüger-3/+3
2024-03-13Split a complex conditional into separate statementsChris Wailes-14/+22
2024-03-13Add `-Z external-sanitizer-runtime`Chris Wailes-0/+3
2024-03-13Delay a bug for stranded opaquesMichael Goulet-1/+7
2024-03-13safe transmute: require that src referent is smaller than dstJack Wrenn-3/+46
2024-03-13Make incremental sessions identity no longer depend on the crate names provid...John Kåre Alsaker-99/+101
2024-03-13privacy: Stabilize lint `unnameable_types`Vadim Petrochenkov-6/+10
2024-03-13Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obkbors-6/+28
2024-03-13extend docs of -Zprint-mono-itemsRalf Jung-1/+3
2024-03-13placate tidy.Felix S. Klock II-1/+1
2024-03-13Remove restrictions on small enum statements such as `Order`, `Option` or `Re...DianQK-1/+4
2024-03-13Addition of parentheses to clarify precedenceDianQK-1/+1
2024-03-13Add comments for `UnreachableEnumBranching`DianQK-0/+38
2024-03-13Create some minimal HIR for associated opaque typesVadim Petrochenkov-29/+67
2024-03-13Add produces as tidy requiresWesley Wiser-0/+2
2024-03-13Added an "Explanation" header and expanded that section for the newly added l...Felix S. Klock II-0/+8
2024-03-13downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ...Felix S. Klock II-6/+49
2024-03-13Reject escaping bound vars in the type of assoc const bindingsLeón Orell Valerian Liehr-20/+113
2024-03-13Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkovbors-263/+399
2024-03-13Remove `MaybeInfiniteInt::JustAfterMax`Nadrieril-9/+6
2024-03-13Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`Nadrieril-50/+42
2024-03-13Rename `TypeCx` -> `PatCx`Nadrieril-68/+68
2024-03-13Rename `ValidityConstraint` -> `PlaceValidity`Nadrieril-20/+12
2024-03-13Reject early-bound params in the type of assoc const bindingsLeón Orell Valerian Liehr-10/+139
2024-03-13Generate link to `Local` in `hir::Let` documentationGuillaume Gomez-4/+4
2024-03-13coverage: Add `CoverageKind::BlockMarker`Zalathar-2/+24
2024-03-13coverage: Make `is_eligible_for_coverage` a hook methodZalathar-38/+48
2024-03-13Allow `rustc_mir_transform` to register hook providersZalathar-6/+7
2024-03-13Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obkbors-2/+4
2024-03-13delay expand macro bang when there has indeterminate pathbohan-263/+399
2024-03-13Fix StableMIR is_full computationCelina G. Val-1/+1
2024-03-13Auto merge of #122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgrbors-432/+412
2024-03-13fix: typosguoguangwu-3/+3
2024-03-13Rollup merge of #122400 - wutchzone:122345, r=fmeaseMatthias Krüger-21/+31
2024-03-13Rollup merge of #122360 - veera-sivarajan:bugfix-121941, r=compiler-errorsMatthias Krüger-0/+7
2024-03-13Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercoteMatthias Krüger-83/+63
2024-03-13Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinvalMatthias Krüger-0/+22
2024-03-13Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasperMatthias Krüger-233/+149
2024-03-13Rollup merge of #121820 - Nadrieril:idxpat2, r=compiler-errorsMatthias Krüger-95/+140
2024-03-13Auto merge of #121421 - saethlin:smarter-mono, r=oli-obkbors-4/+146
2024-03-13Various style improvements to `rustc_lint::levels`Zalathar-128/+121
2024-03-13Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoeristerbors-2/+56
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-11/+52
2024-03-13coverage: Remove all unstable values of `-Cinstrument-coverage`Zalathar-75/+14
2024-03-13Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obkbors-42/+18
2024-03-12Avoid lowering code under dead SwitchInt targetsBen Kimock-4/+146