| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnay | bors | -0/+40 |
| 2023-09-26 | take more clarifying text from Gankra's PR | Ralf Jung | -0/+14 |
| 2023-09-26 | isqrt: add more tests | Federico Stra | -0/+32 |
| 2023-09-26 | isqrt: remove duplication by delegating to unsigned integers | Federico Stra | -40/+12 |
| 2023-09-26 | std: broaden the allowed behaviour for recursive TLS initialization | joboet | -3/+3 |
| 2023-09-26 | Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errors | bors | -1/+6 |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -1/+9 |
| 2023-09-25 | Auto merge of #116070 - eduardosm:IoSlice-advance_slices-checked_add, r=Mark-... | bors | -16/+19 |
| 2023-09-25 | Document that Instant may or may not include system-suspend time | The 8472 | -0/+2 |
| 2023-09-25 | update other place | Milo | -1/+1 |
| 2023-09-25 | clarify documentation about variable substituion | Milo | -1/+1 |
| 2023-09-25 | Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrum | bors | -1/+4 |
| 2023-09-25 | Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrum | bors | -8/+14 |
| 2023-09-24 | ConstParamTy: require Eq | Ralf Jung | -1/+6 |
| 2023-09-24 | Fix `.to_string()` of `proc_macro::Literal` (properly print cstr literals) | Maybe Waffle | -1/+9 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -7/+829 |
| 2023-09-24 | Auto merge of #116075 - Colonial-Dev:issue-116063-fix, r=Mark-Simulacrum | bors | -0/+16 |
| 2023-09-24 | Auto merge of #115416 - c410-f3r:match_cfg, r=Amanieu | bors | -0/+248 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -3/+2 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -1/+1 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -2/+1 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+7 |
| 2023-09-23 | Add the `cfg_match!` macro | Caio | -0/+248 |
| 2023-09-23 | Clarify example in `Pin::new_unchecked` docs | FZs | -1/+4 |
| 2023-09-23 | Avoid overflow in `IoSlice::advance_slices` | Eduardo Sánchez Muñoz | -16/+19 |
| 2023-09-22 | Extend fix to wrapping_div, wrapping_div_euclid and wrapping_rem_euclid | James Haywood | -0/+12 |
| 2023-09-22 | Resolve rust-lang/rust#116063 | James Haywood | -0/+4 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -5/+5 |
| 2023-09-22 | isqrt: add tests | Federico Stra | -0/+21 |
| 2023-09-22 | isqrt: initial implementation | Federico Stra | -0/+115 |
| 2023-09-22 | Rebase to master | Ayush Singh | -50/+101 |
| 2023-09-22 | Use RawOsError for UEFI | Ayush Singh | -178/+261 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -6/+8 |
| 2023-09-22 | Add support for building `std::os::uefi` docs | Ayush Singh | -28/+33 |
| 2023-09-22 | Handle ExitBootServices | Ayush Singh | -26/+116 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -39/+46 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -3/+587 |
| 2023-09-22 | fix OS-specific I/O safety docs since the io_safety feature is stable | Ralf Jung | -8/+14 |
| 2023-09-22 | Auto merge of #116054 - matthiaskrgr:rollup-3pusno6, r=matthiaskrgr | bors | -8/+87 |
| 2023-09-22 | Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviper | Matthias Krüger | -6/+19 |
| 2023-09-22 | Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se | Matthias Krüger | -2/+68 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -29/+99 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -4/+5 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -27/+516 |
| 2023-09-21 | Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty mask | The 8472 | -6/+19 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -27/+516 |
| 2023-09-21 | Rollup merge of #116007 - m-ou-se:const-panic-fmt-panic-display, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2023-09-21 | avoid talking about inverses | Ralf Jung | -10/+14 |
| 2023-09-21 | consistent wording | Ralf Jung | -4/+4 |
| 2023-09-21 | documentation tweaks | Ralf Jung | -12/+12 |