| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | fixed `too many files open` issue | Madhav Madhusoodanan | -24/+36 |
| 2025-05-27 | chore: added match block in `src/main.rs` | Madhav Madhusoodanan | -2/+13 |
| 2025-05-27 | chore: code consolidation | Madhav Madhusoodanan | -162/+145 |
| 2025-05-27 | chore: separated common logic within file creations, compile_c, compile_rust ... | Madhav Madhusoodanan | -397/+501 |
| 2025-05-27 | chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct args | Madhav Madhusoodanan | -608/+685 |
| 2025-05-27 | Chore: Added `SupportedArchitectureTest` trait which must be implemented for ... | Madhav Madhusoodanan | -44/+60 |
| 2025-05-27 | Feat: Moved majority of the code to `arm` module. | Madhav Madhusoodanan | -767/+687 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -53/+86 |
| 2025-05-27 | Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett | Matthias Krüger | -8/+40 |
| 2025-05-27 | ✨ feat: map_or_default for result and option | tk | -0/+60 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -1/+6 |
| 2025-05-27 | Unit test for Range parameter of `BTreeMap::extract_if` | Sidney Cammeresi | -0/+24 |
| 2025-05-27 | Update docs for new Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -4/+16 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -43/+53 |
| 2025-05-27 | Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if` | Sidney Cammeresi | -19/+57 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -20/+9 |
| 2025-05-26 | std_detect: RISC-V platform guide documentation (non-table part) | Tsukasa OI | -0/+15 |
| 2025-05-26 | Minor macro docs fixes | Marcelo Domínguez | -5/+6 |
| 2025-05-26 | core: begin deduplicating pointer docs | binarycat | -123/+67 |
| 2025-05-26 | Call out possibility of invariant result | Jacob Pratt | -0/+8 |
| 2025-05-27 | Rollup merge of #141516 - bend-n:okay, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+32 |
| 2025-05-26 | impl `Default` for `array::IntoIter` | Deadbeef | -0/+7 |
| 2025-05-26 | Rollup merge of #141472 - fluiderson:dev, r=workingjubilee | Jacob Pratt | -2/+2 |
| 2025-05-26 | Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnay | Jacob Pratt | -1/+3 |
| 2025-05-26 | Rollup merge of #140936 - teor2345:wtf-surrogate-docs, r=workingjubilee | Jacob Pratt | -6/+6 |
| 2025-05-26 | Rollup merge of #134696 - ChrisDenton:normalize-lexically, r=workingjubilee | Jacob Pratt | -1/+132 |
| 2025-05-26 | increase perf of charsearcher for single ascii characters | bendn | -2/+32 |
| 2025-05-25 | Auto merge of #141086 - a1phyr:spec_advance_by, r=jhpratt | bors | -5/+31 |
| 2025-05-25 | Implement normalize lexically | Chris Denton | -1/+132 |
| 2025-05-25 | clean up old rintf leftovers | Ralf Jung | -12/+0 |
| 2025-05-25 | Rollup merge of #141361 - folkertdev:varargs-cfg, r=workingjubilee | Jacob Pratt | -175/+136 |
| 2025-05-25 | Rollup merge of #141108 - PaulDance:fix-extract_if-docs, r=Mark-Simulacrum | Jacob Pratt | -27/+29 |
| 2025-05-25 | improve the `std::fs::create_dir_all` docs related to atomicity | Fluid | -2/+2 |
| 2025-05-24 | make `OsString::new` and `PathBuf::new` unstably const | cyrgani | -5/+7 |
| 2025-05-24 | reduce clutter... too many imports | Tshepang Mbambo | -8/+8 |
| 2025-05-24 | Path::with_extension: improve examples | Tshepang Mbambo | -1/+16 |
| 2025-05-24 | Rollup merge of #141505 - RalfJung:catch_unwind, r=Noratrieb | Guillaume Gomez | -5/+5 |
| 2025-05-24 | Rollup merge of #141498 - tamird:cstr-example-noise, r=jhpratt | Guillaume Gomez | -34/+7 |
| 2025-05-24 | Rollup merge of #141105 - GrantBirki:grantbirki/path-tests, r=jhpratt | Guillaume Gomez | -0/+31 |
| 2025-05-24 | Rollup merge of #140066 - thaliaarchi:const-array-as-mut-slice, r=jhpratt | Guillaume Gomez | -1/+1 |
| 2025-05-24 | rename internal panicking::try to catch_unwind | Ralf Jung | -5/+5 |
| 2025-05-24 | Rollup merge of #139254 - Ayush1325:uefi-tcp4-connect, r=joboet | Matthias Krüger | -30/+178 |
| 2025-05-24 | Rollup merge of #137323 - joshlf:transmute-npo, r=RalfJung | Matthias Krüger | -14/+16 |
| 2025-05-24 | intrinsics: reduce references to LLVM and update notes on where the implement... | Ralf Jung | -20/+9 |
| 2025-05-24 | Use C-string literals to reduce boilerplate | Tamir Duberstein | -34/+7 |
| 2025-05-24 | add CStr::display | Tamir Duberstein | -0/+31 |
| 2025-05-24 | Auto merge of #141484 - matthiaskrgr:rollup-dc58owu, r=matthiaskrgr | bors | -2/+0 |
| 2025-05-24 | Rollup merge of #141405 - RalfJung:GetUserProfileDirectoryW, r=ChrisDenton | Matthias Krüger | -2/+0 |
| 2025-05-24 | Auto merge of #141415 - est31:let_chains_libcore, r=tgross35 | bors | -1/+0 |
| 2025-05-23 | GetUserProfileDirectoryW is now documented to always store the size | Ralf Jung | -2/+0 |