| Age | Commit message (Expand) | Author | Lines |
| 2025-04-27 | fix missing doc in CString::from_raw and str::from_boxed_utf8_unchecked | LemonJ | -3/+12 |
| 2025-04-27 | Remove `#[doc(hidden)]` from `AtomicPrimitive::AtomicInner` | Pavel Grigorenko | -2/+2 |
| 2025-04-27 | name ATOMIC_INIT without unstable alias | Christopher Durham | -3/+3 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -268/+279 |
| 2025-04-27 | add generic Atomic<T> type alias | Christopher Durham | -0/+94 |
| 2025-04-26 | docs: fix incorrect stability markers on `std::{todo, matches}` | Michael Howell | -2/+8 |
| 2025-04-26 | Update example to use `CStr::to_string_lossy` | Jake Goulding | -2/+3 |
| 2025-04-26 | Rollup merge of #140325 - ethanwu10:ethanwu10/grammar-fixes-for-bufread-has-d... | Matthias Krüger | -2/+2 |
| 2025-04-26 | moved simple test to coretests, introduced more fleshed out doctests for brea... | Jonathan Gruner | -4/+120 |
| 2025-04-26 | uefi: Update r-efi | Ayush Singh | -6/+6 |
| 2025-04-25 | Grammar fixes for BufRead::has_data_left docs | Ethan Wu | -2/+2 |
| 2025-04-26 | Rollup merge of #140216 - t5kd:master, r=tgross35 | Matthias Krüger | -2/+6 |
| 2025-04-26 | Rollup merge of #139865 - m-ou-se:stabilize-proc-macro-span-location, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-04-25 | Update `extern` docs for Rust 2024 and add safety remarks | Tobias | -2/+6 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -3/+38 |
| 2025-04-25 | Rollup merge of #139572 - ismailarilik:docs/std/mention-const-blocks-in-const... | Matthias Krüger | -1/+8 |
| 2025-04-25 | Rollup merge of #138968 - Natural-selection1:update-Result-doc, r=Amanieu | Matthias Krüger | -2/+30 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -1220/+996 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -1/+4 |
| 2025-04-25 | docs(std): mention const blocks in const keyword doc page | ismailarilik | -1/+8 |
| 2025-04-25 | Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet | Matthias Krüger | -1218/+962 |
| 2025-04-25 | Rollup merge of #138957 - Natural-selection1:update-Option-doc, r=Amanieu | Matthias Krüger | -2/+27 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -0/+7 |
| 2025-04-25 | Solved suggestions | Hegui Dai | -2/+2 |
| 2025-04-25 | Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboet | Matthias Krüger | -1/+4 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+7 |
| 2025-04-24 | implement continue_ok and break_ok for ControlFlow | Jonathan Gruner | -0/+44 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -25/+45 |
| 2025-04-24 | Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35 | Matthias Krüger | -24/+48 |
| 2025-04-24 | Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboet | Matthias Krüger | -9/+11 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -4/+18 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -9/+25 |
| 2025-04-24 | Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35 | Matthias Krüger | -9/+25 |
| 2025-04-24 | stdarch | bendn | -0/+0 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -4/+18 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -1/+1 |
| 2025-04-24 | Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35 | Matthias Krüger | -1/+63 |
| 2025-04-24 | Rollup merge of #139307 - xizheyin:issue-139296, r=joboet | Matthias Krüger | -0/+3 |
| 2025-04-24 | Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt | Matthias Krüger | -4/+1 |
| 2025-04-24 | Mention average in midpoint documentations | Urgau | -9/+25 |
| 2025-04-24 | fix doc error | Hegui Dai | -2/+2 |
| 2025-04-24 | fix example | Hegui Dai | -1/+1 |
| 2025-04-24 | add examples using .as_ref() for is_some_and and is_none_or | Hegui Dai | -0/+8 |
| 2025-04-24 | keep the original text for is_some and is_none | Hegui Dai | -2/+2 |
| 2025-04-24 | add examples using .as_ref() for is_err_and and is_ok_and | Hegui Dai | -0/+8 |
| 2025-04-24 | keep original text for is_ok and is_err | Hegui Dai | -8/+8 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -1/+1 |
| 2025-04-23 | std_detect: RISC-V platform guide documentation | Tsukasa OI | -78/+126 |
| 2025-04-23 | Warn on `unsafe_op_in_unsafe_fn` by default | Trevor Gross | -51/+172 |
| 2025-04-23 | libm-macros: Allow a way to bulk match f16 and f128 functions | Trevor Gross | -122/+128 |