about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-14Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkovbors-27/+148
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors-15/+113
2024-06-14Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obkMatthias Krüger-5/+11
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger-10/+102
2024-06-14Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgrbors-5/+20
2024-06-14Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726Matthias Krüger-2/+5
2024-06-14Rollup merge of #124884 - bvanjoi:fix-124785, r=estebankMatthias Krüger-3/+15
2024-06-14Rollup merge of #126320 - oli-obk:pat_ice, r=lcnrMatthias Krüger-112/+101
2024-06-14Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnrMatthias Krüger-40/+33
2024-06-14const validation: fix ICE on dangling ZST referenceRalf Jung-5/+11
2024-06-13Add a new concat metavar exprCaio-27/+148
2024-06-13Rollup merge of #126392 - WaffleLapkin:gvn-style-ish-changes, r=scottmcmMatthias Krüger-2/+1
2024-06-13Rollup merge of #126388 - RalfJung:const-eval-lint-scope, r=oli-obkMatthias Krüger-65/+60
2024-06-13Rollup merge of #126371 - estebank:suggest-core, r=fmeaseMatthias Krüger-7/+39
2024-06-13Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnrMatthias Krüger-382/+822
2024-06-13Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkovMatthias Krüger-1/+1
2024-06-13Tweak output of import suggestionsEsteban Küber-7/+39
2024-06-13const-eval: make lint scope computation consistentRalf Jung-30/+25
2024-06-13rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -...Ralf Jung-35/+35
2024-06-13Auto merge of #125289 - WaffleLapkin:never-obligations, r=compiler-errorsbors-0/+112
2024-06-13Address nitsMichael Goulet-78/+85
2024-06-13Fix some TODOsMichael Goulet-10/+44
2024-06-13Finish uplifting all of structural_traitsMichael Goulet-205/+385
2024-06-13Rework most of structural_traits to be Interner-agnosticMichael Goulet-139/+350
2024-06-13LangItem-ify Coroutine trait in solversMichael Goulet-10/+18
2024-06-13rebase blessingWaffle Lapkin-1/+1
2024-06-13Rollup merge of #126379 - RalfJung:find_closest_untracked_caller_location, r=...León Orell Valerian Liehr-3/+7
2024-06-13Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obkLeón Orell Valerian Liehr-10/+63
2024-06-13Method resolution constrains hidden types instead of rejecting method candidatesOli Scherer-39/+32
2024-06-13Fixup links in lint docsWaffle Lapkin-6/+3
2024-06-13Apply review nitsWaffle Lapkin-11/+8
2024-06-13Add a fast exit to `lint_obligations_broken_by_never_type_fallback_change`Waffle Lapkin-1/+6
2024-06-13Implement lint for obligations broken by never type fallback changeWaffle Lapkin-1/+114
2024-06-13Small style improvement in `gvn.rs`Waffle Lapkin-2/+1
2024-06-13Use diagnostic method for diagnosticsOli Scherer-1/+1
2024-06-13interpret: update doc comment for find_closest_untracked_caller_locationRalf Jung-3/+7
2024-06-13Replace a `bool` with a `Result<(), ErrorGuaranteed>`Oli Scherer-3/+3
2024-06-13Replace some `Option<Diag>` with `Result<(), Diag>`Oli Scherer-8/+8
2024-06-13Replace some `Option<Diag>` with `Result<(), Diag>`Oli Scherer-25/+17
2024-06-13Replace some `Option<Diag>` with `Result<(), Diag>`Oli Scherer-76/+74
2024-06-13Avoid follow-up errors on erroneous patternsOli Scherer-7/+6
2024-06-13Remove some unnecessary crate dependencies.Nicholas Nethercote-2/+5
2024-06-12Rollup merge of #126362 - artemagvanian:patch-1, r=celinvalJubilee-1/+1
2024-06-12Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errorsJubilee-25/+55
2024-06-12Rollup merge of #126356 - epage:check-cfg, r=UrgauJubilee-0/+4
2024-06-12Rollup merge of #126353 - compiler-errors:move-match, r=lcnrJubilee-7/+5
2024-06-12Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubileeJubilee-9/+11
2024-06-12Rollup merge of #126303 - sancho20021:patch-1, r=compiler-errorsJubilee-0/+14
2024-06-12Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726Jubilee-106/+104
2024-06-12Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnrJubilee-7/+33