summary refs log tree commit diff
path: root/src/libstd/sys_common/thread_info.rs
AgeCommit message (Collapse)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
Like #43008 (f668999), but _much more aggressive_.
2017-07-10Use LocalKey::try_with in stdLee Bousfield-8/+3
2017-03-13std: remove a workaround for privacy limitations that isn't necessary anymoreSean Gillespie-6/+1
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+61
Make the directory structure reflect the module structure. I've always found the existing structure confusing.