about summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-01-11 03:24:16 +0000
committerbors <bors@rust-lang.org>2018-01-11 03:24:16 +0000
commit619ced057842a25f8700237a9c22a6f5c318a954 (patch)
tree83d10e1074e1c353c6c508270754d20e52f5a055 /src/libstd/sys/cloudabi/stack_overflow.rs
parentc9c29807362b52dcf8e7736e0925233c2526aa18 (diff)
parent95089224993616ad1d976a4a5586c3f8f9f159ad (diff)
downloadrust-619ced057842a25f8700237a9c22a6f5c318a954.tar.gz
rust-619ced057842a25f8700237a9c22a6f5c318a954.zip
Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore

I currently plan to track tasks in thread local storage. Ignoring things in a closure ensures that the ignore tasks do not overlap the beginning or end of any other task. The TLS API will also use a closure to change a TLS value, so having the ignore task be a closure also helps there.

It also adds `assert_ignored` which is used before a `TyCtxt` is created. Instead of adding a new ignore task this simply ensures that we are in a context where reads are ignored.

r? @michaelwoerister
Diffstat (limited to 'src/libstd/sys/cloudabi/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions