.. |
alloc
|
Update library/core/src/alloc/layout.rs
|
2023-10-12 16:03:45 -07:00 |
array
|
Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports
|
2023-11-02 20:35:20 -04:00 |
ascii
|
fix Debug impl for AsciiChar
|
2023-09-01 12:29:40 +01:00 |
async_iter
|
use consistent terminology
|
2022-10-29 09:23:12 +02:00 |
cell
|
Add some optimizations
|
2023-10-13 14:54:33 +02:00 |
char
|
Substitute version placeholders
|
2023-11-15 19:40:51 -05:00 |
cmp
|
Merge two different equality specialization traits in core
|
2023-03-01 14:42:06 -08:00 |
convert
|
Draft fleshed-out deref docs
|
2023-11-04 17:47:25 +00:00 |
ffi
|
Fix invalid stability attribute features in standard library
|
2023-10-23 13:03:10 -07:00 |
fmt
|
round to even
|
2023-11-11 17:22:07 -05:00 |
future
|
s/Generator/Coroutine/
|
2023-10-20 21:10:38 +00:00 |
hash
|
Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports
|
2023-11-02 20:35:20 -04:00 |
intrinsics
|
Custom MIR: Support cleanup blocks
|
2023-11-14 08:23:58 +01:00 |
io
|
Move BorrowedBuf and BorrowedCursor from std:io to core::io
|
2023-11-09 07:10:11 +09:00 |
iter
|
Re-format code with new rustfmt
|
2023-11-15 21:45:48 -05:00 |
macros
|
Add diagnostic items for a few of core's builtin macros
|
2023-11-04 17:00:51 -07:00 |
mem
|
Re-format code with new rustfmt
|
2023-11-15 21:45:48 -05:00 |
net
|
Substitute version placeholders
|
2023-11-15 19:40:51 -05:00 |
num
|
Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc
|
2023-11-01 11:29:41 +01:00 |
ops
|
Bump cfg(bootstrap)s
|
2023-11-15 19:41:28 -05:00 |
panic
|
Increase the reach of panic_immediate_abort
|
2023-10-29 09:31:07 -04:00 |
prelude
|
Revert "Remove #[alloc_error_handler] from the compiler and library"
|
2023-04-25 00:08:35 +02:00 |
ptr
|
Substitute version placeholders
|
2023-11-15 19:40:51 -05:00 |
slice
|
Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviper
|
2023-11-10 01:50:24 +01:00 |
str
|
Increase the reach of panic_immediate_abort
|
2023-10-29 09:31:07 -04:00 |
sync
|
Substitute version placeholders
|
2023-11-15 19:40:51 -05:00 |
task
|
Override Waker::clone_from to avoid cloning Waker s unnecessarily
|
2023-07-27 16:29:13 +01:00 |
unicode
|
Apply changes to fix python linting errors
|
2023-06-16 20:56:01 -04:00 |
any.rs
|
core/any: remove Provider trait
|
2023-08-13 13:07:53 -06:00 |
arch.rs
|
use visibility to check unused imports and delete some stmts
|
2023-10-22 21:27:46 +08:00 |
ascii.rs
|
ascii::Char -ify the escaping code
|
2023-05-12 19:37:02 -07:00 |
asserting.rs
|
[RFC 2011] Library code
|
2022-05-22 07:18:32 -03:00 |
bool.rs
|
core is now compilable
|
2023-04-16 07:20:26 +00:00 |
borrow.rs
|
doc: replace wrong punctuation mark
|
2023-07-28 14:46:17 +02:00 |
cell.rs
|
Increase the reach of panic_immediate_abort
|
2023-10-29 09:31:07 -04:00 |
clone.rs
|
Explain more clearly why fn() -> T can't be #[derive(Clone)]
|
2023-07-30 18:04:38 +02:00 |
cmp.rs
|
fixes: typo in std::cmp::Ord trait docs
|
2023-11-01 23:23:34 -04:00 |
default.rs
|
Add more diagnostic items for clippy
|
2023-10-05 18:21:47 -04:00 |
error.md
|
Fix minor grammar typo
|
2023-09-06 09:47:22 -07:00 |
error.rs
|
Documentation cleanup for core::error::Request.
|
2023-11-06 11:38:27 +01:00 |
escape.rs
|
Re-format code with new rustfmt
|
2023-11-15 21:45:48 -05:00 |
hint.rs
|
Rollup merge of #116350 - Nilstrieb:in-situ, r=Dylan-DPC
|
2023-10-02 16:09:43 -04:00 |
internal_macros.rs
|
rm const traits in libcore
|
2023-04-16 06:49:27 +00:00 |
intrinsics.rs
|
Substitute version placeholders
|
2023-11-15 19:40:51 -05:00 |
lib.rs
|
Bump cfg(bootstrap)s
|
2023-11-15 19:41:28 -05:00 |
marker.rs
|
Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco
|
2023-11-08 20:42:32 +00:00 |
option.rs
|
Substitute version placeholders
|
2023-11-15 19:40:51 -05:00 |
panic.rs
|
Bump cfg(bootstrap)s
|
2023-11-15 19:41:28 -05:00 |
panicking.rs
|
Bump cfg(bootstrap)s
|
2023-11-15 19:41:28 -05:00 |
pin.rs
|
Bump cfg(bootstrap)s
|
2023-11-15 19:41:28 -05:00 |
primitive_docs.rs
|
Rollup merge of #117534 - RalfJung:str, r=Mark-Simulacrum
|
2023-11-04 21:38:29 +01:00 |
primitive.rs
|
|
|
result.rs
|
Stabilize result_option_inspect
|
2023-10-18 07:35:23 +08:00 |
time.rs
|
Add missing inline attributes to Duration trait impls
|
2023-10-03 18:39:56 +03:00 |
tuple.rs
|
get rid of duplicate primitive_docs
|
2023-09-18 08:17:36 +02:00 |
unit.rs
|
Use implicit capture syntax in format_args
|
2022-03-10 10:23:40 -05:00 |