.. |
alloc
|
Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieu
|
2023-03-26 01:21:12 +00:00 |
array
|
replace advance_by returning usize with Result<(), NonZeroUsize>
|
2023-03-27 16:03:14 +02:00 |
async_iter
|
|
|
cell
|
fix typo and adjust comment
|
2023-03-30 14:49:43 +02:00 |
char
|
|
|
cmp
|
|
|
convert
|
Inline try_from and try_into
|
2023-04-07 14:59:10 +02:00 |
ffi
|
Add definitions for riscv64gc-unknown-fuchsia
|
2023-04-25 16:42:59 -07:00 |
fmt
|
|
|
future
|
|
|
hash
|
|
|
intrinsics
|
Add Offset binary op to custom mir
|
2023-04-11 16:23:35 +02:00 |
iter
|
Revert "Make the Step implementations const."
|
2023-04-08 08:18:29 +00:00 |
macros
|
Reword the docstring in todo! macro definition
|
2023-04-11 16:29:48 +02:00 |
mem
|
Improve safe transmute error reporting
|
2023-04-13 21:57:08 +00:00 |
net
|
|
|
num
|
Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton
|
2023-04-14 10:44:36 +00:00 |
ops
|
replace advance_by returning usize with Result<(), NonZeroUsize>
|
2023-03-27 16:03:14 +02:00 |
panic
|
Update unwind_safe.rs
|
2023-04-12 18:21:56 -07:00 |
prelude
|
|
|
ptr
|
Make rust-intrinsic ABI unwindable
|
2023-04-12 14:05:05 +01:00 |
slice
|
Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton
|
2023-03-30 21:06:59 +09:00 |
str
|
add comment to impl !Error for &str
|
2023-03-30 22:19:28 +02:00 |
sync
|
|
|
task
|
|
|
unicode
|
|
|
any.rs
|
|
|
arch.rs
|
|
|
ascii.rs
|
|
|
asserting.rs
|
|
|
bool.rs
|
|
|
borrow.rs
|
|
|
cell.rs
|
Add links to <cell.rs>
|
2023-04-03 09:18:14 +03:00 |
clone.rs
|
|
|
cmp.rs
|
|
|
default.rs
|
|
|
error.md
|
|
|
error.rs
|
|
|
hint.rs
|
Correct typo (back_box -> black_box )
|
2023-03-25 19:57:46 -04:00 |
internal_macros.rs
|
|
|
intrinsics.rs
|
Document catch_fn in r#try cannot unwind
|
2023-04-13 11:36:22 +01:00 |
lib.rs
|
Add tidy-alphabetical to features in core
|
2023-04-13 00:36:40 -07:00 |
marker.rs
|
Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implemented
|
2023-04-12 18:03:11 -04:00 |
option.rs
|
Stabilize is_some_and
|
2023-04-06 23:14:23 +02:00 |
panic.rs
|
|
|
panicking.rs
|
Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk
|
2023-03-31 08:50:35 +00:00 |
pin.rs
|
|
|
primitive_docs.rs
|
Document that &T and &mut T are Sync if T is
|
2023-04-07 18:36:48 +00:00 |
primitive.rs
|
|
|
result.rs
|
Stabilize is_some_and
|
2023-04-06 23:14:23 +02:00 |
time.rs
|
|
|
tuple.rs
|
|
|
unit.rs
|
|
|