about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-0/+1
2023-12-20Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcmbors-2/+0
2023-12-19Desugar for await loopsEric Holk-0/+1
2023-12-18Disable new intrinsics for bootstrapCaleb Zulawski-0/+2
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-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-55/+22
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-07Elaborate on ip_addr bit conversion endiannessChris Eckhardt-4/+48
2023-12-06Allow ambiguous_wide_pointer_comparisons lint for std methodsUrgau-0/+14
2023-12-05Rollup merge of #118450 - marcin-serwin:master, r=workingjubileeMichael Goulet-4/+4
2023-12-05Rollup merge of #118350 - DaniPopes:tuple-default, r=workingjubileeMichael Goulet-9/+6
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+8
2023-12-05Stabilize `type_name_of_val`Trevor Gross-21/+18
2023-12-05Auto merge of #118362 - RalfJung:panic_nounwind, r=thomccbors-3/+6
2023-12-04Improve example in `slice::windows()` docGurinder Singh-5/+5
2023-12-04Auto merge of #116915 - bend-n:unwet, r=saethlinbors-1/+4
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-1/+4
2023-12-03move calling miri_promise_symbolic_alignment to a shared helperRalf Jung-65/+38
2023-12-03miri: support 'promising' alignment for symbolic alignment checkRalf Jung-6/+85
2023-12-03Auto merge of #118487 - RalfJung:exposed-provenance, r=thomccbors-56/+70
2023-12-03Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472bors-0/+10
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-15/+14
2023-12-02Add diagnostic item to PartialEq::{eq,ne}Urgau-0/+2
2023-12-01Attempt to try to resolve blocking concernsCaio-0/+143
2023-12-01update addr docsRalf Jung-8/+8