rust/src/libstd
bors 3d51086303 Auto merge of #52394 - estebank:println, r=oli-obk
Improve suggestion for missing fmt str in println

Avoid using `concat!(fmt, "\n")` to improve the diagnostics being
emitted when the first `println!()` argument isn't a formatting string
literal.

Fix #52347.
2018-07-22 06:52:48 +00:00
..
collections Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
ffi Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichton 2018-07-12 20:25:25 +08:00
io simplify assertions 2018-07-11 14:39:22 -04:00
net Fix doc comment: use ? instead of .unwrap() 2018-07-17 14:18:58 +02:00
os
prelude Reformat std prelude source to show it is the sum of core and alloc preludes 2018-07-07 23:16:27 +02:00
sync sync::Once: Use Acquire on the hot path, and explain why we don't use it elsewhere 2018-07-17 20:51:31 +02:00
sys Use fast TLS on Fuchsia 2018-07-11 18:11:53 -07:00
sys_common Delete leftover files 2018-07-08 20:48:11 +02:00
tests
thread Auto merge of #51290 - Pslydhh:master, r=alexcrichton 2018-06-29 07:34:13 +00:00
alloc.rs Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
ascii.rs Update std::ascii::ASCIIExt deprecation notes 2018-07-08 18:07:17 +02:00
build.rs Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa 2018-07-06 20:05:23 +00:00
Cargo.toml
env.rs make reference to dirs crate clickable in terminals 2018-07-12 12:48:10 +02:00
error.rs
f32.rs
f64.rs
fs.rs Edit code example for File::open 2018-07-08 16:07:09 +02:00
future.rs
keyword_docs.rs
lib.rs Update stdsimd to undo an accidental stabilization 2018-07-20 22:34:09 -07:00
macros.rs fix tidy ~ again 2018-07-21 19:19:56 -07:00
memchr.rs
num.rs
panic.rs
panicking.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
path.rs impl Clone for Box<CStr>, Box<OsStr>, Box<Path> 2018-07-06 12:57:47 -07:00
primitive_docs.rs
process.rs
rt.rs
time.rs