| Age | Commit message (Expand) | Author | Lines |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -146/+252 |
| 2024-10-25 | Arbitrary self types v2: (unused) Receiver trait | Adrian Taylor | -2/+89 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -75/+75 |
| 2024-10-25 | ABI compatibility: remove section on target features | Ralf Jung | -26/+6 |
| 2024-10-24 | Rollup merge of #131457 - kpreid:fnaddr, r=dtolnay | Jubilee | -6/+34 |
| 2024-10-25 | Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubilee | bors | -28/+66 |
| 2024-10-24 | Rollup merge of #132113 - LaihoE:pattern_as_utf8_default_impl, r=workingjubilee | Jubilee | -11/+3 |
| 2024-10-24 | Rollup merge of #132101 - youknowone:thread_local-gyneiene, r=tgross35 | Jubilee | -5/+4 |
| 2024-10-24 | Rollup merge of #132048 - mustartt:aix-random-impl, r=workingjubilee | Jubilee | -1/+2 |
| 2024-10-24 | Rollup merge of #131851 - sunshowers:musl-posix, r=workingjubilee | Jubilee | -11/+57 |
| 2024-10-25 | Avoid use imports in thread_local_inner! in statik | Jeong YunWon | -5/+4 |
| 2024-10-24 | Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgr | bors | -0/+39 |
| 2024-10-24 | Rollup merge of #131790 - nmathewson:doc_socketaddr_representation, r=tgross35 | Matthias Krüger | -0/+39 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -44/+0 |
| 2024-10-24 | provide default impl for as_utf8_pattern | Laiho | -11/+3 |
| 2024-10-24 | Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb | bors | -54/+119 |
| 2024-10-24 | Document textual format of SocketAddrV{4,6} | Nick Mathewson | -0/+39 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -44/+0 |
| 2024-10-23 | [musl] use posix_spawn if a directory change was requested | Rain | -11/+57 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -22/+28 |
| 2024-10-23 | Rollup merge of #132066 - tifv:ptr-docs-typo, r=Amanieu | León Orell Valerian Liehr | -2/+2 |
| 2024-10-23 | Rollup merge of #132065 - tifv:dangling-docs, r=Noratrieb | León Orell Valerian Liehr | -5/+3 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -5/+5 |
| 2024-10-23 | Rollup merge of #132039 - a1phyr:vecdeque_read_exact, r=Noratrieb | León Orell Valerian Liehr | -0/+46 |
| 2024-10-23 | Rollup merge of #130991 - LaihoE:vectorized_slice_contains, r=Noratrieb | León Orell Valerian Liehr | -0/+26 |
| 2024-10-23 | const fn str::split_at* | Zachary S | -6/+31 |
| 2024-10-23 | const fn str::is_char_boundary | Zachary S | -6/+7 |
| 2024-10-23 | vectorized SliceContains | Laiho | -0/+26 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -3/+4 |
| 2024-10-23 | fix a typo in documentation of pointer::sub_ptr() | July Tikhonov | -2/+2 |
| 2024-10-23 | fix documentation of ptr::dangling() function | July Tikhonov | -5/+3 |
| 2024-10-23 | chore: release v0.1.135 | github-actions[bot] | -1/+1 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -5/+5 |
| 2024-10-23 | Re-enable math module on i686-unknown-uefi | Niklas Sombert | -1/+7 |
| 2024-10-23 | Specialize `read_exact` and `read_buf_exact` for `VecDeque` | Benoît du Garreau | -0/+46 |
| 2024-10-23 | Rollup merge of #132031 - slanterns:rc_default, r=ibraheemdev | Matthias Krüger | -8/+20 |
| 2024-10-23 | Rollup merge of #131707 - clarfonthey:constify-core-tests, r=thomcc | Matthias Krüger | -525/+539 |
| 2024-10-23 | Auto merge of #131929 - LaihoE:replace_default_capacity, r=joboet | bors | -4/+8 |
| 2024-10-22 | AIX use /dev/urandom for impl | Henry Jiang | -1/+2 |
| 2024-10-22 | better default capacity for str::replace | Laiho | -4/+8 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -22/+28 |
| 2024-10-22 | refactor `Arc<T>::default` | Slanterns | -7/+10 |
| 2024-10-22 | optimize `Rc<T>::default` | Slanterns | -1/+10 |
| 2024-10-21 | Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=Amanieu | Jubilee | -13/+13 |
| 2024-10-21 | Document PartialEq impl for OnceLock | David Ross | -0/+20 |
| 2024-10-21 | Rollup merge of #132003 - RalfJung:abi-compat-docs, r=traviscross | Matthias Krüger | -3/+5 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -411/+328 |
| 2024-10-21 | update ABI compatibility docs for new option-like rules | Ralf Jung | -3/+5 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -25/+21 |
| 2024-10-21 | stabilize Strict Provenance and Exposed Provenance | Ralf Jung | -386/+307 |