| .. |
|
num
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
rand
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
rt
|
std: silence some test warnings.
|
2013-06-28 01:45:24 +10:00 |
|
str
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
task
|
std: silence some test warnings.
|
2013-06-28 01:45:24 +10:00 |
|
unstable
|
Rename #[no_drop_flag] to #[unsafe_no_drop_flag]
|
2013-06-27 23:20:42 -04:00 |
|
at_vec.rs
|
auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr
|
2013-06-25 04:38:06 -07:00 |
|
bool.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
borrow.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
cast.rs
|
Remove all #[cfg(stage0)]-protected code
|
2013-06-21 02:43:02 +12:00 |
|
cell.rs
|
std::cell: Modernize constructors
|
2013-06-04 12:03:58 +02:00 |
|
char.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
cleanup.rs
|
Remove unused TyDesc parameter from the glue functions
|
2013-06-23 13:02:00 +02:00 |
|
clone.rs
|
librustc: Rename Const to Freeze
|
2013-06-28 10:44:15 -04:00 |
|
cmp.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
comm.rs
|
libstd: cleanup warnings
|
2013-06-21 02:43:02 +12:00 |
|
condition.rs
|
Change finalize -> drop.
|
2013-06-25 21:14:39 -04:00 |
|
container.rs
|
container: remove internal iterators from Map
|
2013-06-25 16:26:23 -04:00 |
|
either.rs
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
from_str.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
gc.rs
|
Remove unused TyDesc parameter from the glue functions
|
2013-06-23 13:02:00 +02:00 |
|
hash.rs
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
hashmap.rs
|
remove each from vec, HashMap and HashSet
|
2013-06-25 16:28:02 -04:00 |
|
io.rs
|
Convert vec::{reserve, reserve_at_least, capacity} to methods.
|
2013-06-28 00:40:47 +10:00 |
|
iter.rs
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
iterator.rs
|
auto merge of #7430 : huonw/rust/vec-kill, r=thestinger
|
2013-06-27 15:01:58 -07:00 |
|
kinds.rs
|
librustc: Rename Const to Freeze
|
2013-06-28 10:44:15 -04:00 |
|
libc.rs
|
std: unused import fix for android
|
2013-06-27 23:21:40 -04:00 |
|
local_data.rs
|
std: silence some test warnings.
|
2013-06-28 01:45:24 +10:00 |
|
logging.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
macros.rs
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
|
2013-05-22 21:57:05 -07:00 |
|
managed.rs
|
Remove intrinsic module
|
2013-06-23 12:49:16 +02:00 |
|
nil.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
ops.rs
|
Change finalize -> drop.
|
2013-06-25 21:14:39 -04:00 |
|
option.rs
|
util: make NonCopyable 0 size (instead of 1 byte)
|
2013-06-27 23:20:42 -04:00 |
|
os.rs
|
auto merge of #7430 : huonw/rust/vec-kill, r=thestinger
|
2013-06-27 15:01:58 -07:00 |
|
owned.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
path.rs
|
rustpkg: Implement RUST_PATH
|
2013-06-27 21:41:03 -07:00 |
|
pipes.rs
|
Change finalize -> drop.
|
2013-06-25 21:14:39 -04:00 |
|
prelude.rs
|
librustc: Rename Const to Freeze
|
2013-06-28 10:44:15 -04:00 |
|
ptr.rs
|
Remove all #[cfg(stage0)]-protected code
|
2013-06-21 02:43:02 +12:00 |
|
rand.rs
|
auto merge of #7216 : kballard/rust/task_rng, r=brson
|
2013-06-26 03:08:04 -07:00 |
|
reflect.rs
|
Remove intrinsic module
|
2013-06-23 12:49:16 +02:00 |
|
repr.rs
|
Remove intrinsic module
|
2013-06-23 12:49:16 +02:00 |
|
result.rs
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
run.rs
|
auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr
|
2013-06-26 00:56:04 -07:00 |
|
stackwalk.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
std.rs
|
Rename all files with the 'rc' extension
|
2013-06-25 08:55:15 -07:00 |
|
str.rs
|
auto merge of #7430 : huonw/rust/vec-kill, r=thestinger
|
2013-06-27 15:01:58 -07:00 |
|
sys.rs
|
Remove rust_call_tydesc_glue
|
2013-06-23 12:49:16 +02:00 |
|
to_bytes.rs
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
to_str.rs
|
Deny common lints by default for lib{std,extra}
|
2013-06-25 17:39:43 -07:00 |
|
trie.rs
|
container: remove internal iterators from Map
|
2013-06-25 16:26:23 -04:00 |
|
tuple.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
unicode.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
util.rs
|
fix stage0 build
|
2013-06-28 00:23:38 -04:00 |
|
vec.rs
|
std: silence some test warnings.
|
2013-06-28 01:45:24 +10:00 |