about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-12-22Rollup merge of #134602 - kpreid:pointerlike-doc, r=tgross35Matthias Krüger-2/+8
2024-12-22Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgrbors-5/+5
2024-12-22Rollup merge of #134630 - fifty-six:master, r=workingjubileeMatthias Krüger-5/+5
2024-12-22Auto merge of #130733 - okaneco:is_ascii, r=scottmcmbors-12/+58
2024-12-21Rollup merge of #134325 - theemathas:is_null-docs, r=RalfJungMatthias Krüger-14/+89
2024-12-21Use `&raw` for `ptr` primitive docsYusuf Bham-5/+5
2024-12-21Document CTFE behavior of methods that call is_nullTim (Theemathas) Chirananthavat-0/+69
2024-12-21Correctly document is_null CTFE behavior.Tim (Theemathas) Chirananthavat-16/+22
2024-12-21ptr::copy: fix docs for the overlapping caseRalf Jung-5/+3
2024-12-21Rollup merge of #134593 - kornelski:less-unwrap, r=jhprattJacob Pratt-24/+45
2024-12-21Rollup merge of #134579 - hkBst:patch-6, r=jhprattJacob Pratt-20/+13
2024-12-21Rollup merge of #134577 - hkBst:patch-5, r=jhprattJacob Pratt-5/+11
2024-12-21Rollup merge of #134576 - hkBst:patch-4, r=jhprattJacob Pratt-6/+12
2024-12-20Document `PointerLike` implementation restrictions.Kevin Reid-2/+8
2024-12-21Less unwrap() in documentationKornel-24/+45
2024-12-20Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errorsMatthias Krüger-11/+30
2024-12-20Improve prose around into_slice example of IterMutMarijn Schouten-20/+13
2024-12-20Improve prose around `as_slice` example of IterMarijn Schouten-5/+11
2024-12-20Improve prose around basic examples of Iter and IterMutMarijn Schouten-6/+12
2024-12-20remove reference to dangling from slice::IterMarijn Schouten-1/+1
2024-12-20fix `PointerLike` docsLukas Markeffsky-2/+2
2024-12-20unimplement `PointerLike` for trait objectsLukas Markeffsky-0/+1
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-9/+27
2024-12-20Rollup merge of #134518 - hltj:typo-fix, r=tgross35Jacob Pratt-3/+3
2024-12-20Rollup merge of #132830 - wr7:substr_range_documentation, r=tgross35Jacob Pratt-7/+8
2024-12-20fix typos in the example code in the doc comments of `Ipv4Addr::from_bits()`,...hltj-3/+3
2024-12-18Rollup merge of #134490 - hong9lol:typo, r=jhprattJacob Pratt-1/+1
2024-12-18Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r...Jacob Pratt-1/+1
2024-12-19fix typo in ptr/mod.rsleejaehong-1/+1
2024-12-18Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35...bors-1/+1
2024-12-18fix(LazyCell): documentation of get[_mut] was wrongJalil David Salamé Messina-2/+2
2024-12-18Stabilize `#[diagnostic::do_not_recommend]`Georg Semmler-1/+1
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-12-17Rollup merge of #134426 - hkBst:patch-3, r=lqdMatthias Krüger-1/+1
2024-12-17Fix typo in uint_macros.rsMarijn Schouten-1/+1
2024-12-16Stabilize #[coverage] attributeltdk-4/+6
2024-12-16Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomezMatthias Krüger-0/+2
2024-12-15Rollup merge of #134310 - tkr-sh:master, r=NoratriebStuart Cook-12/+12
2024-12-15Asserts the maximum value that can be returned from `Vec::len`EFanZh-0/+11
2024-12-14Rollup merge of #134022 - shahn:doc_clarify_extend_for_tuple_version, r=tgross35Matthias Krüger-7/+56
2024-12-14Correct spelling of CURRENT_RUSTC_VERSIONSebastian Hahn-7/+56
2024-12-14Replace i32 by char in `split_at` & `_unchecked`tkirishima-12/+12
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-3/+89
2024-12-14Rollup merge of #133942 - BD103:black-box-docs, r=saethlinMatthias Krüger-3/+89
2024-12-14Rollup merge of #134255 - bjoernager:master, r=NoratriebMatthias Krüger-2/+2
2024-12-13de-stabilize bench attributeRalf Jung-1/+0
2024-12-13rustdoc-search: let From and Into be unboxedMichael Howell-0/+2
2024-12-13Rollup merge of #134229 - purplesyringa:provenance-docs, r=saethlinMatthias Krüger-4/+5
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+27
2024-12-13Auto merge of #134047 - saethlin:inline-fmt-rt, r=m-ou-sebors-17/+17