rust/src/libstd
bors 1e4c8b1a81 Auto merge of #36825 - sbwtw:master, r=alexcrichton
add println!() macro with out any arguments

lets add println!() to write "\n".
like java https://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html#println()
2016-10-11 01:17:03 -07:00
..
collections Auto merge of #36753 - srinivasreddy:hash, r=nrc 2016-10-06 21:53:29 -07:00
ffi Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon 2016-10-03 11:00:03 -07:00
io Fixed small typo in BufRead comments 2016-10-05 13:18:45 +02:00
net Auto merge of #36707 - achanda:ip_type, r=alexcrichton 2016-10-10 17:18:01 -07:00
num Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
os Preliminary wasm32 support 2016-09-30 14:02:45 -07:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand Ignore lots and lots of std tests on emscripten 2016-09-30 14:02:48 -07:00
sync Auto merge of #36893 - apasel422:issue-32114, r=alexcrichton 2016-10-05 18:10:34 -07:00
sys use MSG_NOSIGNAL on all relevant platforms 2016-10-09 13:01:29 +02:00
thread Auto merge of #36341 - sagebind:thread_id, r=alexcrichton 2016-10-10 04:04:51 -07:00
time Reword description of SystemTimeError. 2016-09-29 20:08:46 +02:00
ascii.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
build.rs Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
Cargo.toml crate-ify compiler-rt into compiler-builtins 2016-09-12 21:22:15 -07:00
env.rs Move platform-specific arg handling to sys::args 2016-10-02 14:52:30 -07:00
error.rs Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnik 2016-10-04 15:24:04 +05:30
fs.rs Ignore various entire test modules on emscripten 2016-09-30 14:02:56 -07:00
lib.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
macros.rs Auto merge of #36825 - sbwtw:master, r=alexcrichton 2016-10-11 01:17:03 -07:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
panic.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
panicking.rs Add basic doc examples for std::panic::{set_hook, take_hook}. 2016-09-18 10:03:34 -04:00
path.rs Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon 2016-10-03 11:00:03 -07:00
primitive_docs.rs Use less size_t casts in libstd since it's now defined as usize 2016-10-08 15:48:28 +02:00
process.rs Auto merge of #36339 - brson:emscripten-new, r=alexcrichton 2016-09-30 19:00:36 -07:00
rt.rs Move platform-specific arg handling to sys::args 2016-10-02 14:52:30 -07:00
rtdeps.rs Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00