bors
|
56ee85274e
|
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
Remove some `ref` patterns from the compiler
Previous PR: https://github.com/rust-lang/rust/pull/105368
r? `@Nilstrieb`
|
2023-01-20 04:52:28 +00:00 |
|
Matthias Krüger
|
68f12338af
|
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Remove double spaces after dots in comments
Most of the comments do not have double spaces, so I assume these are typos.
|
2023-01-17 20:21:25 +01:00 |
|
Maybe Waffle
|
6a28fb42a8
|
Remove double spaces after dots in comments
|
2023-01-17 08:09:33 +00:00 |
|
Maybe Waffle
|
09485eaae1
|
rustc_hir_analysis : remove ref patterns
|
2023-01-17 07:48:19 +00:00 |
|
Maybe Waffle
|
d60e772e14
|
rustc_hir_analysis : some general code improvements
|
2023-01-17 07:48:19 +00:00 |
|
Kyle Matsuda
|
f29a334c90
|
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata
|
2023-01-14 00:29:56 -07:00 |
|
Kyle Matsuda
|
be130b57d4
|
change usages of impl_trait_ref to bound_impl_trait_ref
|
2023-01-14 00:23:32 -07:00 |
|
Michael Goulet
|
c104ee9f6d
|
Move check_region_obligations_and_report_errors to TypeErrCtxt
|
2023-01-03 23:58:12 +00:00 |
|
Michael Goulet
|
8973b3e3cc
|
Bubble up ErrorGuaranteed from region constraints in method item compare
|
2022-12-24 21:37:00 +00:00 |
|
Jeremy Stucki
|
3dde32ca97
|
rustc: Remove needless lifetimes
|
2022-12-20 22:10:40 +01:00 |
|
Guillaume Gomez
|
a2e485c25c
|
Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors
Use the power of adding helper function to simplify code w/ `Mutability`
r? `@compiler-errors`
|
2022-11-26 17:47:23 +01:00 |
|
Santiago Pastorino
|
974e2837bb
|
Introduce PredicateKind::Clause
|
2022-11-25 00:04:54 -03:00 |
|
Maybe Waffle
|
9b9c7d0ecc
|
Depend on Mutability ordering
|
2022-11-23 20:26:31 +00:00 |
|
Maybe Waffle
|
b80356a5ab
|
Use tcx.require_lang_item instead of unwrapping
|
2022-11-22 17:19:19 +00:00 |
|
Oli Scherer
|
7658e0fccf
|
Stop passing the self-type as a separate argument.
|
2022-11-21 20:39:46 +00:00 |
|
Oli Scherer
|
9e4c3f41c1
|
Use iterators instead of slices at more sites
|
2022-11-21 20:34:28 +00:00 |
|
Michael Goulet
|
bc345d7bd0
|
Move fallback_has_occurred to FnCtxt
|
2022-11-06 02:40:25 +00:00 |
|
Cameron Steffen
|
283abbf0e7
|
Change InferCtxtBuilder from enter to build
|
2022-10-07 07:10:40 -05:00 |
|
Cameron Steffen
|
4a68373217
|
Introduce TypeErrCtxt
TypeErrCtxt optionally has a TypeckResults so that InferCtxt doesn't
need to.
|
2022-10-07 07:06:16 -05:00 |
|
lcnr
|
1fc86a63f4
|
rustc_typeck to rustc_hir_analysis
|
2022-09-27 10:37:23 +02:00 |
|