| .. |
|
benches
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
collections
|
Change issue number to point to tracking issue
|
2020-04-11 08:46:12 -04:00 |
|
ffi
|
Forward OsStr::clone_into to the inner Vec
|
2020-04-06 18:26:37 -07:00 |
|
io
|
Rollup merge of #70612 - Thomasdezeeuw:issue_70436, r=LukasKalbertodt
|
2020-04-07 00:31:36 +02:00 |
|
net
|
For issue 53957: revise unit tests to focus on underlying bug of 23076.
|
2020-03-20 13:56:25 -04:00 |
|
os
|
add basic support of OsStrExt for HermitCore
|
2020-03-19 08:01:45 +01:00 |
|
prelude
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
sync
|
Stop importing integer modules in libstd
|
2020-04-05 11:22:01 +02:00 |
|
sys
|
Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiser
|
2020-04-09 05:29:36 +02:00 |
|
sys_common
|
Forward OsStr::clone_into to the inner Vec
|
2020-04-06 18:26:37 -07:00 |
|
tests
|
stdarch: update submodule.
|
2020-02-01 22:04:18 -05:00 |
|
thread
|
Add inline attributes for functions used in the query system
|
2020-03-30 14:37:44 +02:00 |
|
alloc.rs
|
Minor follow-up after renaming librustc(_middle)
|
2020-04-03 19:03:13 +09:00 |
|
ascii.rs
|
Format libstd with rustfmt
|
2019-11-29 18:43:27 -08:00 |
|
backtrace.rs
|
remove redundant returns (clippy::needless_return)
|
2020-03-20 20:23:03 +01:00 |
|
build.rs
|
remove dependency from libhermit
|
2019-11-25 08:59:23 +01:00 |
|
Cargo.toml
|
Make panic-unwind a default feature for libstd
|
2020-04-11 17:49:16 -04:00 |
|
env.rs
|
doc: Add quote to .init_array
|
2020-03-19 17:35:28 +07:00 |
|
error.rs
|
Overhaul of the AllocRef trait to match allocator-wg's latest consens
|
2020-03-26 17:10:54 +01:00 |
|
f32.rs
|
Remove more std::f32 imports in libstd
|
2020-04-05 12:20:27 +02:00 |
|
f64.rs
|
Remove more std::f32 imports in libstd
|
2020-04-05 12:20:27 +02:00 |
|
fs.rs
|
Use Self over specific type in return position
|
2020-04-02 03:55:35 +00:00 |
|
future.rs
|
Add futures scaffolding to libcore
|
2020-03-17 22:17:31 +01:00 |
|
keyword_docs.rs
|
Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC
|
2020-03-18 18:03:31 +01:00 |
|
lib.rs
|
Remove labels in libstd/lib.rs macro imports
|
2020-04-05 22:30:25 +02: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
|
Auto merge of #70010 - Amanieu:fix-opt-catch, r=Mark-Simulacrum
|
2020-03-16 08:08:51 +00:00 |
|
path.rs
|
remove unneeded .as_ref() calls.
|
2020-02-29 02:16:04 +01:00 |
|
primitive_docs.rs
|
Do not use "nil" to refer to ()
|
2020-04-05 14:30:13 +02: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 |