about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-13Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkinMatthias Krüger-1/+1
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-0/+124
2023-04-13Rollup merge of #110220 - lcnr:regionzz, r=compiler-errorsMatthias Krüger-237/+192
2023-04-13Rollup merge of #110218 - nnethercote:rm-ToRegionVid, r=compiler-errorsMatthias Krüger-241/+55
2023-04-13Rollup merge of #110195 - compiler-errors:issue-110052, r=aliemjayMatthias Krüger-14/+6
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-3/+0
2023-04-13Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errorsbors-1/+49
2023-04-13Remove some unused type folders.Nicholas Nethercote-145/+4
2023-04-13Remove `ToRegionVid`.Nicholas Nethercote-55/+32
2023-04-13Remove `impl ToRegionVid for RegionVid`.Nicholas Nethercote-23/+12
2023-04-13Make `Region::as_var` infallible.Nicholas Nethercote-18/+7
2023-04-13Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle...bors-7/+22
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+124
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-1/+10
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+40
2023-04-12Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgrbors-149/+196
2023-04-12fix commentlcnr-1/+2
2023-04-12Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwcoMatthias Krüger-43/+13
2023-04-12Rollup merge of #110133 - compiler-errors:issue-110131, r=petrochenkovMatthias Krüger-35/+37
2023-04-12Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnrMatthias Krüger-16/+63
2023-04-12Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwcoMatthias Krüger-22/+40
2023-04-12Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8KiMatthias Krüger-33/+43
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-255/+248
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-10/+23
2023-04-12Rollup merge of #110222 - lovelymono:rustc-expand-mbe-diagnostic, r=davidtwcoMatthias Krüger-1/+6
2023-04-12Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholkMatthias Krüger-63/+57
2023-04-12Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726Matthias Krüger-49/+28
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-132/+134
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-10/+23
2023-04-12Rollup merge of #110210 - nnethercote:DescriptionCtx-cleanups, r=davidtwcoMatthias Krüger-119/+79
2023-04-12Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obkMatthias Krüger-0/+5
2023-04-12Rollup merge of #110182 - WaffleLapkin:neither, r=NilstriebMatthias Krüger-109/+36
2023-04-12Rollup merge of #110176 - nnethercote:renumber-cleanups, r=lqdMatthias Krüger-27/+14
2023-04-12Rollup merge of #109959 - JakobDegen:transmute-validate, r=compiler-errorsMatthias Krüger-2/+10
2023-04-12compiler: print the suggestion only for local macrosLena Milizé-2/+5
2023-04-12Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillotbors-13/+33
2023-04-12Make rustdoc and rustc's help match exactlyJynn Nelson-33/+43
2023-04-12compiler: improve captured metavariables diagnosticLena Milizé-1/+3
2023-04-12`#[must_use]` for fns returning a list of errorslcnr-1/+8
2023-04-12Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super...bors-94/+191
2023-04-12region error cleanuplcnr-236/+183
2023-04-11Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obkMichael Goulet-0/+67
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+40
2023-04-12Inline and remove `msg_span_from_early_bound_and_free_regions`.Nicholas Nethercote-42/+32
2023-04-12Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`.Nicholas Nethercote-67/+44
2023-04-12Inline and remove `DescriptionCtx::add_to`.Nicholas Nethercote-8/+4
2023-04-12Rename `NllVisitor` as `RegionRenumberer`.Nicholas Nethercote-6/+6
2023-04-11Allow the elaborator to only filter to real supertraitsMichael Goulet-48/+73
2023-04-11Split implied and super predicate queriesMichael Goulet-40/+114
2023-04-11Split super_predicates_that_define_assoc_type query from super_predicates_ofMichael Goulet-12/+10