about summary refs log tree commit diff
path: root/library/std/src/thread/local.rs
AgeCommit message (Expand)AuthorLines
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-4/+3
2021-05-20std: Don't inline TLS accessor on MinGWAlex Crichton-13/+13
2021-05-18std: Attempt again to inline thread-local-init across cratesAlex Crichton-0/+24
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-04-21Rollup merge of #84013 - CDirkx:fmt, r=m-ou-seMara Bos-4/+4
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-4/+4
2021-04-18fix aliasing violations in thread_local_const_initRalf Jung-1/+1
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-2/+115
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