| Age | Commit message (Expand) | Author | Lines |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -6/+4 |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -1/+35 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-12-22 | Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubilee | Matthias Krüger | -0/+20 |
| 2024-12-22 | Adjust syntax | Caio | -21/+280 |
| 2024-12-22 | Fixes safety docs for `dyn Any + Send {+ Sync}` | Mostafa Khaled | -2/+12 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -1/+15 |
| 2024-12-22 | Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper | bors | -2/+1 |
| 2024-12-22 | Improve prose around `as_slice` example of IterMut | Marijn Schouten | -22/+20 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -0/+11 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -2/+1 |
| 2024-12-22 | docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf... | Martin Nordholts | -0/+20 |
| 2024-12-22 | Rollup merge of #134602 - kpreid:pointerlike-doc, r=tgross35 | Matthias Krüger | -2/+8 |
| 2024-12-22 | Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgr | bors | -5/+5 |
| 2024-12-22 | Rollup merge of #134630 - fifty-six:master, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -15/+102 |
| 2024-12-21 | Rollup merge of #134325 - theemathas:is_null-docs, r=RalfJung | Matthias Krüger | -14/+89 |
| 2024-12-21 | Use `&raw` for `ptr` primitive docs | Yusuf Bham | -5/+5 |
| 2024-12-21 | Document CTFE behavior of methods that call is_null | Tim (Theemathas) Chirananthavat | -0/+69 |
| 2024-12-21 | Correctly document is_null CTFE behavior. | Tim (Theemathas) Chirananthavat | -16/+22 |
| 2024-12-21 | ptr::copy: fix docs for the overlapping case | Ralf Jung | -5/+3 |
| 2024-12-21 | Rollup merge of #134593 - kornelski:less-unwrap, r=jhpratt | Jacob Pratt | -24/+45 |
| 2024-12-21 | Rollup merge of #134579 - hkBst:patch-6, r=jhpratt | Jacob Pratt | -20/+13 |
| 2024-12-21 | Rollup merge of #134577 - hkBst:patch-5, r=jhpratt | Jacob Pratt | -5/+11 |
| 2024-12-21 | Rollup merge of #134576 - hkBst:patch-4, r=jhpratt | Jacob Pratt | -6/+12 |
| 2024-12-20 | Document `PointerLike` implementation restrictions. | Kevin Reid | -2/+8 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -24/+45 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -11/+30 |
| 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 | 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 | fix typos in the example code in the doc comments of `Ipv4Addr::from_bits()`,... | hltj | -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 | -1/+1 |
| 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 | -1/+1 |
| 2024-12-17 | Rollup merge of #134426 - hkBst:patch-3, r=lqd | Matthias Krüger | -1/+1 |
| 2024-12-17 | Fix typo in uint_macros.rs | Marijn Schouten | -1/+1 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -4/+6 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2024-12-15 | Rollup merge of #134310 - tkr-sh:master, r=Noratrieb | Stuart Cook | -12/+12 |