| Age | Commit message (Expand) | Author | Lines |
| 2024-05-02 | add f16 associated constants | Trevor Spiteri | -1/+83 |
| 2024-05-02 | Auto merge of #124419 - WaffleLapkin:never-type-fallback-docs, r=workingjubilee | bors | -0/+47 |
| 2024-05-02 | fixup links in never type docs | Waffle Maybe | -3/+3 |
| 2024-05-01 | Workaround rustfmt bug replacing type ascription | Mark Rousskov | -0/+1 |
| 2024-05-02 | Slightly reformat !'s docs after applying github suggestions | Waffle Lapkin | -5/+7 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -248/+28 |
| 2024-05-02 | Apply suggestions from code review | Waffle Maybe | -8/+7 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -56/+53 |
| 2024-05-01 | Describe and use CStr literals in CStr and CString docs | George Bateman | -12/+23 |
| 2024-05-01 | Rollup merge of #124542 - CBSpeir:diagnostic-item-enumerate-method, r=scottmcm | Matthias Krüger | -0/+1 |
| 2024-05-01 | Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubilee | bors | -16/+7 |
| 2024-04-29 | Add diagnostic item for std::iter::Iterator::enumerate | Christopher B. Speir | -0/+1 |
| 2024-04-29 | Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-04-29 | Auto merge of #124502 - NCGThompson:statically-known-docs, r=jhpratt | bors | -4/+39 |
| 2024-04-28 | Update is_val_statically_known docs | Nicholas Thompson | -4/+39 |
| 2024-04-28 | Stabilize `non_null_convenience` | Trevor Gross | -78/+63 |
| 2024-04-28 | Fix va_list on watchOS and visionOS | Mads Marquart | -16/+7 |
| 2024-04-28 | Fix #124478 - offset_of! returns a temporary | George Bateman | -2/+2 |
| 2024-04-28 | Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrum | bors | -4/+10 |
| 2024-04-27 | Apply suggestions from code review | Waffle Maybe | -4/+9 |
| 2024-04-26 | Add missing .into_iter() | Matthias Geier | -1/+1 |
| 2024-04-26 | Extend the example code and assert the result | Matthias Geier | -3/+10 |
| 2024-04-26 | Document never type fallback in `!`'s docs | Waffle Lapkin | -0/+41 |
| 2024-04-26 | Add "safety" comment | Matthias Geier | -0/+5 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -25/+51 |
| 2024-04-26 | Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboet | bors | -21/+20 |
| 2024-04-25 | Convert some iter macros to normal functions | Scott McMurray | -21/+20 |
| 2024-04-25 | remove trivial bounds | lcnr | -13/+7 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -25/+51 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-04-24 | Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease | bors | -0/+1 |
| 2024-04-24 | Fix cannot usage in time.rs | Jacob Trueb | -2/+2 |
| 2024-04-24 | Add `cfg_attr(bootstrap)` to doc tests | Gary Guo | -0/+3 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -4/+4 |
| 2024-04-24 | Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errors | León Orell Valerian Liehr | -0/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -3/+4 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -1/+1 |
| 2024-04-23 | Add diagnostic item for std::iter::Enumerate | Christopher B. Speir | -0/+1 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -7/+79 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -7/+79 |
| 2024-04-23 | Rollup merge of #123048 - RalfJung:layout, r=dtolnay | León Orell Valerian Liehr | -1/+3 |
| 2024-04-23 | unroll first iter of checked_ilog loop to save one multiplication | Trevor Spiteri | -2/+5 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -14/+21 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+288 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -13/+19 |
| 2024-04-22 | Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 | Guillaume Gomez | -21/+16 |
| 2024-04-22 | export assert_unsafe_precondition macro for std-internal use | The 8472 | -4/+10 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -13/+19 |
| 2024-04-22 | Add comma at one place in `abs()` documentation | Gurinder Singh | -1/+1 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -1/+2 |