Ellen
|
71bbb603f4
|
initial revert
|
2022-01-15 01:16:55 +00:00 |
|
Matthias Krüger
|
081493da7f
|
Rollup merge of #91904 - SylvanB:remove_in_band_lifetimes_rustc_trait_selection, r=petrochenkov
Remove `in_band_lifetimes` from `rustc_trait_selection`
Another one for #91867
|
2021-12-16 10:12:42 +01:00 |
|
Sylvan Bowdler
|
dd5717a6d6
|
Remove in_band_lifetimes from rustc_trait_selection
|
2021-12-15 21:52:30 +00:00 |
|
lcnr
|
dcd716fee2
|
extend simplify_type
|
2021-12-14 13:32:42 +01:00 |
|
Jakub Beránek
|
883d0a7aa5
|
Use Vec extend instead of repeated pushes in several places
|
2021-12-08 22:57:33 +01:00 |
|
Santiago Pastorino
|
3287f72d39
|
Avoid code duplication by extracting checks into fns
|
2021-10-23 08:55:48 -03:00 |
|
Santiago Pastorino
|
9534186857
|
Hide negative coherence checks under negative_impls feature flag
|
2021-10-22 17:54:20 -03:00 |
|
Santiago Pastorino
|
da79fa964c
|
Add rustc_strict_coherence attribute and use it to check overlap
|
2021-10-22 15:49:46 -03:00 |
|
Santiago Pastorino
|
7829d9dde3
|
Document overlap check filter
|
2021-10-22 09:22:19 -03:00 |
|
Santiago Pastorino
|
6ae1d68e16
|
Use predicate_must_hold_modulo_regions
|
2021-10-20 12:10:46 -03:00 |
|
Santiago Pastorino
|
8b0bfb0dcb
|
Consider negative polarity on overlap check
|
2021-10-20 12:10:45 -03:00 |
|
lcnr
|
f3996f6a88
|
review
|
2021-08-26 11:14:31 +02:00 |
|
lcnr
|
ab9108b70f
|
update TypeFlags to deal with missing ct substs
|
2021-08-26 11:00:30 +02:00 |
|
Esteban Küber
|
18cf44b61b
|
Do not ICE when closure is involved in TAIT
Fix #83613.
|
2021-04-06 18:17:50 -07:00 |
|
Josh Stone
|
72ebebe474
|
Use iter::zip in compiler/
|
2021-03-26 09:32:31 -07:00 |
|
Ryan Levick
|
0cc35f54e8
|
Don't check self type twice
|
2021-02-12 17:37:32 +01:00 |
|
Ryan Levick
|
bc5f4c4860
|
Switch boolean checks
|
2021-02-12 17:22:19 +01:00 |
|
Ryan Levick
|
8ea0973725
|
Short circuit full corherence check when dealing with types with different reference mutability
|
2021-02-12 14:04:09 +01:00 |
|
Ryan Levick
|
cdfc52fbd6
|
Try fast_reject::simplify_type in coherence before doing full check
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Co-authored-by: Ryan Levick <me@ryanlevick.com>
|
2021-02-04 10:45:17 +01:00 |
|
Matthias Krüger
|
d12a358673
|
use matches!() macro in more places
|
2020-12-24 13:35:12 +01:00 |
|
Bastian Kauschke
|
2bf93bd852
|
compiler: fold by value
|
2020-11-16 22:34:57 +01:00 |
|
Matthias Krüger
|
73d4171ea6
|
fix a couple of stylistic clippy warnings
namely:
clippy::redundant_pattern_matching
clippy::redundant_pattern
clippy::search_is_some
clippy::filter_next
clippy::into_iter_on_ref
clippy::clone_on_copy
clippy::needless_return
|
2020-09-15 22:44:54 +02:00 |
|
LeSeulArtichaut
|
3e14b684dd
|
Change ty.kind to a method
|
2020-09-04 17:47:51 +02:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|