| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2023-01-11 | Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor | nils | -0/+26 |
| 2023-01-07 | add tests for div_duration_* functions | Jacob Kiesel | -0/+26 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -9/+19 |
| 2023-01-02 | Remove test of static Context | David Tolnay | -6/+2 |
| 2022-12-30 | Update paths in comments. | jonathanCogan | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -20/+0 |
| 2022-12-27 | Rollup merge of #103718 - matklad:infer-lazy, r=dtolnay | Michael Goulet | -0/+6 |
| 2022-12-23 | char: µoptimise UTF-16 surrogates decoding | Michal Nazarewicz | -0/+4 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -0/+20 |
| 2022-11-22 | Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum | Manish Goregaokar | -0/+61 |
| 2022-11-20 | Add get_many_mut methods to slice | Marvin Löbel | -0/+61 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+1 |
| 2022-11-20 | avoid non-strict-provenance casts in libcore tests | Ralf Jung | -1/+1 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -0/+50 |
| 2022-11-19 | update provenance test | Lukas Markeffsky | -2/+46 |
| 2022-11-19 | fix const `align_offset` implementation | Lukas Markeffsky | -41/+63 |
| 2022-11-19 | add coretests for `is_aligned` | Lukas Markeffsky | -0/+50 |
| 2022-11-19 | add coretests for const `align_offset` | Lukas Markeffsky | -0/+166 |
| 2022-11-18 | Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcm | Manish Goregaokar | -0/+12 |
| 2022-11-16 | Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcm | bors | -4/+124 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -0/+50 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-11-10 | Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-dead | Manish Goregaokar | -11/+43 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -1/+0 |
| 2022-11-08 | Test const `Hash`, fix nits | onestacked | -11/+43 |
| 2022-11-07 | simplification: do not process the ArrayChunks remainder in fold() | The 8472 | -1/+2 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+1 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -0/+18 |
| 2022-10-29 | interpret: fix align_of_val on packed types | Ralf Jung | -0/+22 |