rust/src/libstd/rt
Alex Crichton f1cbfceefb Ignore a deque test on windows
I've seen this fail on windows twice now, and it's not clear to me why it's
failing. For now, ignore it on that platform while investigation enuses.
2013-11-29 23:20:10 -08:00
..
args.rs Clean up statically initialized data on shutdown 2013-11-26 21:11:17 -08:00
basic.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
borrowck.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
comm.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
context.rs Register new snapshots 2013-11-28 20:27:56 -08:00
crate_map.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
deque.rs Ignore a deque test on windows 2013-11-29 23:20:10 -08:00
env.rs Decrease the default stack size back to 2MB 2013-11-11 10:40:34 -08:00
global_heap.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
kill.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
local_heap.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
local_ptr.rs Register new snapshots 2013-11-28 20:27:56 -08:00
local.rs Use the native tls implementation on android 2013-11-27 11:56:43 -08:00
logging.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
macros.rs Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
message_queue.rs Encapsulate the lock-free mpsc queue in the MessageQueue type 2013-10-25 19:56:49 -07:00
mod.rs Implement a lock-free work-stealing deque 2013-11-29 12:19:16 -08:00
mpmc_bounded_queue.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
mpsc_queue.rs Encapsulate the lock-free mpsc queue in the MessageQueue type 2013-10-25 19:56:49 -07:00
rc.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
rtio.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
sched.rs Implement a lock-free work-stealing deque 2013-11-29 12:19:16 -08:00
select.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
sleeper_list.rs add multi-producer multi-consumer bounded queue to use for sleeper list 2013-10-25 18:27:45 -07:00
stack.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
task.rs Register new snapshots 2013-11-28 20:27:56 -08:00
test.rs Implement a lock-free work-stealing deque 2013-11-29 12:19:16 -08:00
thread_local_storage.rs Clean up statically initialized data on shutdown 2013-11-26 21:11:17 -08:00
thread.rs Improve the rt::thread module 2013-11-27 09:53:48 -08:00
tube.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
util.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +01:00