.. |
alloc
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
array
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
ascii
|
implement Default for AsciiChar
|
2024-02-13 12:04:44 +01:00 |
async_iter
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
cell
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
char
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
cmp
|
Use generic NonZero everywhere in core .
|
2024-02-22 15:17:33 +01:00 |
convert
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
ffi
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
fmt
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
future
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
hash
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
intrinsics
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
io
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
iter
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
macros
|
Rollup merge of #128240 - mbrubeck:patch-3, r=joboet
|
2024-07-28 20:07:46 +02:00 |
mem
|
Stabilize offset_of_nested
|
2024-07-29 17:50:12 +01:00 |
net
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
num
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
ops
|
Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez
|
2024-07-29 11:42:35 +02:00 |
panic
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
prelude
|
Avoid comments that describe multiple use items.
|
2024-07-17 08:02:46 +10:00 |
ptr
|
Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez
|
2024-07-29 11:42:35 +02:00 |
range
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
slice
|
Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez
|
2024-07-29 11:42:35 +02:00 |
str
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
sync
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
task
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
unicode
|
Use #[rustfmt::skip] on some use groups to prevent reordering.
|
2024-07-19 13:26:48 +10:00 |
any.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
arch.rs
|
Rust is a proper name: rust → Rust
|
2024-03-07 07:49:22 +01:00 |
ascii.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
asserting.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
bool.rs
|
core is now compilable
|
2023-04-16 07:20:26 +00:00 |
borrow.rs
|
Suggest borrowing on fn argument that is impl AsRef
|
2024-05-09 23:25:31 +00:00 |
cell.rs
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
clone.rs
|
Make Clone::clone a lang item
|
2024-07-25 18:46:07 -04:00 |
cmp.rs
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
default.rs
|
Improve dead code analysis
|
2024-07-04 22:05:00 +08:00 |
error.md
|
Mention core's PanicInfo in error.md.
|
2024-06-11 15:47:00 +02:00 |
error.rs
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
escape.rs
|
Remove feature(effects) from the standard library
|
2024-06-21 09:23:24 +00:00 |
hint.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
internal_macros.rs
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
intrinsics.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
lib.miri.rs
|
add 'x.py miri', and make it work for 'library/{core,alloc,std}'
|
2024-04-03 20:27:20 +02:00 |
lib.rs
|
Stabilize offset_of_nested
|
2024-07-29 17:50:12 +01:00 |
marker.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
option.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
panic.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
panicking.rs
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
pat.rs
|
Add pattern types to parser
|
2024-04-08 11:57:17 +00:00 |
pin.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
primitive_docs.rs
|
Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcm
|
2024-05-22 23:41:11 +02:00 |
primitive.rs
|
library/core/src/primitive.rs: small doc fix
|
2024-07-23 23:11:26 +03:00 |
range.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
result.rs
|
Start using #[diagnostic::do_not_recommend] in the standard library
|
2024-07-22 07:29:59 +02:00 |
time.rs
|
Fix doc nits
|
2024-07-26 13:26:33 +01:00 |
tuple.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
ub_checks.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
unit.rs
|
Import the 2021 prelude in the core crate
|
2024-03-25 13:12:06 -07:00 |