| Age | Commit message (Expand) | Author | Lines |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -3/+106 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+0 |
| 2023-04-29 | fix rustdoc and core test | Deadbeef | -0/+1 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -5/+5 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -3/+53 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+53 |
| 2023-04-26 | Spelling library/ | Josh Soref | -5/+5 |
| 2023-04-21 | major test improvements | DrMeepster | -14/+109 |
| 2023-04-21 | fmt | DrMeepster | -1/+1 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -1/+1 |
| 2023-04-21 | test improvements | DrMeepster | -0/+21 |
| 2023-04-21 | offset_of | DrMeepster | -0/+75 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -0/+18 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -26/+63 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -17/+54 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -11/+11 |
| 2023-04-16 | Remove unused unused_macros | est31 | -1/+0 |
| 2023-04-10 | remove obsolete test | Tobias Decking | -11/+0 |
| 2023-04-10 | Improve the floating point parser in `dec2flt`. | Tobias Decking | -1/+1 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -41/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -1/+0 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -110/+134 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -112/+116 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -0/+41 |
| 2023-03-16 | Update format_args!() test to account for inlining. | Mara Bos | -4/+4 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-02-28 | add missing feature in core/tests | Ralf Jung | -0/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+1435 |
| 2023-02-15 | Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rs | soc | -1/+0 |
| 2023-02-13 | Auto merge of #107634 - scottmcm:array-drain, r=thomcc | bors | -0/+28 |
| 2023-02-12 | Rollup merge of #107954 - RalfJung:tree-borrows-fix, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-02-12 | avoid mixing accesses of ptrs derived from a mutable ref and parent ptrs | Ralf Jung | -3/+3 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -1/+0 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -0/+3 |
| 2023-02-04 | Stop using `into_iter` in `array::map` | Scott McMurray | -0/+25 |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -1/+1 |
| 2023-01-16 | Implement DoubleEnded and ExactSize for Take<Repeat> and Take<RepeatWith> | Michal Nazarewicz | -0/+90 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -0/+27 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -3/+6 |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -0/+27 |
| 2024-08-12 | ignore some vtable/fn ptr equality tests in Miri, their result is not fully p... | Ralf Jung | -3/+6 |
| 2024-08-09 | core: optimise Debug impl for ascii::Char | Michal Nazarewicz | -0/+29 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -0/+46 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+46 |
| 2024-07-30 | Rewrite binary search implementation | Amanieu d'Antras | -6/+6 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -54/+56 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -1/+0 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -1/+0 |