| .. |
|
alloc
|
libs: use assert_unchecked instead of intrinsic
|
2024-01-13 20:10:00 +01:00 |
|
array
|
Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum
|
2024-02-05 11:07:27 +01:00 |
|
ascii
|
core: add From<core::ascii::char> implementations
|
2024-01-25 16:09:16 +01:00 |
|
async_iter
|
Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay
|
2023-12-22 21:41:04 -05:00 |
|
cell
|
Add some optimizations
|
2023-10-13 14:54:33 +02:00 |
|
char
|
Rewrite assert_unsafe_precondition around the new intrinsic
|
2024-02-08 11:52:14 -05:00 |
|
cmp
|
Merge two different equality specialization traits in core
|
2023-03-01 14:42:06 -08:00 |
|
convert
|
Add #[track_caller] to the "From implies Into" impl
|
2024-01-10 10:30:54 +01:00 |
|
ffi
|
Remove raw_os_nonzero feature.
|
2024-01-29 22:02:11 +01:00 |
|
fmt
|
Remove dead codes in core
|
2023-12-12 07:03:37 +00:00 |
|
future
|
Replace some usage of #[rustc_on_unimplemented] with
|
2024-01-05 15:23:09 +01:00 |
|
hash
|
Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports
|
2023-11-02 20:35:20 -04:00 |
|
intrinsics
|
Add Assume custom MIR.
|
2024-01-22 23:55:10 +00:00 |
|
io
|
Move BorrowedBuf and BorrowedCursor from std:io to core::io
|
2023-11-09 07:10:11 +09:00 |
|
iter
|
use checked_add for upper bound
|
2024-01-25 20:56:52 -05:00 |
|
macros
|
Add #[coverage(off)] to closures introduced by #[test]/#[bench]
|
2024-01-21 23:17:00 +11:00 |
|
mem
|
Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum
|
2024-01-20 21:54:44 +00:00 |
|
net
|
Rollup merge of #119641 - eopb:std-unused-ip-feature, r=ChrisDenton
|
2024-01-27 10:48:47 +01:00 |
|
num
|
Use transmute_unchecked in NonZero::new.
|
2024-02-08 20:44:32 +01:00 |
|
ops
|
Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors
|
2024-02-08 00:04:14 +00:00 |
|
panic
|
Replace some usage of #[rustc_on_unimplemented] with
|
2024-01-05 15:23:09 +01:00 |
|
prelude
|
Revert "Remove #[alloc_error_handler] from the compiler and library"
|
2023-04-25 00:08:35 +02:00 |
|
ptr
|
Add and use Unique::as_non_null_ptr
|
2024-02-08 19:56:30 -05:00 |
|
slice
|
Reduce use of NonNull::new_unchecked in library/
|
2024-02-08 11:52:16 -05:00 |
|
str
|
Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnay
|
2024-01-26 06:36:37 +01:00 |
|
sync
|
Docs: Use non-SeqCst in module example of atomics
|
2023-12-19 22:19:03 +01:00 |
|
task
|
doc: fix some doctests after rebase
|
2024-01-20 10:26:25 -03:00 |
|
unicode
|
Apply changes to fix python linting errors
|
2023-06-16 20:56:01 -04:00 |
|
any.rs
|
update version placeholders
|
2023-12-22 11:01:42 +01:00 |
|
arch.rs
|
use visibility to check unused imports and delete some stmts
|
2023-10-22 21:27:46 +08:00 |
|
ascii.rs
|
optimize Cstr/EscapeAscii display
|
2023-06-29 01:55:03 +02: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
|
Use OnceCell in cell module documentation
|
2023-11-29 17:42:44 +01:00 |
|
clone.rs
|
remove redundant imports
|
2023-12-10 10:56:22 +08:00 |
|
cmp.rs
|
Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnay
|
2024-02-05 11:07:25 +01: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
|
Spelling fix
|
2024-01-20 18:27:55 +00:00 |
|
escape.rs
|
Re-format code with new rustfmt
|
2023-11-15 21:45:48 -05:00 |
|
hint.rs
|
Rewrite assert_unsafe_precondition around the new intrinsic
|
2024-02-08 11:52:14 -05:00 |
|
internal_macros.rs
|
add track_caller for arith ops
|
2023-11-24 00:54:06 +08:00 |
|
intrinsics.rs
|
Rewrite assert_unsafe_precondition around the new intrinsic
|
2024-02-08 11:52:14 -05:00 |
|
lib.rs
|
revert stabilization of const_intrinsic_copy
|
2024-02-05 20:58:31 +01:00 |
|
marker.rs
|
remove StructuralEq trait
|
2024-01-24 07:56:23 +01:00 |
|
option.rs
|
Remove a now-obviated debug_assert!
|
2024-02-08 11:52:16 -05:00 |
|
panic.rs
|
merge core_panic feature into panic_internals
|
2023-12-09 14:49:00 +01:00 |
|
panicking.rs
|
merge core_panic feature into panic_internals
|
2023-12-09 14:49:00 +01:00 |
|
pin.rs
|
Rename pointer field on Pin
|
2024-01-16 14:58:42 -05:00 |
|
primitive.rs
|
|
|
|
primitive_docs.rs
|
Remove some invalid cfg(doc) code
|
2024-02-05 10:17:35 +00:00 |
|
result.rs
|
Tune the inlinability of Result::unwrap
|
2024-01-12 10:57:58 -08:00 |
|
time.rs
|
std/time: avoid divisions in Duration::new
|
2024-01-24 11:10:14 +00:00 |
|
tuple.rs
|
remove StructuralEq trait
|
2024-01-24 07:56:23 +01:00 |
|
unit.rs
|
Use implicit capture syntax in format_args
|
2022-03-10 10:23:40 -05:00 |