rust/src/libstd
bors 6edc994021 Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson
This isn't actually necessary any more with the advent of `$crate` and changes
in the compiler to expand macros to `::core::$foo` in the context of a
`#![no_std]` crate.

The libcore inner module was also trimmed down a bit to the bare bones.
2015-07-30 18:42:32 +00:00
..
collections Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
ffi Implement Clone for Box<[T]> where T: Clone 2015-07-28 01:43:17 -07:00
io Rollup merge of #27345 - killercup:patch-15, r=alexcrichton 2015-07-29 10:30:35 -04:00
net Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturon 2015-07-29 19:50:52 +00:00
num Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
os Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10.1 x86_64 and i686 2015-07-28 11:10:23 -07:00
prelude Address feedback 2015-07-13 18:38:00 -07:00
rand Auto merge of #27310 - akiss77:fix-aarch64-getrandom, r=alexcrichton 2015-07-27 09:34:05 +00:00
rt Auto merge of #27339 - alexcrichton:remove-old-rt, r=brson 2015-07-29 05:12:33 +00:00
sync std: Remove the curious inner module 2015-07-29 14:18:24 -07:00
sys std: Fix sub-second Condvar::wait_timeout_ms 2015-07-29 10:24:40 -07:00
thread std: Remove the curious inner module 2015-07-29 14:18:24 -07:00
time std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
ascii.rs Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro 2015-07-29 10:30:34 -04:00
dynamic_lib.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
env.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
error.rs std: Hide some internal functions more aggressively 2015-06-17 09:07:17 -07:00
fs.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
lib.rs Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson 2015-07-30 18:42:32 +00:00
macros.rs Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
panicking.rs Fix logic in panic printing with no stderr 2015-06-20 19:54:15 -07:00
path.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
primitive_docs.rs Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
process.rs std: Remove the curious inner module 2015-07-29 14:18:24 -07:00
rtdeps.rs Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson 2015-07-06 19:49:16 +00:00
thunk.rs std: Deprecate the thunk module 2015-06-17 09:07:17 -07:00