.. |
backtrace
|
Add Frames iterator for Backtrace
|
2021-01-23 11:56:33 -06:00 |
collections
|
Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-Simulacrum
|
2021-02-02 16:01:41 -05:00 |
env
|
|
|
error
|
|
|
f32
|
|
|
f64
|
|
|
ffi
|
OsStr eq_ignore_ascii_case takes arg by value
|
2021-02-03 10:28:51 -05:00 |
fs
|
|
|
io
|
specialize io::copy to use the memory of the writer if it is a BufWriter
|
2021-01-31 14:58:03 +01:00 |
lazy
|
Upgrade wasm32 image to Ubuntu 20.04
|
2021-02-06 13:05:56 +01:00 |
memchr
|
|
|
net
|
add #[inline] to all the public IpAddr functions
|
2021-02-03 10:53:25 -05:00 |
num
|
|
|
os
|
Fix AArch64 types in std::os::raw
|
2021-02-02 05:49:31 +00:00 |
panic
|
|
|
path
|
|
|
prelude
|
expand/resolve: Turn #[derive] into a regular macro attribute
|
2021-02-07 20:08:45 +03:00 |
process
|
|
|
sync
|
Stabilize poison API of Once, rename poisoned()
|
2021-02-04 15:20:14 +01:00 |
sys
|
Remove outdated comment.
|
2021-02-08 22:27:34 +01:00 |
sys_common
|
Optimize away some path lookups in the generic fs::copy implementation.
|
2021-01-06 08:36:31 -08:00 |
thread
|
Recommend panic::resume_unwind instead of panicking.
|
2020-12-18 17:03:45 -05:00 |
time
|
|
|
alloc.rs
|
Fix safety comment
|
2021-01-07 09:13:21 +01:00 |
ascii.rs
|
|
|
backtrace.rs
|
Add Frames iterator for Backtrace
|
2021-01-23 11:56:33 -06:00 |
env.rs
|
Document security implications of std::env::temp_dir
|
2021-01-20 11:24:47 -08:00 |
error.rs
|
Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-se
|
2021-01-24 22:09:45 +01:00 |
f32.rs
|
Deprecate-in-future the constants superceded by RFC 2700
|
2021-01-20 20:08:11 -05:00 |
f64.rs
|
Deprecate-in-future the constants superceded by RFC 2700
|
2021-01-20 20:08:11 -05:00 |
fs.rs
|
Add doc aliases for "delete"
|
2021-01-31 11:07:37 +01:00 |
keyword_docs.rs
|
Update code to account for extern ABI requirement
|
2021-01-13 07:49:45 -05:00 |
lazy.rs
|
|
|
lib.rs
|
Stabilize the Wake trait
|
2021-02-03 16:54:29 +01:00 |
macros.rs
|
Implement new panic!() behaviour for Rust 2021.
|
2021-01-25 13:48:11 +01:00 |
memchr.rs
|
|
|
num.rs
|
|
|
panic.rs
|
Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
|
2021-02-01 10:25:31 +00:00 |
panicking.rs
|
fix another comment, and make __rust_start_panic code a bit more semantically clear
|
2020-12-25 23:37:27 +01:00 |
path.rs
|
Inline methods of Path and OsString
|
2021-01-22 18:46:00 +01:00 |
primitive_docs.rs
|
Auto merge of #80590 - camelid:bool-never-docs, r=nagisa
|
2021-01-03 12:21:12 +00:00 |
process.rs
|
|
|
rt.rs
|
|
|
time.rs
|
|
|