about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-12-25Add AsyncFn family of traitsMichael Goulet-0/+110
2023-12-25Documented unsafe blockslch361-4/+12
2023-12-25Removed redundant bounds checking at Split's next and next_mut methodslch361-4/+4
2023-12-24Stabilize ip_in_core featureLinus Färnstrand-1/+1
2023-12-22Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnayMichael Goulet-1/+24
2023-12-23Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrumbors-182/+30
2023-12-22Use `IntoAsyncIterator` in `for await` loop desugaringEric Holk-0/+1
2023-12-22Add IntoAsyncIteratorEric Holk-1/+23
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-0/+1
2023-12-22update cfg(bootstrap)sPietro Albini-173/+21
2023-12-22update version placeholdersPietro Albini-9/+9
2023-12-20Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcmbors-2/+0
2023-12-19Add `hint::assert_unchecked`Scott McMurray-1/+49
2023-12-19Docs: Use non-SeqCst in module example of atomicsAngelicosPhosphoros-4/+9
2023-12-19Desugar for await loopsEric Holk-0/+1
2023-12-18Disable new intrinsics for bootstrapCaleb Zulawski-0/+2
2023-12-18Add Ipv6Addr::is_ipv4_mappedChristiaan Dirkx-0/+25
2023-12-17Add new intrinsicsCaleb Zulawski-0/+39
2023-12-17Further explain semanticsCaleb Zulawski-2/+13
2023-12-17Apply suggestions from code reviewCaleb Zulawski-2/+3
2023-12-17Improve simd_bitmask documentation and other minor fixesCaleb Zulawski-8/+15
2023-12-17State type requirements firstCaleb Zulawski-61/+62
2023-12-17Clarify UB and improve grammarCaleb Zulawski-4/+4
2023-12-17Add core::intrinsics::simdCaleb Zulawski-0/+413
2023-12-17do not allow ABI mismatches inside repr(C) typesRalf Jung-2/+0
2023-12-15Rollup merge of #118523 - okaneco:trim_ascii, r=Mark-SimulacrumJubilee-0/+82
2023-12-15Rollup merge of #118998 - jstasiak:improve-doc, r=workingjubileeJubilee-1/+1
2023-12-15Rollup merge of #118956 - danielhuang:patch-2, r=workingjubileeJubilee-2/+2
2023-12-15Add link to is_benchmark from the Ipv6Addr::is_global documentationJakub Stasiak-1/+1
2023-12-15Rollup merge of #118234 - tgross35:type_name_of_value, r=dtolnayMatthias Krüger-21/+18
2023-12-15Stabilize `ptr::{from_ref, from_mut}`Maybe Waffle-2/+5
2023-12-15Use assert_unsafe_precondition for char::from_u32_uncheckedChris Denton-1/+8
2023-12-14Update c_str.rsDaniel Huang-2/+2
2023-12-13Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkovbors-0/+143
2023-12-12Rollup merge of #118873 - lukas-code:fix_waker_getter_tracking_issue_number, ...Jubilee-3/+3
2023-12-12Rollup merge of #118858 - mu001999:dead_code/clean, r=cuviperJubilee-3/+3
2023-12-12Add ASCII whitespace trimming functions to `&str`okaneco-0/+82
2023-12-12fix `waker_getters` tracking issue numberLukas Markeffsky-3/+3
2023-12-12Remove dead codes in corer01and-3/+3
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-0/+16
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-0/+12
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-4/+5
2023-12-10Restore `const PartialEq`Deadbeef-0/+12
2023-12-10remove redundant importssurechen-35/+20
2023-12-09merge core_panic feature into panic_internalsRalf Jung-23/+23
2023-12-08Implement `async gen` blocksMichael Goulet-0/+25
2023-12-08Rollup merge of #118505 - CLEckhardt:update_ip_addr_bits_docs, r=cuviperMatthias Krüger-4/+48
2023-12-07Introduce explanation about fields being used in orderingLudwig Neste-2/+4
2023-12-07Elaborate on ip_addr bit conversion endiannessChris Eckhardt-4/+48
2023-12-06Allow ambiguous_wide_pointer_comparisons lint for std methodsUrgau-0/+14