rust/src/libcore
bors ea0640764a auto merge of #6629 : steveklabnik/rust/remove_uvio_warnings, r=catamorphism
Mostly of the 'unused imports' kind.

I'm unsure about the 'no unsafe' bit, but that's what it says...
2013-05-20 00:25:40 -07:00
..
num Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
rand libcore: Remove mutable fields from rand. 2013-05-08 17:03:58 -07:00
rt Remove more warnings. 2013-05-19 20:00:39 -07:00
str Remove re-exports from libcore/core.rc 2013-05-13 18:51:40 -04:00
task auto merge of #6106 : thestinger/rust/iter, r=bstrie 2013-05-19 08:13:30 -07:00
unstable Remove more warnings. 2013-05-19 20:00:39 -07:00
at_vec.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
bool.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
cast.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
cell.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
char.rs Use /// style doc-comments and add missing headings 2013-05-19 06:45:54 +10:00
cleanup.rs core: Use the new for protocol 2013-05-10 02:46:18 -04:00
clone.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
cmp.rs Convert various inner doc-comments to outer doc-comments 2013-05-18 17:29:14 +10:00
comm.rs core: Wire up stream to newsched 2013-05-17 17:54:32 -07:00
condition.rs clean up the last bit of warnings 2013-05-11 20:36:47 -07:00
container.rs core: Use the new for protocol 2013-05-10 02:46:18 -04:00
core.rc reduce the usage of explicit version markers 2013-05-19 00:21:41 -04:00
either.rs Use four-space indentation, add trailing commas, and remove unnecessary uses of the return keyword 2013-05-18 17:29:19 +10:00
from_str.rs libcore: Remove pure from libcore. rs=depure 2013-03-22 10:29:17 -07:00
gc.rs core: Use the new for protocol 2013-05-10 02:46:18 -04:00
hash.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
hashmap.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
io.rs auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestinger 2013-05-19 23:13:36 -07:00
iter.rs iter: add fold, sum and product 2013-05-16 21:51:31 -04:00
iterator.rs fix stage0 compile 2013-05-18 22:10:56 -04:00
kinds.rs Remove Durable from the language 2013-05-07 17:50:42 -07:00
libc.rs improve MIPS backend and implement segmented stacks 2013-05-09 16:51:42 +08:00
local_data.rs Fix cosmetics for fail!() calls 2013-05-14 16:36:24 +02:00
logging.rs Removing some warnings from logging.rs 2013-05-19 19:40:36 -07:00
macros.rs core::rt: Fix scheduling logic for enqueued tasks 2013-05-15 12:19:15 -07:00
managed.rs Convert various inner doc-comments to outer doc-comments 2013-05-18 17:29:14 +10:00
nil.rs Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] 2013-05-08 21:11:23 +10:00
old_iter.rs replace old_iter::repeat with the Times trait 2013-05-18 04:57:21 -04:00
ops.rs Register snapshots 2013-05-04 15:43:51 -07:00
option.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
os.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
owned.rs Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] 2013-05-08 21:11:23 +10:00
path.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
pipes.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
prelude.rs auto merge of #6595 : bjz/rust/core-tuple, r=thestinger 2013-05-19 03:01:28 -07:00
ptr.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
rand.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
reflect.rs Warning police 2013-05-11 20:36:44 -07:00
repr.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
result.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
run.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
stackwalk.rs core: Use the new for protocol 2013-05-10 02:46:18 -04:00
str.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
sys.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
to_bytes.rs Add inlining for iter_bytes for types used as hashmap keys 2013-05-14 20:32:49 +02:00
to_str.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trie.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
tuple.rs Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests. 2013-05-19 18:51:14 +10:00
unicode.rs Use cond! macro where appropriate 2013-05-18 17:29:07 +10:00
util.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
vec.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00