rust/src/librustc/middle/trans
Alex Crichton a55c57284d std: Introduce std::sync
For now, this moves the following modules to std::sync

* UnsafeArc (also removed unwrap method)
* mpsc_queue
* spsc_queue
* atomics
* mpmc_bounded_queue
* deque

We may want to remove some of the queues, but for now this moves things out of
std::rt into std::sync
2013-12-24 14:42:00 -08:00
..
_match.rs debuginfo: Get rid of redundant argument copying with debuginfo activated 2013-12-16 10:23:28 +01:00
adt.rs
asm.rs
base.rs Stop using C++ exceptions for stack unwinding. 2013-12-24 12:13:42 -08:00
basic_block.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
build.rs
builder.rs std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. 2013-12-19 09:26:13 +11:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
cabi_x86.rs
cabi.rs
callee.rs debuginfo: Set correct source position for function calls. 2013-12-16 10:23:28 +01:00
closure.rs
common.rs std::str: replace .as_imm_buf with .as_ptr. 2013-12-19 10:18:02 +11:00
consts.rs
context.rs Stop using C++ exceptions for stack unwinding. 2013-12-24 12:13:42 -08:00
controlflow.rs
datum.rs
debuginfo.rs std: Introduce std::sync 2013-12-24 14:42:00 -08:00
expr.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
foreign.rs std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. 2013-12-19 09:26:13 +11:00
glue.rs debuginfo: Set correct source position for function calls. 2013-12-16 10:23:28 +01:00
inline.rs
intrinsic.rs Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
llrepr.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
machine.rs
macros.rs
meth.rs
mod.rs
monomorphize.rs
reflect.rs
tvec.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
type_.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
type_of.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
uniq.rs
value.rs
write_guard.rs