rust-analyzer/crates/ra_hir_ty/src
bors[bot] 0f5d62a3f3
Merge #5235 #5236 #5241
5235: Don't ping people in PRs r=matklad a=lnicola



5236: Disable ES module interop r=matklad a=lnicola



5241: Clippy perf warnings r=matklad a=kjeremy

Removes redundant clones

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Co-authored-by: kjeremy <kjeremy@gmail.com>
2020-07-07 09:29:52 +00:00
..
infer Clippy perf warnings 2020-07-06 17:13:55 -04:00
tests Fix inference of indexing argument (partly) 2020-07-03 18:17:06 +02:00
traits Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
_match.rs Avoid all unchecked indexing in match checking 2020-06-17 21:41:07 +02:00
autoderef.rs Implement Chalk variable kinds 2020-07-01 20:40:38 +02:00
db.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
diagnostics.rs Use dynamic dispatch in AstDiagnostic 2020-07-01 10:46:27 +03:00
display.rs Clippy perf warnings 2020-07-06 17:13:55 -04:00
expr.rs unsafe: Clean up, improve tracking, add debug_assert 2020-06-27 10:13:14 -04:00
infer.rs Fix inference of indexing argument (partly) 2020-07-03 18:17:06 +02:00
lib.rs Clippy perf warnings 2020-07-06 17:13:55 -04:00
lower.rs Merge #5235 #5236 #5241 2020-07-07 09:29:52 +00:00
method_resolution.rs Merge #5149 2020-07-01 18:41:06 +00:00
op.rs infer: Make expected rhs type for plain assign the lhs type 2020-05-10 16:24:04 +02:00
primitive.rs Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
test_db.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
tests.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
traits.rs Implement Chalk variable kinds 2020-07-01 20:40:38 +02:00
unsafe_validation.rs Simplify unsafe expr collection match 2020-06-27 12:00:46 -04:00
utils.rs Use correct substs for super trait assoc types 2020-06-19 21:46:47 +02:00