rust/src/librustc_resolve
Esteban Küber 6206a5a1b4 Use heuristics to suggest assignment
When detecting a possible `=` -> `:` typo in a `let` binding, suggest
assigning instead of setting the type.
2019-10-26 15:26:08 -07:00
..
late Use heuristics to suggest assignment 2019-10-26 15:26:08 -07:00
build_reduced_graph.rs Turn crate store into a resolver output 2019-10-24 20:54:16 +03:00
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
check_unused.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
diagnostics.rs Remove "type parameter depends on const parameter" error from resolution 2019-10-22 12:26:32 +01:00
error_codes.rs Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthewjasper,kinnison 2019-10-25 06:18:02 +02:00
late.rs Use heuristics to suggest assignment 2019-10-26 15:26:08 -07:00
lib.rs Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r=petrochenkov 2019-10-24 20:20:01 +02:00
macros.rs expand: Simplify expansion of derives 2019-10-19 00:23:57 +03:00
resolve_imports.rs Turn crate store into a resolver output 2019-10-24 20:54:16 +03:00