| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | fix: Add `#[avr_skip]` for `__addsf3` & `__adddf3` | Patryk Wychowaniec | -0/+2 |
| 2024-05-04 | Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r... | Matthias Krüger | -3/+8 |
| 2024-05-04 | Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDenton | Matthias Krüger | -10/+33 |
| 2024-05-04 | Release version 0.1.110 | Amanieu d'Antras | -1/+1 |
| 2024-05-04 | Update reference to rustc-std-workspace-core | Martin Nordholts | -2/+2 |
| 2024-05-04 | Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2024-05-04 | Rollup merge of #124700 - scottmcm:unneeded_cast, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -2/+10 |
| 2024-05-04 | Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton | Matthias Krüger | -57/+25 |
| 2024-05-04 | Rollup merge of #123356 - joboet:set_current_size, r=ChrisDenton | Matthias Krüger | -2/+7 |
| 2024-05-04 | Docs: suggest `uN::checked_sub` instead of check-then-unchecked | Scott McMurray | -0/+25 |
| 2024-05-04 | Remove an unnecessary cast | Scott McMurray | -1/+1 |
| 2024-05-04 | Use `unchecked_sub` in `split_at` | Scott McMurray | -3/+8 |
| 2024-05-04 | mark const_(de)allocate intrinsics as suitable for Miri | Ralf Jung | -2/+7 |
| 2024-05-03 | Rollup merge of #124681 - risc0:erik/fix-test, r=joboet | Michael Goulet | -1/+3 |
| 2024-05-03 | Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ... | Michael Goulet | -15/+6 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -16/+16 |
| 2024-05-03 | zkvm: fix run_tests | Erik Kaneda | -1/+3 |
| 2024-05-03 | feat: stabilize `split_at_checked` | UserIsntAvailable | -15/+6 |
| 2024-05-03 | Rollup merge of #124593 - GKFX:cstr-literals-in-api-docs, r=workingjubilee | Matthias Krüger | -22/+29 |
| 2024-05-03 | Rollup merge of #124059 - RalfJung:default_alloc_error_hook, r=workingjubilee | Matthias Krüger | -0/+6 |
| 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 | default_alloc_error_hook: explain difference to default __rdl_oom in alloc | Ralf Jung | -0/+6 |
| 2024-05-03 | Use `CURRENT_RUSTC_VERSION` | Артём Павлов [Artyom Pavlov] | -2/+2 |
| 2024-05-03 | Stabilize `div_duration` | Артём Павлов [Artyom Pavlov] | -5/+2 |
| 2024-05-03 | Rollup merge of #124649 - Meziu:master, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2024-05-03 | Cleanup `manged-names` macro | Amjad Alsharafi | -22/+25 |
| 2024-05-03 | Remove unneeded `weak` for `optimized-c` function | Amjad Alsharafi | -1/+0 |
| 2024-05-03 | Apply `weak` attributes to all intrinsics | Amjad Alsharafi | -117/+14 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -0/+3 |
| 2024-05-03 | Horizon OS: dirfd unavailable | Andrea Ciliberti | -0/+1 |
| 2024-05-03 | Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet | Matthias Krüger | -2/+1 |
| 2024-05-03 | Rollup merge of #124609 - RalfJung:float-precision, r=cuviper | Matthias Krüger | -116/+174 |
| 2024-05-03 | Rollup merge of #124604 - Enselic:std-gimli-symbolize, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-05-03 | Rollup merge of #124441 - bravequickcleverfibreyarn:string.rs, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-05-03 | Rollup merge of #124412 - RalfJung:io-safety, r=Amanieu | Matthias Krüger | -11/+22 |
| 2024-05-03 | Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors | Matthias Krüger | -4/+19 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -1/+1 |
| 2024-05-02 | Update based on review | George Bateman | -7/+7 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -16/+16 |
| 2024-05-02 | variable-precision float operations behave non-deterministically | Ralf Jung | -116/+174 |
| 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 | Add builtins for `f16`/`f128` float conversions | beetrees | -115/+283 |
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -57/+25 |