rust/crates/hir_ty/src
bors[bot] fedf724d82
Merge #11774
11774: feat: Tag macro calls as unsafe if they expand to unsafe expressions r=Veykril a=Veykril

as long as they aren't inside an unsafe block inside the macro that is.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2022-03-20 18:15:29 +00:00
..
diagnostics Simplify 2022-03-20 19:13:50 +01:00
infer Fixes for consts 2022-03-17 17:04:32 +01:00
tests Fixes for consts 2022-03-17 17:04:32 +01:00
autoderef.rs Fix unreachable pub 2022-02-25 12:09:49 +01:00
builder.rs Properly try unifying the receivers during method resolution 2022-03-17 17:03:54 +01:00
chalk_db.rs Add const generics 2022-03-14 14:38:37 +03:30
chalk_ext.rs Add const generics 2022-03-14 14:38:37 +03:30
consteval.rs Add const generics 2022-03-14 14:38:37 +03:30
db.rs Add const generics 2022-03-14 14:38:37 +03:30
diagnostics.rs feat: Tag macro calls as unsafe if they expand to unsafe expressions 2022-03-20 19:07:44 +01:00
display.rs Add const generics 2022-03-14 14:38:37 +03:30
infer.rs Properly try unifying the receivers during method resolution 2022-03-17 17:03:54 +01:00
interner.rs
lib.rs feat: Visualize compiler inserted reborrows via inlay hints 2022-03-20 14:38:16 +01:00
lower.rs Move fallback_bound_vars to the only place it's used now 2022-03-17 17:08:43 +01:00
mapping.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
method_resolution.rs Move fallback_bound_vars to the only place it's used now 2022-03-17 17:08:43 +01:00
primitive.rs
test_db.rs
tests.rs fix clippy::single_char_pattern 2022-03-12 16:50:49 +01:00
tls.rs fix clippy::redundant_closure 2022-03-12 16:50:49 +01:00
traits.rs Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
utils.rs Add const generics 2022-03-14 14:38:37 +03:30
walk.rs