summary refs log tree commit diff
path: root/src/librustc_data_structures/sync.rs
AgeCommit message (Expand)AuthorLines
2018-04-10Add a Once type for values which are only written onceJohn Kåre Alsaker-0/+129
2018-04-10Add insert_same extension to HashMapJohn Kåre Alsaker-0/+14
2018-04-10Add OneThread which only allows its inner value to be used in one threadJohn Kåre Alsaker-0/+55
2018-03-28Add try_write to RwLockJohn Kåre Alsaker-0/+12
2018-03-17Add an Default impl for LockJohn Kåre Alsaker-0/+7
2018-03-17Remove rustc_global!John Kåre Alsaker-30/+0
2018-03-08Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoeristerManish Goregaokar-39/+87
2018-03-08Add with_lock, with_read_lock and with_write_lockJohn Kåre Alsaker-39/+87
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-1/+2
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+403