summary refs log tree commit diff
path: root/src/librustc_middle/mir/interpret/mod.rs
AgeCommit message (Expand)AuthorLines
2020-05-30Make TLS accesses explicit in MIROliver Scherer-0/+1
2020-05-26librustc_middle: Add function for computing unsigned absJoe Richey-0/+9
2020-05-15InvalidUninitBytes: Track more info about accessDavid Cook-1/+1
2020-05-09Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJungRalf Jung-46/+70
2020-05-08Document `global_alloc`Oliver Scherer-0/+4
2020-05-08Create a convenience wrapper for `get_global_alloc(id).unwrap()`Oliver Scherer-1/+10
2020-05-08Shrink visibility of the `AllocMap` and its methodsOliver Scherer-3/+3
2020-05-08Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc`Oliver Scherer-16/+22
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-32/+37
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-2/+2
2020-05-01rename InvalidIntPtrUsageRalf Jung-3/+3
2020-04-26fmtRalf Jung-5/+1
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-6/+6
2020-04-26print pointers more compactly when they are too bigRalf Jung-6/+12
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-7/+7
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+574