| Age | Commit message (Expand) | Author | Lines |
| 2022-04-26 | Better error messages when collecting into `[T; n]` | Michael Goulet | -19/+13 |
| 2022-04-26 | Rollup merge of #95949 - SoniEx2:patch-5, r=m-ou-se | Guillaume Gomez | -0/+7 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -36/+0 |
| 2022-04-26 | Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC | Dylan DPC | -3/+15 |
| 2022-04-23 | Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obk | bors | -1/+2 |
| 2022-04-23 | Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obk | bors | -18/+298 |
| 2022-04-22 | Remove unnecessary const-time x87-related checks | Jubilee Young | -32/+16 |
| 2022-04-22 | Fix comments for float classify | Jubilee Young | -5/+11 |
| 2022-04-20 | Change file locations to be links to GitHub | mbartlett21 | -4/+4 |
| 2022-04-20 | Fix locations for intrinsics impls | mbartlett21 | -2/+2 |
| 2022-04-18 | Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahc | bors | -0/+27 |
| 2022-04-18 | Remove unused macro rules | est31 | -36/+0 |
| 2022-04-18 | Rollup merge of #96156 - est31:use_from_le_bytes, r=Dylan-DPC | Dylan DPC | -24/+2 |
| 2022-04-18 | Rollup merge of #96136 - thomcc:lifetime-wording, r=RalfJung | Dylan DPC | -15/+15 |
| 2022-04-17 | Replace u8to64_le macro with u64::from_le_bytes | est31 | -24/+2 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+27 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -19/+24 |
| 2022-04-16 | Reword clarification on lifetime for ptr->ref safety docs | Thom Chiovoloni | -15/+15 |
| 2022-04-16 | No need to check the assert all the time. | Giles Cope | -1/+1 |
| 2022-04-16 | Rollup merge of #96081 - eduardosm:masks_usize_size_agnostic, r=yaahc | Dylan DPC | -13/+29 |
| 2022-04-16 | Rollup merge of #96038 - beyarkay:patch-1, r=m-ou-se | Dylan DPC | -0/+4 |
| 2022-04-15 | MaybeUninit array cleanup | ltdk | -8/+14 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+10 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+18 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -13/+29 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -3/+3 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -1/+576 |
| 2022-04-14 | Implement `core::ptr::Unique` on top of `NonNull` | Eduardo Sánchez Muñoz | -19/+24 |
| 2022-04-14 | Remove trailing whitespace | Boyd Kane | -1/+1 |
| 2022-04-14 | docs: add link from zip to unzip | Boyd Kane | -0/+4 |
| 2022-04-13 | Rollup merge of #96006 - hkBst:patch-2, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-13 | Add a missing article | Marijn Schouten | -1/+1 |
| 2022-04-13 | Add missing article to fix "few" to "a few". | Marijn Schouten | -1/+1 |
| 2022-04-13 | Rollup merge of #95984 - wcampbell0x2a:fix-spelling, r=thomcc | Dylan DPC | -1/+1 |
| 2022-04-12 | Rollup merge of #95914 - c410-f3r:meta-vars, r=petrochenkov | Dylan DPC | -67/+74 |
| 2022-04-12 | Implement tuples using recursion | Caio | -67/+74 |
| 2022-04-12 | Fix spelling in docs for can_not_overflow | wcampbell | -1/+1 |
| 2022-04-12 | Ban subnormals and NaNs in const {from,to}_bits | Jubilee Young | -8/+211 |
| 2022-04-12 | Rectify float classification impls for weird FPUs | Jubilee Young | -16/+103 |
| 2022-04-12 | Auto merge of #95399 - gilescope:plan_b, r=scottmcm | bors | -38/+136 |
| 2022-04-12 | Auto merge of #93408 - liangyongrui:master, r=scottmcm | bors | -6/+6 |
| 2022-04-11 | Implement Default for AssertUnwindSafe | Soni L | -0/+7 |
| 2022-04-11 | Rollup merge of #95895 - CAD97:patch-2, r=Dylan-DPC | Dylan DPC | -5/+1 |
| 2022-04-11 | Rollup merge of #95894 - nyanpasu64:fix-pin-docs, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-11 | Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-Simulacrum | Matthias Krüger | -2/+14 |
| 2022-04-11 | better def of is signed in tests. | Giles Cope | -8/+2 |
| 2022-04-11 | fix Layout struct member naming style | liangyongrui | -6/+6 |
| 2022-04-10 | Clarify str::from_utf8_unchecked's invariants | Christopher Durham | -5/+1 |
| 2022-04-10 | Fix formatting error in pin.rs docs | nyanpasu64 | -1/+1 |
| 2022-04-10 | Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula... | Dylan DPC | -203/+54 |