about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+23
2025-03-11Rollup merge of #135987 - hkBst:patch-20, r=joboetJakub Beránek-3/+15
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+23
2025-03-11Auto merge of #135651 - arjunr2:master, r=davidtwcobors-1/+4
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-34/+46
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-1/+4
2025-03-10Add #[track_caller] to from_usize.Mara Bos-0/+1
2025-03-10Remove unnecessary semicolon.Mara Bos-1/+1
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-34/+45
2025-03-10Rollup merge of #137585 - xizheyin:issue-135801, r=workingjubileeMatthias Krüger-5/+5
2025-03-09Clarify iterator by_ref docsMarijn Schouten-3/+15
2025-03-08Use `disjoint_bitor` inside `borrowing_sub`Tobias Decking-3/+8
2025-03-07Rollup merge of #138000 - RalfJung:atomic-rmw, r=AmanieuJacob Pratt-2/+3
2025-03-07Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehussJacob Pratt-0/+23
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+70
2025-03-07Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgrbors-222/+184
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-222/+184
2025-03-07Rollup merge of #138129 - RalfJung:stabilize-const-things, r=tgross35Matthias Krüger-10/+10
2025-03-07Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubileeMatthias Krüger-6/+16
2025-03-07Rollup merge of #136667 - vita-rust:revert-vita-c-char, r=cuviperMatthias Krüger-2/+6
2025-03-06Use turbofish for size_of<T> and align_of<T> in docsThalia Archibald-10/+10
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-212/+174
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-3/+2
2025-03-06Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errorsbors-9/+78
2025-03-06stabilize const_sockaddr_settersRalf Jung-8/+8
2025-03-06stabilize const_char_classifyRalf Jung-2/+2
2025-03-06Add examples in stdlib demonstrating the use syntaxSantiago Pastorino-0/+19
2025-03-06Add UseCloned trait related codeSantiago Pastorino-0/+51
2025-03-06Rollup merge of #138105 - reddevilmidzy:fix-broken-link, r=saethlinMichael Goulet-1/+1
2025-03-06Update stdarchEric Huss-0/+3
2025-03-06Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercoteMichael Goulet-2/+2
2025-03-06Rollup merge of #137772 - thaliaarchi:bstr-display, r=joshtriplettMichael Goulet-1/+3
2025-03-06Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=...Michael Goulet-1/+0
2025-03-06Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwUMichael Goulet-0/+62
2025-03-06Rollup merge of #135895 - hkBst:patch-15, r=joboetMichael Goulet-5/+11
2025-03-07Fix broken link to Miri intrinsics in documentationRedddy-1/+1
2025-03-06Stabilize `const_copy_from_slice` featureokaneco-2/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-0/+62
2025-03-05Make `is_le` and friends work like clang'sScott McMurray-6/+16
2025-03-05Rollup merge of #136662 - thaliaarchi:formatter-pad-char-count, r=m-ou-se许杰友 Jieyou Xu (Joe)-37/+29
2025-03-05Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb许杰友 Jieyou Xu (Joe)-583/+713
2025-03-04Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhprattJubilee-27/+7
2025-03-04Ensure that negative auto impls are always applicableMichael Goulet-1/+0
2025-03-04atomic: clarify that failing conditional RMW operations are not 'writes'Ralf Jung-2/+3
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-1/+1
2025-03-03Rollup merge of #137054 - jhpratt:phantom-variance, r=Mark-SimulacrumMatthias Krüger-0/+12
2025-03-03fix order on shl implSpeedy_Lex-1/+1
2025-03-02Rollup merge of #137871 - pitaj:rangebounds-is_empty-intersect, r=scottmcmMatthias Krüger-1/+1
2025-03-02Document workings of successors more clearlyMarijn Schouten-5/+11
2025-03-02dec2flt: Refactor the fast pathTrevor Gross-24/+23