rust/src/librustc_infer/infer
Dylan DPC f1ab750083
Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov
rustc: use LocalDefId instead of DefId in TypeckTables.

The logic in `TypeckTables`' implementation of `HashStable`, which created `DefId`s by combining a `CrateNum` from a `DefId` and a `DefIndex` from a `LocalDefId`, bothered me a bit.

I don't know how much this matters, but it works so might as well submit it.
2020-03-21 13:06:42 +01:00
..
canonical Split librustc_infer. 2020-03-14 14:17:13 +01:00
error_reporting Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov 2020-03-21 13:06:42 +01:00
higher_ranked remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
lexical_region_resolve remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
nll_relate remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
outlives Split librustc_infer. 2020-03-14 14:17:13 +01:00
region_constraints remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
at.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
combine.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
equate.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
freshen.rs Fix use of has_infer_types 2020-03-01 21:42:34 +00:00
fudge.rs Remove librustc_infer crate re-exports. 2020-02-16 12:02:37 +01:00
glb.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
lattice.rs Remove librustc_infer crate re-exports. 2020-02-16 12:02:37 +01:00
lub.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
mod.rs Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov 2020-03-21 13:06:42 +01:00
resolve.rs Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov 2020-03-07 17:27:32 +01:00
sub.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
type_variable.rs Remove librustc_infer crate re-exports. 2020-02-16 12:02:37 +01:00