about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-16/+25
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-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-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-29Avoid ICE in trait without `dyn` lintEsteban Küber-5/+3
2024-01-29merge builtin unsize candidates againlcnr-87/+41
2024-01-29bye bye `assemble_candidates_via_self_ty`lcnr-111/+31
2024-01-29Update pulldown-cmark version to 0.9.5Guillaume Gomez-1/+1
2024-01-29Rollup merge of #120453 - mattheww:2024-01_normalize_newlines, r=oli-obkDylan DPC-1/+1
2024-01-29Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errorsDylan DPC-38/+32
2024-01-29Rollup merge of #120420 - lnicola:rm-pattern-analysis-derivative, r=NilstriebDylan DPC-25/+191
2024-01-29Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwcoDylan DPC-10/+91
2024-01-29Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkinDylan DPC-13/+182
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang-18/+27
2024-01-29Borrow check inline const patternsMatthew Jasper-10/+91
2024-01-29Auto merge of #120165 - reitermarkus:nonzero-switch-alias-direction, r=dtolnaybors-36/+30
2024-01-29Be more careful about interpreting a label/lifetime as a mistyped char literal.Nicholas Nethercote-3/+18
2024-01-29Tweak comment and naming for `recover_unclosed_char`.Nicholas Nethercote-7/+7
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1328/+1374
2024-01-29Remove bogus `{code}` attributes on `TraitImplMismatch`.Nicholas Nethercote-2/+1
2024-01-29Sort attributes in `compiler/rustc_errors/src/lib.rs`.Nicholas Nethercote-5/+7
2024-01-28normalize_newlines(): fix incorrect commentMatthew Woodcraft-1/+1
2024-01-28Handle methodcalls & operators in patternsLieselotte-13/+182
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-68/+1
2024-01-28hir: Use `InferArg` in `ArrayLen::Infer`Vadim Petrochenkov-10/+15
2024-01-28hir: Remove unnecessary `HirId` from `hir::Let`Vadim Petrochenkov-28/+17
2024-01-27Auto merge of #120024 - Mark-Simulacrum:fast-union-merge, r=cjgillotbors-0/+6
2024-01-27Make the coroutine def id of an async closure the child of the closure def idMichael Goulet-6/+12