about summary refs log tree commit diff
path: root/src/libstd/sys/redox/fast_thread_local.rs
AgeCommit message (Collapse)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-4/+0
2019-05-15restructure thread_local! for better codegen (especially on macos)tyler-1/+1
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-5/+1
This reverts commit d252f3b77f3b7d4cd59620588f9d026633c05816.
2019-05-15ensure fast thread local lookups occur once per access on macostyler-1/+5
2019-05-15redox had a copy of fast thread local (oversight?)tyler-104/+1
2019-05-15remove dead code: requires_move_before_droptyler-4/+0
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-06Update miri to rustc changesOliver Schneider-1/+1
2017-06-29Fix Redox build, apparently broken by #42687Ian Douglas Scott-1/+5
2017-05-20migrate everything to using mem::needs_dropAlexis Beingessner-3/+4
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-3/+3
As of last year with version 'Sierra', the Mac operating system is now called 'macOS'.
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-03Update to new sys requirementsJeremy Soller-0/+116