rust/src/libstd
2013-08-22 16:31:57 -07:00
..
fmt auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon 2013-08-19 01:42:05 -07:00
num auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichton 2013-08-21 09:31:43 -07:00
rand std/extra: changing XXX to FIXME; cleanup 2013-08-21 17:17:41 -07:00
rt std: remove fcntl const bindings + making valgrind clean w/ no owned vecs 2013-08-22 16:31:57 -07:00
str std::to_bytes: Delimit sequences &[A] and ~str when hashing 2013-08-18 18:39:47 +02:00
task std/extra: changing XXX to FIXME; cleanup 2013-08-21 17:17:41 -07:00
unstable rm obsolete integer to_str{,_radix} free functions 2013-08-20 22:05:03 -04:00
at_vec.rs std/extra: changing XXX to FIXME; cleanup 2013-08-21 17:17:41 -07:00
bool.rs doc: correct spelling in documentation. 2013-08-16 15:41:28 +10:00
borrow.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
c_str.rs Add externfn macro and correctly label fixed_stack_segments 2013-08-19 07:13:15 -04:00
cast.rs fix build with the new snapshot compiler 2013-08-12 17:37:46 -04:00
cell.rs Make cell with_ref/with_mut_ref use finally. Close #7975. 2013-08-12 13:54:21 -04:00
char.rs Add Unicode decomposition mappings to std::unicode 2013-08-21 11:50:07 +02:00
cleanup.rs std: Restore dynamic borrow tracking 2013-08-19 20:39:39 -07:00
clone.rs std: Implement Clone and DeepClone for extern "Rust" fn 2013-07-29 19:43:21 +02:00
cmp.rs Remove redundant Ord method impls. 2013-08-09 14:28:14 +09:00
comm.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
condition.rs make in and foreach get treated as keywords 2013-08-01 00:21:13 -04:00
container.rs container: inline contains_key default method 2013-08-20 22:05:03 -04:00
either.rs Update either::partition 2013-08-15 02:52:55 +02:00
from_str.rs Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
hash.rs rm obsolete integer to_str{,_radix} free functions 2013-08-20 22:05:03 -04:00
hashmap.rs std: Move the iterator param on FromIterator and Extendable to the method. 2013-08-15 01:10:45 +10:00
io.rs Add externfn macro and correctly label fixed_stack_segments 2013-08-19 07:13:15 -04:00
iter.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
iterator.rs auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon 2013-08-21 08:01:44 -07:00
kinds.rs kinds: update documentation 2013-08-15 21:12:34 -04:00
libc.rs auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon 2013-08-21 06:31:44 -07:00
local_data.rs syntax: add a local_data_key macro that creates a key for access to the TLS. 2013-08-16 14:37:24 +10:00
logging.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
macros.rs Remove rtdebug_! and make rtdebug! work properly. 2013-08-09 14:48:10 -04:00
managed.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
ops.rs std: add benchmark for allocating-and-dropping a struct with a dtor. 2013-07-22 16:56:11 -07:00
option.rs option: derive Clone/DeepClone for the iterator 2013-08-20 22:05:03 -04:00
os.rs Add externfn macro and correctly label fixed_stack_segments 2013-08-19 07:13:15 -04:00
owned.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
path.rs Add externfn macro and correctly label fixed_stack_segments 2013-08-19 07:13:15 -04:00
prelude.rs enable tests for the container tutorial 2013-08-20 22:05:46 -04:00
ptr.rs Adjust callbacks in the libraries for the new type of extern fns 2013-08-21 10:50:42 -04:00
rand.rs Add externfn macro and correctly label fixed_stack_segments 2013-08-19 07:13:15 -04:00
reflect.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
repr.rs fix build with the new snapshot compiler 2013-08-12 17:37:46 -04:00
result.rs auto merge of #8551 : huonw/rust/speling, r=alexcrichton 2013-08-18 05:11:58 -07:00
run.rs Try to fix mac valgrind bot by disabling thread-heavy activities. 2013-08-19 15:09:20 -07:00
select.rs auto merge of #8565 : bblum/rust/select-bugfix, r=brson 2013-08-18 19:32:36 -07:00
std.rs std/extra: changing XXX to FIXME; cleanup 2013-08-21 17:17:41 -07:00
str.rs auto merge of #8590 : blake2-ppc/rust/std-str, r=alexcrichton 2013-08-21 21:51:30 -07:00
sys.rs Add ToCStr method .with_c_str() 2013-08-15 01:33:10 -07:00
to_bytes.rs std::to_bytes: Implement IterBytes on 1- to 8-tuples 2013-08-18 18:39:47 +02: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 tuple: remove obsolete ExtendedTupleOps 2013-08-15 21:12:34 -04:00
unicode.rs Add canonical combining class to std::unicode 2013-08-21 11:50:07 +02:00
unit.rs Methodyfied the string ascii extionsion functions 2013-08-14 14:48:25 +02:00
util.rs (cleanup) Use more do...finally in extra::sync. 2013-08-02 17:31:45 -04:00
vec.rs auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon 2013-08-21 08:01:44 -07:00