| .. |
|
benches
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
collections
|
Don't redundantly repeat field names (clippy::redundant_field_names)
|
2020-03-06 19:42:18 +01:00 |
|
ffi
|
Rollup merge of #64069 - danielhenrymantilla:feature/cstring_from_vec_of_nonzerou8, r=KodrAus
|
2020-02-15 09:45:38 +01:00 |
|
io
|
Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler
|
2020-03-14 04:03:20 +09:00 |
|
net
|
fix various typos
|
2020-03-06 15:19:31 +01:00 |
|
os
|
fix various typos
|
2020-03-06 15:19:31 +01:00 |
|
prelude
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
sync
|
Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
|
2020-03-07 17:27:32 +01:00 |
|
sys
|
Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler
|
2020-03-14 04:03:20 +09:00 |
|
sys_common
|
reduce references on match patterns (clippy::match_ref_pats)
|
2020-03-07 21:48:17 +01:00 |
|
tests
|
stdarch: update submodule.
|
2020-02-01 22:04:18 -05:00 |
|
thread
|
Add an unstable conversion from thread ID to u64
|
2020-01-06 10:56:13 -05:00 |
|
alloc.rs
|
Allow ZSTs in AllocRef
|
2020-03-08 11:01:12 +01:00 |
|
ascii.rs
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
backtrace.rs
|
use is_empty() instead of len() == x to determine if structs are empty.
|
2020-02-28 15:16:27 +01:00 |
|
build.rs
|
remove dependency from libhermit
|
2019-11-25 08:59:23 +01:00 |
|
Cargo.toml
|
Bump version to backtrace without the header
|
2020-02-10 14:20:21 -08:00 |
|
env.rs
|
Add support for RISC-V 64-bit GNU/Linux
|
2020-01-01 09:52:18 +07:00 |
|
error.rs
|
Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler
|
2020-03-12 16:32:21 +01:00 |
|
f32.rs
|
Add notice about using new consts in new code on float modules
|
2020-02-12 20:20:56 +01:00 |
|
f64.rs
|
Add notice about using new consts in new code on float modules
|
2020-02-12 20:20:56 +01:00 |
|
fs.rs
|
Fix missing ` in doc for File::with_options
|
2020-03-06 14:27:09 +00:00 |
|
future.rs
|
Fix tests after rebase
|
2020-02-14 22:40:03 +00:00 |
|
keyword_docs.rs
|
Add documentation for pub keyword
|
2020-03-13 11:12:59 -04:00 |
|
lib.rs
|
Use min_specialization in libstd and libproc_macro
|
2020-03-15 13:23:03 +00:00 |
|
macros.rs
|
Update macros.rs: fix documentation typo.
|
2020-03-04 14:18:31 -05:00 |
|
memchr.rs
|
libstd => 2018
|
2019-02-28 04:06:15 +09:00 |
|
num.rs
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
panic.rs
|
Require issue = "none" over issue = "0" in unstable attributes
|
2019-12-21 13:16:18 +02:00 |
|
panicking.rs
|
update panicking comments in libstd
|
2020-03-14 11:36:40 +01:00 |
|
path.rs
|
remove unneeded .as_ref() calls.
|
2020-02-29 02:16:04 +01:00 |
|
primitive_docs.rs
|
Add notice about using new consts in new code on float modules
|
2020-02-12 20:20:56 +01:00 |
|
process.rs
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
rt.rs
|
Require issue = "none" over issue = "0" in unstable attributes
|
2019-12-21 13:16:18 +02:00 |
|
time.rs
|
correct comment to match behavior
|
2020-02-29 08:40:09 -05:00 |