about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-42/+17
2024-01-31Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebankNadrieril-8/+8
2024-01-31Rollup merge of #120472 - Nilstrieb:die, r=compiler-errorsNadrieril-1/+3
2024-01-31Rollup merge of #120469 - estebank:issue-40120, r=TaKO8KiNadrieril-16/+25
2024-01-31Rollup merge of #120321 - Nadrieril:cleanup-cx, r=compiler-errorsNadrieril-174/+166
2024-01-31Auto merge of #120346 - petrochenkov:ownodes, r=oli-obkbors-71/+66
2024-01-31Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche...bors-18/+33
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-16/+25
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote-8/+8
2024-01-30Auto merge of #119101 - compiler-errors:outlives, r=lcnrbors-67/+163
2024-01-30Separate `PlaceCtxt` from `UsefulnessCtxt`Nadrieril-8/+8
2024-01-30Make `PatternColumn` part of the public APINadrieril-90/+101
2024-01-30Repurpose `MatchCtxt` for usefulness onlyNadrieril-23/+21
2024-01-30Limit the use of `PlaceCtxt`Nadrieril-52/+42
2024-01-30Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi...Guillaume Gomez-6/+14
2024-01-30Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=NilstriebGuillaume Gomez-128/+15
2024-01-30Rollup merge of #120475 - Nilstrieb:cargo-build-my-a-, r=michaelwoeristerGuillaume Gomez-0/+16
2024-01-30Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkovGuillaume Gomez-68/+1
2024-01-30Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercoteGuillaume Gomez-165/+183
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-10/+38
2024-01-30Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkovGuillaume Gomez-18/+27
2024-01-30Make `PatternColumn` generic in `Cx`Nadrieril-27/+20
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-42/+17
2024-01-30hir: Remove `hir::Map::{owner,expect_owner}`Vadim Petrochenkov-17/+9
2024-01-30hir: Add non-optional `hir_owner_nodes` for real `OwnerId`sVadim Petrochenkov-46/+54
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-17/+12
2024-01-30Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obkGuillaume Gomez-149/+143
2024-01-30Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errorsGuillaume Gomez-10/+25
2024-01-30Rollup merge of #120443 - GuillaumeGomez:footnote-def-improvement, r=fmeaseGuillaume Gomez-1/+1
2024-01-30Rollup merge of #120425 - DaniPopes:query-default-return, r=NilstriebGuillaume Gomez-14/+14
2024-01-30Rollup merge of #120402 - compiler-errors:async-closure-def-tree, r=cjgillotGuillaume Gomez-6/+12
2024-01-30Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obkGuillaume Gomez-33/+68
2024-01-30Rollup merge of #120387 - RalfJung:large-array-followup, r=oli-obkGuillaume Gomez-5/+4
2024-01-30Remove the second lifetime from `DiagnosticArg`.Nicholas Nethercote-5/+5
2024-01-30Remove the lifetime from `DiagnosticArgName`.Nicholas Nethercote-9/+5
2024-01-30Remove `DiagnosticArgName` from `rustc_codegen_ssa`.Nicholas Nethercote-10/+11
2024-01-30Remove lifetimes from some diagnostics.Nicholas Nethercote-18/+18
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-115/+112
2024-01-30Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errorsbors-196/+70
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-6/+14
2024-01-30Apply suggestions from reviewMichael Goulet-50/+57
2024-01-30Normalize caller boundsMichael Goulet-10/+32
2024-01-30Deeply normalize when processing registered region obligationsMichael Goulet-9/+84
2024-01-30No need to pass region bound pairs to resolve_regions_with_wf_tysMichael Goulet-22/+14
2024-01-29review commentsEsteban Küber-34/+19
2024-01-29Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPCbors-87/+497
2024-01-29Remove some unnecessary check logic for lang items in HIR typeckMichael Goulet-128/+15
2024-01-29Improve error message when `cargo build` is used to build the compilerNilstrieb-0/+16
2024-01-29Make duplicate lang items fatalNilstrieb-1/+3
2024-01-29Avoid ICE in trait without `dyn` lintEsteban Küber-5/+3