rust/src/librustc/util
Zack M. Davis 8f9d91587f in which HirIdMap is introduced as an affordance for using HirIds more
The glossaries in the draft rustc-guide book and librustc/README.md
state that `NodeId` is being gradually phased out in favor of `HirId`;
as such, the present author claims that we ought to have a typedef for
efficient `HirId` maps and sets in the module for such, even if no use
for them has been made as yet (compatibility constraints preventing the
use of it in the author's present unit of work): it is important to
create the psychological "affordance" (in James J. Gibson's sense) that
`HirId`s are a thing that compiler developers can work with.
2018-01-31 20:40:03 -08:00
..
common.rs Use the new fs_read_write functions in rustc internals 2018-01-10 14:53:40 -08:00
fs.rs Fix race condition in fs::create_dir_all 2017-03-17 20:15:05 -07:00
nodemap.rs in which HirIdMap is introduced as an affordance for using HirIds more 2018-01-31 20:40:03 -08:00
ppaux.rs Adds support for immovable generators. Move checking of invalid borrows across suspension points to borrowck. Fixes #44197, #45259 and #45093. 2018-01-23 05:10:38 +01:00