rust/src/librustc_resolve
bors c594959cdf auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto
r? @huonw or @alexcrichton

Apparently, we have previously rejected an RFC like this. However, since then we removed `{:?}` and so without this debugging gets really difficult as soon as there is a RefCell anywhere, so I believe there is more benefit to adding these impls than there was before. By using "try_borrow" we can avoid panicing in `Show` (I think).

@ huon in response to a comment in #19254: I noticed that `drop()` checks for the ptr being null, so I checked here too. Now I am checking for both, if you're confident I can change to only checking `strong()`.
2015-01-01 06:36:24 +00:00
..
build_reduced_graph.rs Removed a bunch of unnecessary .clone()s from build_reduced_graph 2014-12-30 12:52:51 -06:00
check_unused.rs Rebasing changes 2014-12-27 12:30:36 +13:00
lib.rs auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto 2015-01-01 06:36:24 +00:00
record_exports.rs Moved ReducedGraphParent building to a new module 2014-12-30 12:16:42 -06:00