summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-14Add produces as tidy requiresWesley Wiser-0/+2
2024-03-14Added an "Explanation" header and expanded that section for the newly added l...Felix S. Klock II-0/+8
2024-03-14downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ...Felix S. Klock II-6/+49
2024-03-14AST validation: Improve handling of inherent impls nested within functions an...León Orell Valerian Liehr-27/+30
2024-03-04Solaris linker does not support --strip-debugPetr Sumbera-1/+1
2024-03-04Improve wording of static_mut_refObei Sideg-71/+59
2024-02-15Update jobserver-rs to 0.1.28Vadim Petrochenkov-3/+6
2024-02-13Correctly check `never_type` feature gatingGuillaume Gomez-0/+13
2024-02-08[Beta 1.77] Fix bootstrapping from 1.76Eric Huss-2/+4
2024-02-03Bump version placeholdersMark Rousskov-6/+6
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