rust/src/libsyntax/parse
Alex Crichton 9fd2ac7428 Make TLS keys actually take up space
If the TLS key is 0-sized, then the linux linker is apparently smart enough to
put everything at the same pointer. OSX on the other hand, will reserve some
space for all of them. To get around this, the TLS key now actuall consumes
space to ensure that it gets a unique pointer
2013-07-14 10:15:07 -07:00
..
attr.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
classify.rs syntax: move callee_id into the expr_ variants 2013-06-01 15:31:56 -07:00
comments.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
common.rs Warning cleanup 2013-06-29 11:20:04 -04:00
lexer.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
mod.rs auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydon 2013-07-07 05:22:56 -07:00
obsolete.rs librustc: Rewrite reachability and forbid duplicate methods in type implementations. 2013-06-28 10:44:16 -04:00
parser.rs unnecessarily mutable variables 2013-07-10 22:12:30 -07:00
token.rs Make TLS keys actually take up space 2013-07-14 10:15:07 -07:00