| Age | Commit message (Expand) | Author | Lines |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -7/+7 |
| 2024-12-18 | Rollup merge of #134452 - jalil-salame:fix-lazy-cell-docs, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-18 | Add 'into_array' conversion destructors for 'Box', 'Rc', and 'Arc'; | Gabriel Bjørnager Jensen | -0/+60 |
| 2024-12-18 | Implement Condvar::wait_timeout for targets without threads | Sebastian Urban | -2/+4 |
| 2024-12-18 | Auto merge of #134425 - clubby789:cargo-update, r=jieyouxu | bors | -5/+6 |
| 2024-12-18 | fix(LazyCell): documentation of get[_mut] was wrong | Jalil David Salamé Messina | -2/+2 |
| 2024-12-18 | Stabilize `#[diagnostic::do_not_recommend]` | Georg Semmler | -1/+1 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -7/+7 |
| 2024-12-17 | Rollup merge of #134426 - hkBst:patch-3, r=lqd | Matthias Krüger | -1/+1 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -59/+92 |
| 2024-12-17 | compiler & tools dependencies: | clubby789 | -5/+6 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -4/+6 |
| 2024-12-17 | Fix typo in uint_macros.rs | Marijn Schouten | -1/+1 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -62/+61 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -4/+3 |
| 2024-12-17 | Move `doc(keyword = "while")`. | Nicholas Nethercote | -58/+58 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -4/+6 |
| 2024-12-16 | remove obsolete comment and pub(super) visibility | The 8472 | -12/+6 |
| 2024-12-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -19/+7 |
| 2024-12-16 | Add a range argument to vec.extract_if | The 8472 | -32/+83 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2024-12-15 | Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalathar | bors | -122/+557 |
| 2024-12-15 | Rollup merge of #134310 - tkr-sh:master, r=Noratrieb | Stuart Cook | -36/+39 |
| 2024-12-15 | Rollup merge of #133406 - EFanZh:lock-value-accessors, r=Noratrieb | Stuart Cook | -86/+517 |
| 2024-12-15 | Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviper | Stuart Cook | -0/+1 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -4/+282 |
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -2/+20 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -109/+43 |
| 2024-12-14 | Rollup merge of #134022 - shahn:doc_clarify_extend_for_tuple_version, r=tgross35 | Matthias Krüger | -7/+56 |
| 2024-12-14 | Rollup merge of #133986 - olishmollie:tracking-issue-127154-documentation, r=... | Matthias Krüger | -5/+135 |
| 2024-12-14 | Correct spelling of CURRENT_RUSTC_VERSION | Sebastian Hahn | -7/+56 |
| 2024-12-14 | Replace i32 by char in `split_at` & `_unchecked` | tkirishima | -12/+12 |
| 2024-12-14 | Add clarity to the "greater" of `VecDeque::insert` | tkirishima | -1/+1 |
| 2024-12-14 | Replace i32 by char to add clarity | tkirishima | -23/+26 |
| 2024-12-14 | Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgr | bors | -3/+89 |
| 2024-12-14 | Add documentation for anonymous pipe module | Andrew Bond | -5/+135 |
| 2024-12-14 | Rollup merge of #133942 - BD103:black-box-docs, r=saethlin | Matthias Krüger | -3/+89 |
| 2024-12-14 | Rollup merge of #134255 - bjoernager:master, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2024-12-14 | Rollup merge of #134254 - hermit-os:hermit-c_char, r=workingjubilee | Matthias Krüger | -6/+6 |
| 2024-12-14 | Rollup merge of #134252 - hermit-os:hermit-is_absolute, r=tgross35 | Matthias Krüger | -1/+3 |
| 2024-12-13 | rustdoc-search: let From and Into be unboxed | Michael Howell | -0/+2 |
| 2024-12-13 | Rollup merge of #134229 - purplesyringa:provenance-docs, r=saethlin | Matthias Krüger | -4/+5 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+29 |
| 2024-12-13 | Remove support for specializing ToString outside the standard library | bjorn3 | -109/+43 |
| 2024-12-13 | Auto merge of #134047 - saethlin:inline-fmt-rt, r=m-ou-se | bors | -17/+17 |
| 2024-12-13 | Update includes in '/library/core/src/error.rs'; | Gabriel Bjørnager Jensen | -2/+2 |
| 2024-12-13 | Fix building `std` for Hermit after `c_char` change | Martin Kröning | -6/+6 |
| 2024-12-13 | Fix `Path::is_absolute` on Hermit | Martin Kröning | -1/+3 |
| 2024-12-13 | Reword prelude for AsyncFn stabilization | Michael Goulet | -2/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -13/+25 |