about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-27fixed `too many files open` issueMadhav Madhusoodanan-24/+36
2025-05-27chore: added match block in `src/main.rs`Madhav Madhusoodanan-2/+13
2025-05-27chore: code consolidationMadhav Madhusoodanan-162/+145
2025-05-27chore: separated common logic within file creations, compile_c, compile_rust ...Madhav Madhusoodanan-397/+501
2025-05-27chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct argsMadhav Madhusoodanan-608/+685
2025-05-27Chore: Added `SupportedArchitectureTest` trait which must be implemented for ...Madhav Madhusoodanan-44/+60
2025-05-27Feat: Moved majority of the code to `arm` module.Madhav Madhusoodanan-767/+687
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-53/+86
2025-05-27Rollup merge of #141312 - cberner:filelock_from, r=joshtriplettMatthias Krüger-8/+40
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