..
fmt
Rename str::from_bytes to str::from_utf8, closes #8985
2013-09-05 14:17:24 +02:00
num
auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichton
2013-09-06 20:10:57 -07:00
rand
std/extra: changing XXX to FIXME; cleanup
2013-08-21 17:17:41 -07:00
rt
Handle global log levels ( fixes #6033 )
2013-09-07 09:14:52 -04:00
str
stop treating char as an integer type
2013-09-04 08:07:56 -04:00
task
Consolidate local_data implementations, and cleanup
2013-08-27 21:29:11 -07:00
unstable
Flag the Repr::repr function with #[inline]
2013-09-06 22:29:29 -07:00
at_vec.rs
std::at_vec and vec: Unify build_sized, build_sized_opt into build
2013-09-10 05:50:11 +02:00
bool.rs
remove several 'ne' methods
2013-08-30 21:53:25 -04:00
borrow.rs
c_str.rs
Added explicit pub to several conditions. Enables completion of #6009 .
2013-09-04 10:03:47 +02: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
stop treating char as an integer type
2013-09-04 08:07:56 -04:00
cleanup.rs
librustc: Remove &const
and *const
from the language.
2013-08-27 18:46:51 -07:00
clone.rs
cmp.rs
Now inline default 'ne' methods
2013-08-30 22:02:24 -04:00
comm.rs
Remove the C++ runtime. Sayonara
2013-08-09 16:45:50 -07:00
condition.rs
Another followup on #6009 .
2013-09-04 18:08:02 +02:00
container.rs
container: inline contains_key default method
2013-08-20 22:05:03 -04:00
default.rs
Add a Default trait.
2013-08-26 19:25:53 -04:00
either.rs
Update either::partition
2013-08-15 02:52:55 +02:00
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::at_vec and vec: Unify build_sized, build_sized_opt into build
2013-09-10 05:50:11 +02:00
iterator.rs
auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw
2013-09-03 06:56:05 -07:00
kinds.rs
kinds: update documentation
2013-08-15 21:12:34 -04:00
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
Remove @io::Writer from sys/repr/reflect
2013-08-28 23:00:46 -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
std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iterators
2013-09-01 18:20:24 +02:00
os.rs
Replace os::glob with extra::glob, which is written in rust,
2013-09-05 21:19:47 +01:00
owned.rs
path.rs
Minor doc cleanup.
2013-09-05 06:25:23 -04:00
prelude.rs
std::iterator: Use ExactSize, inheriting DoubleEndedIterator
2013-09-01 18:17:26 +02:00
ptr.rs
fix various warnings
2013-08-30 15:10:55 -07:00
rand.rs
stop treating char as an integer type
2013-09-04 08:07:56 -04:00
reflect_stage0.rs
Remove @io::Writer from sys/repr/reflect
2013-08-28 23:00:46 -07:00
reflect.rs
repr: handle tuple structs sanely
2013-09-02 04:10:56 -04:00
repr_stage0.rs
Remove @io::Writer from sys/repr/reflect
2013-08-28 23:00:46 -07:00
repr.rs
Rename str::from_bytes to str::from_utf8, closes #8985
2013-09-05 14:17:24 +02:00
result.rs
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
2013-08-18 05:11:58 -07:00
run.rs
Rename str::from_bytes to str::from_utf8, closes #8985
2013-09-05 14:17:24 +02:00
select.rs
std::vec: Change fn unzip to take an iterator argument
2013-09-10 05:39:59 +02:00
std.rs
auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson
2013-08-30 01:20:44 -07:00
str.rs
auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson
2013-09-05 15:00:49 -07:00
sys.rs
Rename str::from_bytes to str::from_utf8, closes #8985
2013-09-05 14:17:24 +02:00
to_bytes.rs
added IterBytes for 4-tuples
2013-09-06 13:35:10 -07:00
to_str.rs
More spelling corrections.
2013-08-18 08:28:04 +10:00
trie.rs
std: Move the iterator param on FromIterator and Extendable to the method.
2013-08-15 01:10:45 +10:00
tuple.rs
librustc: Ensure that type parameters are in the right positions in paths.
2013-08-27 18:47:57 -07:00
unicode.rs
stop treating char as an integer type
2013-09-04 08:07:56 -04:00
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
std::at_vec and vec: Unify build_sized, build_sized_opt into build
2013-09-10 05:50:11 +02:00