.. |
backtrace
|
Add Frames iterator for Backtrace
|
2021-01-23 11:56:33 -06:00 |
collections
|
Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr
|
2022-02-19 12:15:10 +00:00 |
env
|
|
|
error
|
silence tidy errors
|
2022-01-07 13:59:27 -08:00 |
f32
|
Implement IEEE 754-2019 minimun and maximum functions for f32/f64
|
2021-11-20 10:14:03 +01:00 |
f64
|
Remove fNN::lerp - consensus unlikely
|
2021-10-25 22:44:41 -05:00 |
ffi
|
Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay
|
2022-02-19 06:45:30 +01:00 |
fs
|
fs: Add a regression test for #93384
|
2022-01-29 16:37:21 -05:00 |
io
|
Rename to InvalidFilename
|
2022-02-10 23:49:27 +09:00 |
lazy
|
Upgrade wasm32 image to Ubuntu 20.04
|
2021-02-06 13:05:56 +01:00 |
net
|
Hide Repr details from io::Error, and rework io::Error::new_const .
|
2022-02-04 18:47:29 -08:00 |
num
|
|
|
os
|
Implement AsFd for &T and &mut T .
|
2022-02-10 18:26:12 -08:00 |
panic
|
|
|
path
|
Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum
|
2022-02-13 12:03:52 +00:00 |
prelude
|
update cfg(bootstrap)s
|
2022-01-28 15:01:07 +01:00 |
process
|
Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnay
|
2021-12-23 00:28:56 +01:00 |
sync
|
update cfg(bootstrap)s
|
2022-01-28 15:01:07 +01:00 |
sys
|
fs: Don't dereference a pointer to a too-small allocation
|
2022-02-23 09:51:02 -05:00 |
sys_common
|
Hide Repr details from io::Error, and rework io::Error::new_const .
|
2022-02-04 18:47:29 -08:00 |
thread
|
Rollup merge of #92555 - m-ou-se:scoped-threads, r=Amanieu
|
2022-01-23 20:13:02 +01:00 |
time
|
make Instant::{duration_since, elapsed, sub} saturating and remove workarounds
|
2022-02-13 01:04:55 +01:00 |
alloc.rs
|
Rename rterr to rtprintpanic
|
2021-05-19 15:52:09 +02:00 |
ascii.rs
|
|
|
backtrace.rs
|
Change Backtrace::enabled atomic from SeqCst to Relaxed
|
2021-12-20 12:34:10 -08:00 |
env.rs
|
Add missing platform-specific information on current_dir and set_current_dir
|
2022-02-11 16:33:02 +01:00 |
error.rs
|
Improve Duration::try_from_secs_f32/64 accuracy by directly processing exponent and mantissa
|
2022-01-26 18:14:25 +03:00 |
f32.rs
|
Remove fNN::lerp - consensus unlikely
|
2021-10-25 22:44:41 -05:00 |
f64.rs
|
Remove fNN::lerp - consensus unlikely
|
2021-10-25 22:44:41 -05:00 |
fs.rs
|
Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa
|
2022-02-08 16:40:49 +01:00 |
keyword_docs.rs
|
Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez
|
2022-02-21 19:36:46 +01:00 |
lazy.rs
|
Add #[must_use] to core and std constructors
|
2021-10-10 02:44:26 -04:00 |
lib.rs
|
Correctly handle miniz_oxide extern crate declaration
|
2022-02-21 17:27:55 +01:00 |
macros.rs
|
Add diagnostic items for macros
|
2022-01-06 14:59:33 +00:00 |
num.rs
|
Add Saturating type (based on Wrapping type)
|
2021-08-10 19:27:01 +02:00 |
panic.rs
|
Configure panic hook backtrace behavior
|
2022-02-02 13:46:42 -05:00 |
panicking.rs
|
Configure panic hook backtrace behavior
|
2022-02-02 13:46:42 -05:00 |
path.rs
|
Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahc
|
2022-02-17 23:00:58 +01:00 |
primitive_docs.rs
|
Fix annotation of code blocks
|
2022-02-01 21:44:53 +00:00 |
process.rs
|
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
|
2022-02-17 06:29:57 +01:00 |
rt.rs
|
Change Termination::report return type to ExitCode
|
2022-01-28 12:53:36 -08:00 |
time.rs
|
Capitalize "Rust"
|
2022-02-13 01:06:36 +01:00 |