rust/compiler/rustc_typeck/src/check
Vadim Petrochenkov b48530bf8b Report missing cases of `bare_trait_objects` 2021-03-18 03:02:44 +03:00
..
fn_ctxt Report missing cases of `bare_trait_objects` 2021-03-18 03:02:44 +03:00
method Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
_match.rs Move check only relevant in error case out of critical path 2021-03-03 18:28:53 -08:00
autoderef.rs Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
callee.rs Rollup merge of #82755 - osa1:confirm_builtin_call_refactor, r=petrochenkov 2021-03-08 13:13:25 +01:00
cast.rs Allow casting mut array ref to mut ptr 2021-02-10 15:44:41 +03:00
check.rs Explain each variant of TAIT usage with examples 2021-03-15 17:39:18 +00:00
closure.rs Make ProjectionTy::trait_ref truncate substs again 2021-02-13 19:30:07 +00:00
coercion.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
compare_method.rs Only store a LocalDefId in hir::ImplItem. 2021-02-15 19:32:29 +01:00
demand.rs Don't hardcode the `v1` prelude in diagnostics. 2021-03-09 19:41:04 +01:00
diverges.rs Moved the Diverges struct to its own file 2020-09-20 18:58:32 -07:00
dropck.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
expectation.rs Detect match statement intended to be tail expression 2021-02-25 09:16:48 -08:00
expr.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
gather_locals.rs Only allow tait defining uses in function and method return position 2021-03-15 17:36:57 +00:00
generator_interior.rs Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr 2020-12-20 07:01:00 +00:00
inherited.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
intrinsic.rs Only store a LocalDefId in hir::ForeignItem. 2021-02-15 19:32:29 +01:00
mod.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
op.rs Rename HIR UnOp variants 2021-02-09 11:39:20 +03:00
pat.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
place_op.rs Minor refactoring in try_index_step 2021-03-14 16:00:07 +03:00
regionck.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00
upvar.rs Add comments with examples and tests 2021-03-15 13:16:04 -04:00
wfcheck.rs Only store a LocalDefId in hir::ForeignItem. 2021-02-15 19:32:29 +01:00
writeback.rs Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis 2021-03-16 19:19:06 +00:00