about summary refs log tree commit diff
path: root/src/librustrt/local_data.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-107/+107
2014-10-02tests: remove uses of Gc.Eduard Burtescu-9/+8
2014-09-22Update calls of deprecated functions in macros.Victor Berger-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-31/+31
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-10/+0
2014-08-29Register new snapshotsAlex Crichton-10/+0
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-4/+4
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+10
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+3
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-07-31Add some benchmarks for TLDKevin Ballard-1/+145
2014-07-31Rewrite the local_data implementationKevin Ballard-112/+229
2014-07-30Update docs for TLS -> TLDKevin Ballard-22/+22
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-0/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-4/+5
2014-06-15Register new snapshotsAlex Crichton-3/+3
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-8/+9
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-3/+3
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-2/+0
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+433