| Age | Commit message (Expand) | Author | Lines |
| 2024-05-08 | Use generic `NonZero` in examples. | Markus Reiter | -183/+181 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -5/+5 |
| 2024-05-08 | Update cc crate to v1.0.97 | James Farrell | -1/+1 |
| 2024-05-08 | fix #124714 str.to_lowercase sigma handling | Marcondiro | -4/+9 |
| 2024-05-08 | Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcm | Jubilee | -0/+1 |
| 2024-05-08 | Rollup merge of #124788 - madsmtm:reduce-target_os-macos, r=workingjubilee | Jubilee | -21/+32 |
| 2024-05-08 | Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working... | Jubilee | -0/+9 |
| 2024-05-08 | Rollup merge of #124470 - devnexen:no_sigpipe_fbsd, r=workingjubilee | Jubilee | -1/+8 |
| 2024-05-07 | use teletype on the attribute name | Lokathor | -1/+1 |
| 2024-05-07 | Some Result combinations work like an Option. | Lokathor | -0/+15 |
| 2024-05-08 | from_str_radix: outline only the panic function | DaniPopes | -6/+6 |
| 2024-05-07 | Move `test_shrink_to_unwind` to its own file. | Markus Everling | -55/+54 |
| 2024-05-07 | Fix `VecDeque::shrink_to` UB when `handle_alloc_error` unwinds. | Markus Everling | -2/+120 |
| 2024-05-07 | Remove libc dependency on Windows by using Win32 to get env vars | Daniel Paoliello | -14/+43 |
| 2024-05-07 | Auto merge of #124836 - tgross35:const-slice-last-chunk, r=BurntSushi | bors | -1/+1 |
| 2024-05-07 | next_power_of_two: add a doctest to show what happens on 0 | Ralf Jung | -0/+1 |
| 2024-05-07 | Correct the const stabilization of `last_chunk` for slices | Trevor Gross | -1/+1 |
| 2024-05-06 | f16::is_sign_{positive,negative} were feature-gated on f128 | Trevor Spiteri | -2/+2 |
| 2024-05-06 | Auto merge of #124811 - matthiaskrgr:rollup-4zpov13, r=matthiaskrgr | bors | -3/+7 |
| 2024-05-06 | Rollup merge of #124520 - tbu-:pr_create_dir_all_doc, r=Amanieu | Matthias Krüger | -3/+7 |
| 2024-05-06 | Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieu | bors | -4/+382 |
| 2024-05-06 | Add vec_orc | Luca Barbato | -0/+35 |
| 2024-05-06 | Simplify vec_andc implementation | Luca Barbato | -26/+5 |
| 2024-05-06 | Silence unexpected-cfgs | Luca Barbato | -0/+4 |
| 2024-05-06 | std::rand: adding solaris/illumos for getrandom support. | David Carlier | -1/+12 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -0/+330 |
| 2024-05-06 | Deny warnings in CI | Trevor Gross | -1/+16 |
| 2024-05-06 | Avoid a cast in `ptr::slice_from_raw_parts(_mut)` | Scott McMurray | -2/+2 |
| 2024-05-06 | Implement `as_chunks` with `split_at_unchecked` | Scott McMurray | -4/+8 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Improve File Debug impl | Mads Marquart | -9/+9 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Fix reading large files | Mads Marquart | -5/+6 |
| 2024-05-06 | iOS/tvOS/watchOS: Fix alloc w. large alignment on older versions | Mads Marquart | -1/+7 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Set the main thread name | Mads Marquart | -2/+2 |
| 2024-05-06 | Apply suggestions from code review | anatawa12 | -2/+6 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listen | Mads Marquart | -4/+8 |
| 2024-05-06 | add note about `AlreadyExists` to `create_new` | anatawa12 | -0/+5 |
| 2024-05-06 | emit fractional benchmark nanoseconds in libtest's JSON output format | The 8472 | -2/+2 |
| 2024-05-06 | print walltime benchmarks with subnanosecond precision | The 8472 | -10/+13 |
| 2024-05-05 | alloc: implement FromIterator for Box<str> | Caleb Sander | -4/+54 |
| 2024-05-05 | Rename test for issue 21058 | Ryan Lowe | -8/+8 |
| 2024-05-05 | Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubilee | Guillaume Gomez | -0/+12 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2024-05-05 | Fix unwinding on 32-bit watchOS ARM | Mads Marquart | -15/+23 |
| 2024-05-04 | Re-add `From<f16> for f64` | beetrees | -2/+3 |
| 2024-05-04 | Make f128 docs mention lack of any normal platform support | Alex H | -5/+5 |
| 2024-05-04 | Make f16 and f128 docs clearer on platform support | Alex H | -4/+11 |
| 2024-05-04 | Tgross feedback tweaks | Alex H | -5/+4 |
| 2024-05-04 | Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-05-04 | Release version 0.1.111 | Amanieu d'Antras | -1/+1 |
| 2024-05-04 | library/std: Fix build for NetBSD targets with 32-bit `c_long` | Ian Douglas Scott | -2/+2 |