| .. |
|
comm
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
fmt
|
Removed all instances of XXX in preparation for relaxing of FIXME rule
|
2014-01-26 14:42:53 -05:00 |
|
io
|
auto merge of #11754 : alexcrichton/rust/unused-result, r=brson
|
2014-01-29 09:46:34 -08:00 |
|
num
|
Uppercase numeric constants
|
2014-01-25 21:38:25 +13:00 |
|
path
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
rand
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
rt
|
Rename std::borrow to std::reference.
|
2014-01-29 20:31:03 -05:00 |
|
sync
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
unstable
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
any.rs
|
std: uniform modules titles for doc
|
2013-12-27 09:49:11 +01:00 |
|
ascii.rs
|
Issue #3511 - Rationalize temporary lifetimes.
|
2014-01-15 18:34:38 -05:00 |
|
at_vec.rs
|
libstd: Added more #[inline] annotations and replaced uses of libc::abort with the intrinsic.
|
2014-01-15 11:45:12 +02:00 |
|
bool.rs
|
Add operator trait constraints to std::num::{Zero, One} and document their appropriate use
|
2014-01-20 18:09:46 +11:00 |
|
c_str.rs
|
libc: switch free to the proper signature
|
2014-01-22 23:13:53 -05:00 |
|
cast.rs
|
'borrowed pointer' -> 'reference'
|
2014-01-07 18:49:13 -08:00 |
|
cell.rs
|
Register new snapshots
|
2014-01-06 09:26:47 -08:00 |
|
char.rs
|
Add operator trait constraints to std::num::{Zero, One} and document their appropriate use
|
2014-01-20 18:09:46 +11:00 |
|
cleanup.rs
|
Removed all instances of XXX in preparation for relaxing of FIXME rule
|
2014-01-26 14:42:53 -05:00 |
|
clone.rs
|
'borrowed pointer' -> 'reference'
|
2014-01-07 18:49:13 -08:00 |
|
cmp.rs
|
Remove ApproxEq and assert_approx_eq!
|
2014-01-09 15:41:46 +11:00 |
|
condition.rs
|
Remove re-exports of std::io::stdio::{print, println} in the prelude.
|
2014-01-11 10:46:00 +11:00 |
|
container.rs
|
std: uniform modules titles for doc
|
2013-12-27 09:49:11 +01:00 |
|
default.rs
|
libstd: Remove all support code related to @mut
|
2014-01-03 14:02:00 -08:00 |
|
from_str.rs
|
std: uniform modules titles for doc
|
2013-12-27 09:49:11 +01:00 |
|
gc.rs
|
add an experimental tag for Gc<T> due to cycles
|
2014-01-14 17:13:22 -05:00 |
|
hash.rs
|
Remove unnecessary parentheses.
|
2014-01-21 22:00:18 +11:00 |
|
hashmap.rs
|
hashmap: port to Vec<T>
|
2014-01-22 23:13:57 -05:00 |
|
iter.rs
|
auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton
|
2014-01-25 07:56:27 -08:00 |
|
kinds.rs
|
std: uniform modules titles for doc
|
2013-12-27 09:49:11 +01:00 |
|
lib.rs
|
Remove double-use of logging.
|
2014-01-29 20:31:03 -05:00 |
|
libc.rs
|
Set SO_REUSEADDR by default in libnative.
|
2014-01-27 20:59:15 -05:00 |
|
local_data.rs
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
logging.rs
|
Tweak the interface of std::io
|
2014-01-17 10:00:47 -08:00 |
|
macros.rs
|
std: add begin_unwind_fmt that reduces codesize for formatted fail!().
|
2014-01-27 23:58:03 +11:00 |
|
managed.rs
|
remove the concept of managed-unique from libstd
|
2014-01-15 08:22:59 -05:00 |
|
mem.rs
|
Cleaned, documented, wrote tests for up std::bool
|
2013-10-24 17:21:39 +02:00 |
|
ops.rs
|
Remove re-exports of std::io::stdio::{print, println} in the prelude.
|
2014-01-11 10:46:00 +11:00 |
|
option.rs
|
Uppercase numeric constants
|
2014-01-25 21:38:25 +13:00 |
|
os.rs
|
Bring in the line-length police
|
2014-01-26 00:49:23 -08:00 |
|
owned.rs
|
librustc: Implement placement box for GC and unique pointers.
|
2014-01-09 16:05:34 -08:00 |
|
prelude.rs
|
Merge Bitwise and BitCount traits and remove from prelude, along with Bounded
|
2014-01-16 11:51:33 +11:00 |
|
ptr.rs
|
Remove unnecessary parentheses.
|
2014-01-21 22:00:18 +11:00 |
|
rc.rs
|
Replace C types with Rust types in libstd, closes #7313
|
2014-01-22 19:20:47 +01:00 |
|
reference.rs
|
Rename std::borrow to std::reference.
|
2014-01-29 20:31:03 -05:00 |
|
reflect.rs
|
Demote self to an (almost) regular argument and remove the env param.
|
2014-01-27 14:31:24 +02:00 |
|
repr.rs
|
Demote self to an (almost) regular argument and remove the env param.
|
2014-01-27 14:31:24 +02:00 |
|
result.rs
|
Flag Result as #[must_use] and deal with fallout.
|
2014-01-29 08:35:49 -08:00 |
|
rtdeps.rs
|
Convert some C functions to rust functions
|
2013-12-30 14:35:55 -08:00 |
|
run.rs
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
send_str.rs
|
Removed all instances of XXX in preparation for relaxing of FIXME rule
|
2014-01-26 14:42:53 -05:00 |
|
str.rs
|
std,extra: Make some types public and other private.
|
2014-01-26 13:33:05 +11:00 |
|
task.rs
|
Removing do keyword from libstd and librustc
|
2014-01-29 09:15:41 -05:00 |
|
to_bytes.rs
|
Tweak the interface of std::io
|
2014-01-17 10:00:47 -08:00 |
|
to_str.rs
|
Rename To{Str,Bytes}Consume traits to Into*.
|
2013-12-15 01:04:22 +11:00 |
|
trie.rs
|
Uppercase numeric constants
|
2014-01-25 21:38:25 +13:00 |
|
tuple.rs
|
Add operator trait constraints to std::num::{Zero, One} and document their appropriate use
|
2014-01-20 18:09:46 +11:00 |
|
unicode.rs
|
Remove dead codes
|
2013-12-08 02:55:28 -05:00 |
|
unit.rs
|
Add operator trait constraints to std::num::{Zero, One} and document their appropriate use
|
2014-01-20 18:09:46 +11:00 |
|
util.rs
|
Remove typo
|
2014-01-16 05:56:56 -05:00 |
|
vec.rs
|
Uppercase numeric constants
|
2014-01-25 21:38:25 +13:00 |
|
vec_ng.rs
|
add new vector representation as a library
|
2014-01-22 23:13:57 -05:00 |