| Age | Commit message (Expand) | Author | Lines |
| 2024-05-03 | Rollup merge of #123815 - trueb2:patch-1, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-05-03 | Rollup merge of #122492 - GrigorenkoPV:ptr_as_ref_unchecked, r=workingjubilee | Matthias Krüger | -0/+151 |
| 2024-05-03 | Use `CURRENT_RUSTC_VERSION` | Артём Павлов [Artyom Pavlov] | -2/+2 |
| 2024-05-03 | Stabilize `div_duration` | Артём Павлов [Artyom Pavlov] | -5/+2 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -0/+3 |
| 2024-05-03 | Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet | Matthias Krüger | -2/+1 |
| 2024-05-03 | Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors | Matthias Krüger | -3/+15 |
| 2024-05-02 | Update based on review | George Bateman | -7/+7 |
| 2024-05-02 | const_eval_select: add tracking issue | Ralf Jung | -2/+1 |
| 2024-05-02 | add constants in std::f128::consts | Trevor Spiteri | -1/+110 |
| 2024-05-02 | add constants in std::f16::consts | Trevor Spiteri | -1/+106 |
| 2024-05-02 | add f128 associated constants | Trevor Spiteri | -1/+83 |
| 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 | -251/+29 |
| 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 | Add benchmarks for `impl Debug for str` | Arpad Borsos | -0/+80 |
| 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 | -30/+53 |
| 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 | -30/+53 |
| 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 | -5/+5 |
| 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 |