rust/src/libstd
Matthias Geier 0967d28be7 Rename .cap() methods to .capacity()
... but leave the old names in there for backwards compatibility.
2019-04-27 22:43:10 +02:00
..
collections ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
ffi Mark unix::ffi::OsStrExt methods as inline 2019-04-04 10:55:31 +02:00
io Use "capacity" as parameter name in with_capacity() methods 2019-04-26 18:43:24 +02:00
net libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
os Remove double trailing newlines 2019-04-22 16:57:01 +01:00
prelude libstd => 2018 2019-02-28 04:06:15 +09:00
sync Rename .cap() methods to .capacity() 2019-04-27 22:43:10 +02:00
sys Fix sync_all on macos/ios 2019-04-19 20:42:52 +02:00
sys_common Use "capacity" as parameter name in with_capacity() methods 2019-04-26 18:43:24 +02:00
tests libstd => 2018 2019-02-28 04:06:15 +09:00
thread Use more realistic example for thread builder 2019-04-18 14:58:38 +03:00
alloc.rs Add Default to std::alloc::System 2019-03-27 00:09:12 +01:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
build.rs libstd => 2018 2019-02-28 04:06:15 +09:00
Cargo.toml Update hashbrown to 0.3.0 2019-04-24 06:54:14 +08:00
env.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
error.rs Rollup merge of #59587 - XAMPPRocky:master, r=Centril 2019-03-31 19:19:56 +02: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 ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
future.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
keyword_docs.rs Fix links on keyword docs. 2019-04-09 15:38:32 -07:00
lib.rs Remove feature gates from std and tests 2019-04-26 12:33:42 +02:00
macros.rs extend ui test 2019-04-19 21:12:50 +02: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 ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
primitive_docs.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
process.rs std: Add {read,write}_vectored for more types 2019-04-10 12:51:25 -07: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