rust/src/libstd
Tobias Bucher cf83ff8959 Add requirements of TotalEq and TotalOrd
Clarify that TotalEq needs an underlying equivalence relation and that TotalOrd
needs a total ordering and specifically named the required (and sufficient)
attributes.
2014-04-06 15:29:36 +02:00
..
comm Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
fmt auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
hash Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
io Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
num Removed cmath and instrinsic wrapper. 2014-04-04 20:32:50 -04:00
path std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
rt auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson 2014-04-03 18:41:45 -07:00
sync Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUint 2014-04-03 19:53:43 -05:00
unstable Switch some tuple structs to pub fields 2014-03-31 19:50:51 -07:00
any.rs
ascii.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
bool.rs
c_str.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
c_vec.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
cast.rs
cell.rs std: Remove RefCell::set() 2014-04-03 20:28:59 -07:00
char.rs
cleanup.rs
clone.rs
cmp.rs Add requirements of TotalEq and TotalOrd 2014-04-06 15:29:36 +02:00
container.rs
default.rs
from_str.rs
gc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
intrinsics.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
iter.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
kinds.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
lib.rs Register new snapshots 2014-04-04 13:23:08 -07:00
libc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
local_data.rs
macros.rs std: Document builtin syntax extensions 2014-04-03 16:17:48 -07:00
managed.rs
mem.rs
ops.rs
option.rs std: Remove RefCell::set() 2014-04-03 20:28:59 -07:00
os.rs auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
owned.rs
prelude.rs
ptr.rs
raw.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
rc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
reference.rs
reflect.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
repr.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
result.rs
rtdeps.rs
slice.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
str.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
task.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
to_str.rs
tuple.rs
ty.rs Fix an unnecessary use of cast::transmute 2014-04-05 20:38:35 +02:00
unicode.rs
unit.rs
vec.rs Added grow_fn and retain to Vec 2014-04-04 13:23:21 -07:00