about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-16Auto merge of #106853 - TimNN:undo-remap, r=oli-obkbors-6/+100
2023-01-16Auto merge of #106850 - cjgillot:issue-106141, r=oli-obkbors-24/+28
2023-01-16Auto merge of #106872 - dtolnay:nbsp, r=fee1-deadbors-5/+26
2023-01-16Auto merge of #106395 - compiler-errors:rework-predicates, r=eholkbors-156/+155
2023-01-15Rollup merge of #106909 - compiler-errors:only-types-can-be, r=estebankMatthias Krüger-1/+1
2023-01-15Rollup merge of #106906 - matthiaskrgr:clone, r=NilstriebMatthias Krüger-3/+3
2023-01-15Rollup merge of #106900 - clubby789:unused-braces-regression, r=estebankMatthias Krüger-4/+8
2023-01-15Rollup merge of #106896 - Ezrashaw:str-cast-bool-emptyness, r=compiler-errorsMatthias Krüger-1/+45
2023-01-15Only suggest adding type param if path being resolved was a typeMichael Goulet-1/+1
2023-01-15Remove bound_{explicit,}_item_boundsMichael Goulet-64/+40
2023-01-15drive-by: assert when iterating through InstantiatedPredicatesMichael Goulet-0/+2
2023-01-15Make InstantiatedPredicates impl IntoIteratorMichael Goulet-65/+74
2023-01-15instantiate_own doesn't need to return a pair of vectorsMichael Goulet-27/+39
2023-01-15Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnrbors-41/+186
2023-01-15remove redundant clonesMatthias Krüger-3/+3
2023-01-15Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=...bors-185/+149
2023-01-15suggest `is_empty` for collections when casting to `bool`Ezra Shaw-1/+45
2023-01-15Fix regression in `unused_braces` with macrosclubby789-4/+8
2023-01-15Rollup merge of #106863 - anden3:compiler-double-spaces, r=NilstriebMatthias Krüger-10/+10
2023-01-15Rollup merge of #106859 - tialaramex:master, r=NilstriebMatthias Krüger-0/+16
2023-01-15Rollup merge of #106072 - eopb:dyn-derive, r=estebankMatthias Krüger-1/+7
2023-01-14Improve E0308: suggest user meant to use byte literal, w/ tests and fixNick Lamb-0/+16
2023-01-14Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgrbors-6/+8
2023-01-14Emit only one nbsp error per fileDavid Tolnay-5/+26
2023-01-14Rollup merge of #106849 - WaffleLapkin:unvec, r=NilstriebMatthias Krüger-3/+2
2023-01-14Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebankMatthias Krüger-3/+5
2023-01-14Rollup merge of #106563 - clubby789:gce-macro-braces, r=TaKO8KiMatthias Krüger-0/+1
2023-01-14Auto merge of #106696 - kylematsuda:early-binder, r=lcnrbors-100/+131
2023-01-14Fix some missed double spaces.André Vennberg-4/+4
2023-01-14Remove visit_place.Camille GILLOT-6/+0
2023-01-14Removed various double spaces in compiler source comments.André Vennberg-6/+6
2023-01-14Fix `unused_braces` on generic const expr macro callclubby789-0/+1
2023-01-14Deprioritize fulfillment errors that come from expansions.Mara Bos-3/+5
2023-01-14Heuristically undo path prefix mappings.Tim Neumann-6/+100
2023-01-14fix: misleading add `dyn` to derive macro suggestionEthan Brierley-1/+7
2023-01-14Make the inlining destination a `Local`.Camille GILLOT-18/+28
2023-01-14Rollup merge of #106846 - WaffleLapkin:pico_parse_ref, r=TaKO8KiMatthias Krüger-15/+25
2023-01-14Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errorsMatthias Krüger-22/+87
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger-0/+74
2023-01-14Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillotMatthias Krüger-16/+38
2023-01-14Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger-6/+32
2023-01-14Allocate one less vec in `parser/expr.rs`Maybe Waffle-3/+2
2023-01-14Improve comments in `parser/expr.rs`Maybe Waffle-9/+13
2023-01-14Make `LhsExpr::AlreadyParsed` a named structMaybe Waffle-6/+12
2023-01-14Add note when `FnPtr` vs. `FnDef` impl traitkadmin-16/+38
2023-01-14Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrumbors-4/+13
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-24/+28
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-110/+91
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-78/+112
2023-01-14change const_param_default query to return EarlyBinder; remove bound_const_pa...Kyle Matsuda-21/+11