| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -50/+76 |
| 2024-12-21 | Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr... | Matthias Krüger | -151/+294 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -11/+30 |
| 2024-12-20 | Rollup merge of #134570 - hkBst:patch-3, r=joboet | Matthias Krüger | -1/+1 |
| 2024-12-20 | Rollup merge of #134560 - RalfJung:miri-thread-spawn, r=jhpratt | Matthias Krüger | -0/+6 |
| 2024-12-20 | Improve prose around into_slice example of IterMut | Marijn Schouten | -20/+13 |
| 2024-12-20 | Improve prose around `as_slice` example of Iter | Marijn Schouten | -5/+11 |
| 2024-12-20 | Improve prose around basic examples of Iter and IterMut | Marijn Schouten | -6/+12 |
| 2024-12-20 | remove reference to dangling from slice::Iter | Marijn Schouten | -1/+1 |
| 2024-12-20 | fix `PointerLike` docs | Lukas Markeffsky | -2/+2 |
| 2024-12-20 | unimplement `PointerLike` for trait objects | Lukas Markeffsky | -0/+1 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -9/+27 |
| 2024-12-20 | mri: add track_caller to thread spawning methods for better backtraces | Ralf Jung | -0/+6 |
| 2024-12-20 | Rollup merge of #134518 - hltj:typo-fix, r=tgross35 | Jacob Pratt | -3/+3 |
| 2024-12-20 | Rollup merge of #132830 - wr7:substr_range_documentation, r=tgross35 | Jacob Pratt | -7/+8 |
| 2024-12-20 | Rollup merge of #126118 - jan-ferdinand:docs_for_vec_set_len, r=the8472 | Jacob Pratt | -1/+6 |
| 2024-12-20 | fix typos in the example code in the doc comments of `Ipv4Addr::from_bits()`,... | hltj | -3/+3 |
| 2024-12-19 | Add missing safety descriptions to Arc's 'from_raw','increment_strong_count',... | LemonJ | -2/+6 |
| 2024-12-19 | build: Update libc version | Sergio Gasquez | -3/+3 |
| 2024-12-18 | Rollup merge of #134490 - hong9lol:typo, r=jhpratt | Jacob Pratt | -1/+1 |
| 2024-12-18 | Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r... | Jacob Pratt | -1/+1 |
| 2024-12-19 | fix typo in ptr/mod.rs | leejaehong | -1/+1 |
| 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 |