| Age | Commit message (Expand) | Author | Lines |
| 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 #110158 - TDecking:obsolete_test, r=ChrisDenton | Matthias Krüger | -11/+0 |
| 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 | remove obsolete test | Tobias Decking | -11/+0 |
| 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 | -288/+188 |
| 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 | -288/+188 |
| 2023-04-09 | Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrum | bors | -86/+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 | -69/+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 |
| 2023-04-05 | Auto merge of #94786 - joshlf:patch-5, r=dtolnay | bors | -0/+7 |
| 2023-04-04 | Add links from `core::cmp` derives to their traits | clubby789 | -4/+7 |
| 2023-04-03 | Add links to <cell.rs> | Sergey Kaunov | -1/+1 |
| 2023-04-02 | Rollup merge of #109839 - sartak:iter-grammar, r=scottmcm | Nilstrieb | -2/+2 |
| 2023-04-01 | Auto merge of #109483 - joboet:optimize_lazycell, r=Mark-Simulacrum | bors | -11/+77 |
| 2023-04-01 | Improve grammar of Iterator.partition_in_place | Shawn M Moore | -2/+2 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -25/+50 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+14 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -25/+50 |