| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | core is now compilable | Deadbeef | -251/+85 |
| 2023-04-16 | more hacks | Deadbeef | -6/+14 |
| 2023-04-16 | hack cstr is_empty | Deadbeef | -1/+2 |
| 2023-04-16 | hack signum as well | Deadbeef | -2/+5 |
| 2023-04-16 | memchr hack | Deadbeef | -3/+8 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -836/+453 |
| 2023-04-15 | Use a `saturating_mul` instead of a `checked_mul` | John Bobbo | -1/+1 |
| 2023-04-16 | Rollup merge of #110347 - est31:size_of_links, r=jyn514 | Yuki Okushi | -6/+13 |
| 2023-04-15 | Add intra-doc links to size_of_* functions | est31 | -6/+13 |
| 2023-04-14 | Add Lazy{Cell,Lock}::into_inner | Alex Saveau | -0/+28 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -12/+1 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -3/+3 |
| 2023-04-14 | Rollup merge of #110110 - lukas-code:display-panic-info, r=JohnTitor | Matthias Krüger | -6/+2 |
| 2023-04-14 | Rollup merge of #109947 - clubby789:cmp-macro-crosslink, r=JohnTitor | Matthias Krüger | -4/+7 |
| 2023-04-14 | Rollup merge of #110269 - scottmcm:sort-features, r=jyn514 | Yuki Okushi | -22/+28 |
| 2023-04-14 | Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton | bors | -2/+2 |
| 2023-04-14 | Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil... | Matthias Krüger | -4/+0 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -4/+0 |
| 2023-04-13 | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -1/+235 |
| 2023-04-13 | Document catch_fn in r#try cannot unwind | Gary Guo | -0/+2 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `core` | Scott McMurray | -22/+28 |
| 2023-04-12 | Update unwind_safe.rs | Justin Symonds | -1/+1 |
| 2023-04-12 | Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem... | Andrew Xie | -1/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -12/+1 |
| 2023-04-12 | Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -1/+233 |
| 2023-04-11 | Rollup merge of #110104 - kormosi:todo_typo, r=cuviper | Michael Goulet | -2/+2 |
| 2023-04-11 | Reword the docstring in todo! macro definition | Patrik Kormosi | -2/+2 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+2 |
| 2023-04-11 | Rollup merge of #110070 - scottmcm:wrapping-neg, r=cuviper | Yuki Okushi | -5/+4 |
| 2023-04-10 | Fix typos in library | DaniPopes | -3/+3 |
| 2023-04-10 | Auto merge of #107007 - TDecking:float_parsing_improvments, r=Mark-Simulacrum | bors | -287/+187 |
| 2023-04-10 | Rollup merge of #110044 - scottmcm:more-size-of-val, r=ChrisDenton | Dylan DPC | -12/+4 |
| 2023-04-10 | Improve the floating point parser in `dec2flt`. | Tobias Decking | -287/+187 |
| 2023-04-09 | Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrum | bors | -45/+16 |
| 2023-04-09 | Use `Display` in top-level example for `PanicInfo` | Lukas Markeffsky | -6/+2 |
| 2023-04-09 | Fix typo in todo! macro docstring | Patrik Kormosi | -1/+1 |
| 2023-04-09 | Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitor | bors | -0/+1 |
| 2023-04-09 | Rollup merge of #110060 - WaffleLapkin:sync_refs, r=jyn514 | Yuki Okushi | -0/+1 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -1/+1 |
| 2023-04-08 | Revert "Make the `Step` implementations const." | Deadbeef | -17/+7 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -28/+9 |
| 2023-04-07 | The `wrapping_neg` example for unsigned types shouldn't use `i8` | Scott McMurray | -5/+4 |
| 2023-04-07 | Fix wrong type in docs: i16 -> u16 | Jörn Bethune | -1/+1 |
| 2023-04-07 | Document that `&T` and `&mut T` are `Sync` if `T` is | Maybe Waffle | -0/+1 |
| 2023-04-07 | Avoid some manual slice length calculation | Scott McMurray | -12/+4 |
| 2023-04-07 | Inline try_from and try_into | Tomasz Miąsko | -0/+2 |
| 2023-04-06 | Stabilize is_some_and | Jonas Platte | -8/+3 |
| 2023-04-05 | Refactor core::char::EscapeDefault and co. structures | Michal Nazarewicz | -206/+271 |