rust/src/libstd
bors 413790186c Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril
Warn on bare_trait_objects by default

The `bare_trait_objects` lint is set to `warn` by default.
Most ui tests have been updated to use `dyn` to avoid creating noise in stderr files.

r? @Centril

cc #54910
2019-05-29 21:55:59 +00:00
..
collections Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC 2019-05-20 23:02:59 +02:00
ffi Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC 2019-05-20 23:02:59 +02:00
io Rollup merge of #61235 - lzutao:stabilize-bufreader_buffer, r=Centril 2019-05-29 08:15:58 +02:00
net Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC 2019-05-20 23:02:59 +02:00
os Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
prelude libstd => 2018 2019-02-28 04:06:15 +09:00
sync Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC 2019-05-20 23:02:59 +02:00
sys Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor 2019-05-29 00:20:01 +02:00
sys_common std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
tests libstd => 2018 2019-02-28 04:06:15 +09:00
thread Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
alloc.rs Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
build.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
Cargo.toml std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
env.rs Fix typo "spit_paths", add link 2019-05-23 19:38:23 -06:00
error.rs Update libstd doctests to use dyn 2019-05-29 00:57:42 -04:00
f32.rs Change copytest parameter name from y to sign 2019-04-05 20:30:45 -06:00
f64.rs Change copytest parameter name from y to sign 2019-04-05 20:30:45 -06:00
fs.rs Update libstd doctests to use dyn 2019-05-29 00:57:42 -04:00
future.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
keyword_docs.rs Add all keywords to keyword docs 2019-05-16 14:46:33 -07:00
lib.rs stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the future 2019-05-20 10:44:02 +02:00
macros.rs Remove the unstable and deprecated mpsc_select 2019-05-17 12:16:52 -07:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Reexport IntErrorKind in std 2019-04-23 00:15:43 +02:00
panic.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
panicking.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
path.rs Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." 2019-05-22 14:09:34 -07:00
primitive_docs.rs Correct code points to match their textual description 2019-05-04 07:44:30 +02:00
process.rs doc: Warn about possible zombie apocalypse 2019-05-01 17:46:30 +02:00
rt.rs libstd => 2018 2019-02-28 04:06:15 +09:00
time.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00