rust/src/libstd
bors 4a5d39001b auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson
Lots of assorted things here and there, all the details are in the commits.

Closes #11712
2014-05-07 03:21:47 -07:00
..
comm std::comm: use Unsafe to avoid U.B. & -> &mut transmutes. 2014-05-05 18:20:41 +10:00
fmt auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichton 2014-05-05 15:26:31 -07:00
hash Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
io auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson 2014-05-06 22:01:43 -07:00
num Add lint check for negating uint literals and variables. 2014-05-03 00:13:26 +02:00
path auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton 2014-05-01 16:06:48 -07:00
rt Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
sync Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
unstable Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
any.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
ascii.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
bitflags.rs Add (unsafe) coercion from bits to std::bitflags 2014-05-05 15:24:36 -07:00
bool.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
c_str.rs rustdoc: Migrate from sundown to hoedown 2014-05-03 17:36:20 -07:00
c_vec.rs Register new snapshots 2014-04-08 00:03:11 -07:00
cast.rs std: deprecate cast::transmute_mut. 2014-05-05 18:20:41 +10:00
cell.rs Add debug_assert and debug_assert_eq macros 2014-05-01 19:07:40 -07:00
char.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
cleanup.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
clone.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
cmp.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
container.rs Add a default impl for Set::is_superset 2014-04-15 19:45:00 -07:00
default.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
from_str.rs
gc.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
intrinsics.rs Register new snapshots 2014-05-04 22:35:21 -07:00
iter.rs auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson 2014-05-07 03:21:47 -07:00
kinds.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
lib.rs Move bitflags module to libstd 2014-04-30 10:01:14 -07:00
local_data.rs auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson 2014-05-07 03:21:47 -07:00
macros.rs Remove useless assert! case 2014-05-01 19:07:41 -07:00
managed.rs
mem.rs std: Add more docs to std::mem::replace. 2014-04-28 22:28:47 +09:00
ops.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
option.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
os.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
owned.rs librustc: Implement the Box<T> type syntax. RFC #14. Issue #13885. 2014-05-02 18:27:50 -07:00
prelude.rs rustdoc: fix overly broad selectors 2014-04-30 17:35:54 +02:00
ptr.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
raw.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
rc.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
reference.rs
reflect.rs Register new snapshots 2014-05-04 22:35:21 -07:00
repr.rs Register new snapshots 2014-05-04 22:35:21 -07:00
result.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
rtdeps.rs Remove libc from std 2014-04-04 09:31:21 -07:00
slice.rs auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson 2014-05-07 03:21:47 -07:00
str.rs auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson 2014-05-07 03:21:47 -07:00
strbuf.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
task.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
to_str.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
tuple.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
ty.rs Fix an unnecessary use of cast::transmute 2014-04-05 20:38:35 +02:00
unicode.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
unit.rs
vec.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00