rust/src/libstd
bors da96b3ec6a auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brson
This moves all local_data stuff into the `local_data` module and only that
module alone. It also removes a fair amount of "super-unsafe" code in favor of
just vanilla code generated by the compiler at the same time.

Closes #8113
2013-08-28 14:15:37 -07:00
..
fmt librustc: Fix merge fallout. 2013-08-27 18:47:57 -07:00
num librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
rand
rt auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brson 2013-08-28 14:15:37 -07:00
str
task Consolidate local_data implementations, and cleanup 2013-08-27 21:29:11 -07:00
unstable Remove offset_inbounds for an unsafe offset function 2013-08-27 23:22:52 -07:00
at_vec.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
bool.rs
borrow.rs
c_str.rs Remove offset_inbounds for an unsafe offset function 2013-08-27 23:22:52 -07:00
cast.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
cell.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
char.rs
cleanup.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
clone.rs
cmp.rs
comm.rs
condition.rs
container.rs
default.rs Add a Default trait. 2013-08-26 19:25:53 -04:00
either.rs
from_str.rs
hash.rs Replace HashUtil w/ default method on Hash 2013-08-27 21:41:10 -04:00
hashmap.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
io.rs std: Bind write() on Win64 2013-08-26 22:15:32 +09:00
iter.rs
iterator.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
kinds.rs
libc.rs std: Add Win64 support 2013-08-26 22:15:45 +09:00
local_data.rs Consolidate local_data implementations, and cleanup 2013-08-27 21:29:11 -07:00
logging.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
macros.rs Define cfg(rtopt) when optimizing. Turn off runtime sanity checks 2013-08-23 21:19:59 -07:00
managed.rs
ops.rs
option.rs option: rm implementation of Add 2013-08-27 13:18:57 -04:00
os.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
owned.rs
path.rs
prelude.rs Add a Default trait. 2013-08-26 19:25:53 -04:00
ptr.rs Remove offset_inbounds for an unsafe offset function 2013-08-27 23:22:52 -07:00
rand.rs
reflect.rs reflect: rm unused visit_{var,var_integral,constr} 2013-08-27 16:31:48 -04:00
repr.rs Remove offset_inbounds for an unsafe offset function 2013-08-27 23:22:52 -07:00
result.rs
run.rs Implement process bindings to libuv 2013-08-27 20:46:43 -07:00
select.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
std.rs Add a Default trait. 2013-08-26 19:25:53 -04:00
str.rs Remove offset_inbounds for an unsafe offset function 2013-08-27 23:22:52 -07:00
sys.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
to_bytes.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
to_str.rs
trie.rs
tuple.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
unicode.rs
unit.rs Add a Default trait. 2013-08-26 19:25:53 -04:00
util.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
vec.rs Remove offset_inbounds for an unsafe offset function 2013-08-27 23:22:52 -07:00