about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-12compiler: improve captured metavariables diagnosticLena Milizé-1/+3
2023-04-12Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super...bors-94/+191
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
2023-04-11Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors-333/+950
2023-04-11Add Offset binary op to custom mirAndy Wang-0/+5
2023-04-11Use `SSO_ARRAY_SIZE` instead of `8` in `SsoHashMap` implMaybe Waffle-17/+17
2023-04-11Use `itertools::Either` instead of own `EitherIter` implMaybe Waffle-92/+19
2023-04-11Auto merge of #109765 - petrochenkov:encodeless, r=cjgillotbors-78/+180
2023-04-11Remove the unused `anon_num_here` error.Nicholas Nethercote-3/+0
2023-04-11Auto merge of #110170 - JohnTitor:rollup-hdramer, r=JohnTitorbors-56/+116
2023-04-11Add `sym::anon`.Nicholas Nethercote-8/+6
2023-04-11Use the existing `static` and `env` symbols instead of interning.Nicholas Nethercote-8/+7
2023-04-11Fix `RegionCtxt::preference_value`.Nicholas Nethercote-3/+1
2023-04-11Introduce `Region::get_name_or_anon`.Nicholas Nethercote-32/+16
2023-04-11Rename a variable.Nicholas Nethercote-2/+2
2023-04-11Inline and remove `renumber_regions`.Nicholas Nethercote-19/+6
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi-32/+51
2023-04-11Rollup merge of #109860 - zyedidia:riscv-relax, r=petrochenkovYuki Okushi-0/+1
2023-04-11Rollup merge of #109752 - compiler-errors:new-solver-stall-auto-trait-for-num...Yuki Okushi-24/+64
2023-04-11Auto merge of #109850 - MU001999:master, r=estebankbors-3/+3
2023-04-11Auto merge of #109778 - petrochenkov:allkind, r=cjgillotbors-3/+18
2023-04-10Remove `..` from return type notationMichael Goulet-63/+57
2023-04-10Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors-6/+61
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-333/+950
2023-04-10Update ty_utils_never_to_any_not_supported diagnostic messageDaniPopes-1/+1
2023-04-10Fix typos in compilerDaniPopes-132/+134
2023-04-10Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwcobors-356/+767
2023-04-10Support safe transmute in new solverMichael Goulet-0/+67