| .. |
|
comm
|
std: Remove try_send_deferred plus all fallout
|
2014-02-03 12:05:16 -08:00 |
|
fmt
|
std::fmt: convert the formatting traits to a proper self.
|
2014-02-08 13:53:21 +11:00 |
|
io
|
std::fmt: convert the formatting traits to a proper self.
|
2014-02-08 13:53:21 +11:00 |
|
num
|
auto merge of #11930 : bjz/rust/next_power_of_two, r=huonw
|
2014-02-01 04:11:21 -08:00 |
|
path
|
Rewrite path::Display to reduce unnecessary allocation
|
2014-02-07 22:31:52 -08:00 |
|
rand
|
std: Remove io::io_error
|
2014-02-03 09:32:33 -08:00 |
|
rt
|
Delete send_str, rewrite clients on top of MaybeOwned<'static>
|
2014-02-07 22:31:52 -08:00 |
|
sync
|
auto merge of #11230 : csherratt/rust/cow, r=alexcrichton
|
2014-02-04 14:41:36 -08:00 |
|
unstable
|
auto merge of #12096 : brson/rust/morestack-addr, r=thestinger
|
2014-02-08 01:56:30 -08:00 |
|
any.rs
|
Removed @self and @Trait.
|
2014-02-07 00:38:33 +02:00 |
|
ascii.rs
|
Cleaned up imports per coding standards.
|
2014-02-07 09:59:19 -08: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
|
Remove an unused variable in a test of std::c_str.
|
2014-02-08 15:08:44 +09:00 |
|
cast.rs
|
'borrowed pointer' -> 'reference'
|
2014-01-07 18:49:13 -08:00 |
|
cell.rs
|
Cleaned up imports per coding standards.
|
2014-02-07 09:59:19 -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
|
remove type descriptors from proc and @T
|
2014-02-07 20:08:35 -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 |
|
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
|
Fix @str removal tests.
|
2014-02-02 02:58:57 +11:00 |
|
hash.rs
|
std: Remove io::io_error
|
2014-02-03 09:32:33 -08:00 |
|
hashmap.rs
|
Rename reserve to reserve_exact and reserve_at_least to reserve
|
2014-02-04 12:33:41 +11:00 |
|
iter.rs
|
auto merge of #11789 : pongad/rust/master, r=kballard
|
2014-01-31 23:31:28 -08:00 |
|
kinds.rs
|
Introduce marker types for indicating variance and for opting out
|
2014-01-31 21:18:48 -05:00 |
|
lib.rs
|
Delete send_str, rewrite clients on top of MaybeOwned<'static>
|
2014-02-07 22:31:52 -08:00 |
|
libc.rs
|
Implement clone() for TCP/UDP/Unix sockets
|
2014-02-05 11:43:49 -08:00 |
|
local_data.rs
|
Cleaned up imports per coding standards.
|
2014-02-07 09:59:19 -08:00 |
|
logging.rs
|
std: Remove io::io_error
|
2014-02-03 09:32:33 -08:00 |
|
macros.rs
|
Clean up formatting in macros module
|
2014-02-08 05:39:50 +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
|
std::fmt: convert the formatting traits to a proper self.
|
2014-02-08 13:53:21 +11:00 |
|
os.rs
|
std::fmt: convert the formatting traits to a proper self.
|
2014-02-08 13:53:21 +11:00 |
|
owned.rs
|
librustc: Implement placement box for GC and unique pointers.
|
2014-01-09 16:05:34 -08:00 |
|
prelude.rs
|
Delete send_str, rewrite clients on top of MaybeOwned<'static>
|
2014-02-07 22:31:52 -08:00 |
|
ptr.rs
|
Remove unnecessary parentheses.
|
2014-01-21 22:00:18 +11:00 |
|
rc.rs
|
Ensure an Rc isn't freed while running its own destructor.
|
2014-02-06 09:05:59 +11:00 |
|
reference.rs
|
Cleaned up imports per coding standards.
|
2014-02-07 09:59:19 -08:00 |
|
reflect.rs
|
Removed @self and @Trait.
|
2014-02-07 00:38:33 +02:00 |
|
repr.rs
|
Register new snapshots
|
2014-02-04 00:06:08 -08:00 |
|
result.rs
|
std::fmt: convert the formatting traits to a proper self.
|
2014-02-08 13:53:21 +11:00 |
|
rtdeps.rs
|
Convert some C functions to rust functions
|
2013-12-30 14:35:55 -08:00 |
|
run.rs
|
Cleaned up imports per coding standards.
|
2014-02-07 09:59:19 -08:00 |
|
str.rs
|
Delete send_str, rewrite clients on top of MaybeOwned<'static>
|
2014-02-07 22:31:52 -08:00 |
|
task.rs
|
Delete send_str, rewrite clients on top of MaybeOwned<'static>
|
2014-02-07 22:31:52 -08:00 |
|
to_bytes.rs
|
std: Remove io::io_error
|
2014-02-03 09:32:33 -08:00 |
|
to_str.rs
|
std,extra: remove use of & support for @[].
|
2014-02-02 02:59:03 +11:00 |
|
trie.rs
|
Cleaned up imports per coding standards.
|
2014-02-07 09:59:19 -08:00 |
|
tuple.rs
|
Rename CopyableTuple to CloneableTuple
|
2014-01-28 23:51:52 +01:00 |
|
unicode.rs
|
Remove dead codes
|
2013-12-08 02:55:28 -05:00 |
|
unit.rs
|
Fix unused import warnings.
|
2014-02-08 15:08:44 +09:00 |
|
util.rs
|
Implement clone() for TCP/UDP/Unix sockets
|
2014-02-05 11:43:49 -08:00 |
|
vec.rs
|
auto merge of #12029 : zkamsler/rust/merge-sort-allocations, r=huonw
|
2014-02-07 14:21:30 -08:00 |
|
vec_ng.rs
|
Removed prelude::* from libstd files.
|
2014-02-07 09:59:19 -08:00 |