rust/src/librustc_mir/const_eval
Ralf Jung 8c0310d18c
Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung
Simplify the `tcx.alloc_map` API

This PR changes all functions that require manually locking the `alloc_map` to functions on `TyCtxt` that lock the map internally. In the same step we make the `TyCtxt::alloc_map` field private.

r? @RalfJung
2020-05-09 13:36:37 +02:00
..
error.rs Miri: port error backtraces to std::backtrace 2020-04-30 18:26:51 +02:00
eval_queries.rs Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung 2020-05-09 13:36:37 +02:00
fn_queries.rs Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
machine.rs clarify comment 2020-04-28 23:54:47 +02:00
mod.rs nix rustc_target::abi::* reexport in ty::layout 2020-04-02 13:40:43 +02:00