| Age | Commit message (Expand) | Author | Lines |
| 2023-04-17 | cmp doc examples consistency improvements | ripytide | -45/+46 |
| 2023-04-17 | fix codegen difference | Deadbeef | -8/+22 |
| 2023-04-17 | typos | kadiwa | -6/+6 |
| 2023-04-17 | Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472 | Matthias Krüger | -1/+3 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -13/+1 |
| 2023-04-16 | Add a message indicating overflow in | John Bobbo | -1/+3 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -17/+54 |
| 2023-04-16 | readd `const_trait` to `Drop`, `Destruct`, and `Fn*` | Deadbeef | -0/+6 |
| 2023-04-16 | fix tidy | Deadbeef | -0/+3 |
| 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 | -847/+464 |
| 2023-04-16 | Remove unused unused_macros | est31 | -1/+0 |
| 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 #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 |