]> git.lizzy.rs Git - rust.git/commit
HirId-ify hir::BodyId
authorljedrz <ljedrz@gmail.com>
Mon, 4 Feb 2019 19:01:14 +0000 (20:01 +0100)
committerljedrz <ljedrz@gmail.com>
Wed, 13 Feb 2019 08:54:58 +0000 (09:54 +0100)
commiteac43ccda4858e5415822a3a31bffb029cb0ed2b
tree9d6445aa255876faf9f077c037cdf69e5ce81244
parent827a141466e7bb85eb3c030600878a2c606019e9
HirId-ify hir::BodyId
35 files changed:
src/librustc/hir/map/mod.rs
src/librustc/hir/mod.rs
src/librustc/ich/impls_hir.rs
src/librustc/infer/error_reporting/need_type_info.rs
src/librustc/infer/mod.rs
src/librustc/infer/opaque_types/mod.rs
src/librustc/infer/outlives/env.rs
src/librustc/infer/outlives/obligations.rs
src/librustc/traits/auto_trait.rs
src/librustc/traits/mod.rs
src/librustc/traits/query/outlives_bounds.rs
src/librustc/ty/mod.rs
src/librustc/ty/wf.rs
src/librustc_borrowck/borrowck/mod.rs
src/librustc_mir/transform/qualify_consts.rs
src/librustc_passes/rvalue_promotion.rs
src/librustc_privacy/lib.rs
src/librustc_traits/implied_outlives_bounds.rs
src/librustc_traits/normalize_projection_ty.rs
src/librustc_traits/type_op.rs
src/librustc_typeck/astconv.rs
src/librustc_typeck/check/autoderef.rs
src/librustc_typeck/check/closure.rs
src/librustc_typeck/check/compare_method.rs
src/librustc_typeck/check/dropck.rs
src/librustc_typeck/check/intrinsic.rs
src/librustc_typeck/check/method/probe.rs
src/librustc_typeck/check/method/suggest.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/regionck.rs
src/librustc_typeck/check/wfcheck.rs
src/librustc_typeck/check/writeback.rs
src/librustc_typeck/coherence/builtin.rs
src/librustc_typeck/lib.rs
src/librustdoc/clean/mod.rs