summary refs log tree commit diff
path: root/library/std/src/thread/local.rs
AgeCommit message (Expand)AuthorLines
2020-11-07Convert a bunch of intra-doc linksCamelid-1/+1
2020-09-26Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, r=josh...bors-36/+107
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+2
2020-09-21Fix missing unsafe block for target arch wasm32Alexis Bourget-3/+10
2020-09-21Fix accordingly to reviewAlexis Bourget-22/+20
2020-09-21Improve some SAFETY comments following suggestionsAlexis Bourget-6/+17
2020-09-21Finished documenting all unsafe op inside unsafe fnAlexis Bourget-5/+17
2020-09-21Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t...Alexis Bourget-28/+71
2020-09-03Use inline(never) instead of coldHoward Su-3/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-200/+6
2020-08-20Move to intra doc links for std::thread documentationAlexis Bourget-5/+3
2020-07-29Disallow missing unsafe blocks in unsafe fn in panicking.rsAlexis Bourget-1/+5
2020-07-27mv std libs to library/mark-0/+747