about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-22Impl String::into_charstison-2/+185
2024-12-22Stabilize `hash_extract_if`Pavel Grigorenko-16/+10
2024-12-22Rollup merge of #134602 - kpreid:pointerlike-doc, r=tgross35Matthias Krüger-2/+8
2024-12-21Fix forgetting to save statx availability on successAlex Saveau-1/+5
2024-12-22Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgrbors-5/+5
2024-12-21Document collection `From` and `FromIterator` impls that drop duplicate keys.Kevin Reid-1/+25
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-15/+102
2024-12-22cargo updategithub-actions-2/+2
2024-12-21Eliminate redundant statx syscallsAlex Saveau-9/+64
2024-12-21Rollup merge of #134325 - theemathas:is_null-docs, r=RalfJungMatthias Krüger-14/+89
2024-12-21Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...Matthias Krüger-4/+199
2024-12-21Use `&raw` for `ptr` primitive docsYusuf Bham-5/+5
2024-12-21Unify fs::copy and io::copyAlex Saveau-19/+1
2024-12-21Windows: Use WriteFile to write to a UTF-8 consoleChris Denton-1/+26
2024-12-21Avoid short writes in LineWriterChris Denton-6/+21
2024-12-21Fix `_mm*_mask_cmp_ep*_mask` bug with `IMM3=7`sayantn-24/+24
2024-12-21Fix Wasm `f*_sqrt()` docdaxpedda-2/+2
2024-12-21Disable `armv7-unknown-linux-gnueabihf` `dox.sh` CI temporarilysayantn-1/+3
2024-12-21Make `assert_instr` strictersayantn-4/+9
2024-12-21Refactor `dox.sh`, add `loongarch64` and `nvptx64`sayantn-36/+23
2024-12-21Upgrade Intel SDEsayantn-6/+6
2024-12-21Add PowerPC (32-bit) to CIsayantn-0/+6
2024-12-21Remove `gba.json` as it was unusedsayantn-34/+0
2024-12-21Re-enable the disabled PPC tests, Upgrade CPUsayantn-8/+4
2024-12-21Enable `x86_64-pc-windows-msvc-dev`Sayantan Chakraborty-5/+0
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-50/+76
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-50/+76
2024-12-21Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr...Matthias Krüger-151/+294
2024-12-20Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errorsMatthias Krüger-11/+30
2024-12-20Rollup merge of #134570 - hkBst:patch-3, r=joboetMatthias Krüger-1/+1
2024-12-20Rollup merge of #134560 - RalfJung:miri-thread-spawn, r=jhprattMatthias Krüger-0/+6
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-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+6
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-20Rollup merge of #126118 - jan-ferdinand:docs_for_vec_set_len, r=the8472Jacob Pratt-1/+6