about summary refs log tree commit diff
path: root/src/test/compile-fail/macro-local-data-key-priv.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-20/+0
2017-09-04Make the LocalKey facade of thread_local! inlineable cross-crate.Eduard-Mihai Burtescu-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-2/+2
2014-05-07std: Modernize the local_data apiAlex Crichton-3/+1
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-0/+22