about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-27✨ feat: map_or_default for result and optiontk-0/+60
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-1/+6
2025-05-27Unit test for Range parameter of `BTreeMap::extract_if`Sidney Cammeresi-0/+24
2025-05-27Update docs for new Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-4/+16
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-43/+53
2025-05-27Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if`Sidney Cammeresi-19/+57
2025-05-27Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3Michael Goulet-20/+9
2025-05-26std_detect: RISC-V platform guide documentation (non-table part)Tsukasa OI-0/+15
2025-05-26Minor macro docs fixesMarcelo Domínguez-5/+6
2025-05-26core: begin deduplicating pointer docsbinarycat-123/+67
2025-05-26Call out possibility of invariant resultJacob Pratt-0/+8
2025-05-27Rollup merge of #141516 - bend-n:okay, r=workingjubilee许杰友 Jieyou Xu (Joe)-2/+32
2025-05-26impl `Default` for `array::IntoIter`Deadbeef-0/+7
2025-05-26Rollup merge of #141472 - fluiderson:dev, r=workingjubileeJacob Pratt-2/+2
2025-05-26Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnayJacob Pratt-1/+3
2025-05-26Rollup merge of #140936 - teor2345:wtf-surrogate-docs, r=workingjubileeJacob Pratt-6/+6
2025-05-26Rollup merge of #134696 - ChrisDenton:normalize-lexically, r=workingjubileeJacob Pratt-1/+132
2025-05-26increase perf of charsearcher for single ascii charactersbendn-2/+32
2025-05-25Auto merge of #141086 - a1phyr:spec_advance_by, r=jhprattbors-5/+31
2025-05-25Implement normalize lexicallyChris Denton-1/+132
2025-05-25clean up old rintf leftoversRalf Jung-12/+0
2025-05-25Rollup merge of #141361 - folkertdev:varargs-cfg, r=workingjubileeJacob Pratt-175/+136
2025-05-25Rollup merge of #141108 - PaulDance:fix-extract_if-docs, r=Mark-SimulacrumJacob Pratt-27/+29
2025-05-25improve the `std::fs::create_dir_all` docs related to atomicityFluid-2/+2
2025-05-24make `OsString::new` and `PathBuf::new` unstably constcyrgani-5/+7
2025-05-24reduce clutter... too many importsTshepang Mbambo-8/+8
2025-05-24Path::with_extension: improve examplesTshepang Mbambo-1/+16
2025-05-24Rollup merge of #141505 - RalfJung:catch_unwind, r=NoratriebGuillaume Gomez-5/+5
2025-05-24Rollup merge of #141498 - tamird:cstr-example-noise, r=jhprattGuillaume Gomez-34/+7
2025-05-24Rollup merge of #141105 - GrantBirki:grantbirki/path-tests, r=jhprattGuillaume Gomez-0/+31
2025-05-24Rollup merge of #140066 - thaliaarchi:const-array-as-mut-slice, r=jhprattGuillaume Gomez-1/+1
2025-05-24rename internal panicking::try to catch_unwindRalf Jung-5/+5
2025-05-24Rollup merge of #139254 - Ayush1325:uefi-tcp4-connect, r=joboetMatthias Krüger-30/+178
2025-05-24Rollup merge of #137323 - joshlf:transmute-npo, r=RalfJungMatthias Krüger-14/+16
2025-05-24intrinsics: reduce references to LLVM and update notes on where the implement...Ralf Jung-20/+9
2025-05-24Use C-string literals to reduce boilerplateTamir Duberstein-34/+7
2025-05-24add CStr::displayTamir Duberstein-0/+31
2025-05-24Auto merge of #141484 - matthiaskrgr:rollup-dc58owu, r=matthiaskrgrbors-2/+0
2025-05-24Rollup merge of #141405 - RalfJung:GetUserProfileDirectoryW, r=ChrisDentonMatthias Krüger-2/+0
2025-05-24Auto merge of #141415 - est31:let_chains_libcore, r=tgross35bors-1/+0
2025-05-23GetUserProfileDirectoryW is now documented to always store the sizeRalf Jung-2/+0
2025-05-23Rollup merge of #141398 - Dannyyy93:typos, r=NoratriebMatthias Krüger-3/+3
2025-05-23Rollup merge of #141065 - ehuss:wasm-doctest-xcompile, r=Mark-SimulacrumMatthias Krüger-8/+8
2025-05-23Rollup merge of #138896 - joboet:process_noalias, r=NoratriebMatthias Krüger-89/+142
2025-05-23std: sys: net: uefi: Implement TCP4 connectAyush Singh-30/+178
2025-05-23std: abort the process on failure to allocate a TLS keyjoboet-11/+10
2025-05-23document representation of `Option<unsafe fn()>`Benno Lossin-1/+1
2025-05-23std: add safety comments to `CStringArray`joboet-0/+13
2025-05-23std: fix aliasing bug in UNIX process implementationjoboet-89/+129
2025-05-23Rollup merge of #141109 - oconnor663:pipe_example, r=Mark-SimulacrumMatthias Krüger-12/+26