| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-29 | More inference-friendly API for lazy | Aleksey Kladov | -0/+6 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -1/+0 |
| 2022-10-25 | Rollup merge of #98204 - Kixiron:stable-unzip, r=thomcc | Dylan DPC | -1/+0 |
| 2022-10-24 | Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-... | Yuki Okushi | -1/+0 |
| 2022-10-22 | Fix mod_inv termination for the last iteration | Simonas Kazlauskas | -0/+12 |
| 2022-10-20 | Add tests for rounding of ties during float formatting | Andrew Tribick | -0/+120 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -1/+5 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -4/+4 |
| 2022-10-15 | Stabilize `duration_checked_float` | Ryan Lopopolo | -1/+0 |
| 2022-10-14 | Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgr | bors | -0/+9 |
| 2022-10-14 | Auto merge of #101030 - woppopo:const_location, r=scottmcm | bors | -0/+35 |
| 2022-10-14 | Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)` | beetrees | -0/+9 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-se | Dylan DPC | -0/+30 |
| 2022-10-11 | Fix inconsistent rounding of 0.5 when formatted to 0 decimal places | Andrew Tribick | -4/+4 |
| 2022-10-11 | Change tracking issue from #76156 to #102911 | woppopo | -0/+1 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -1/+1 |
| 2022-10-09 | allow `for_loop_over_fallibles` in a `core` test | Maybe Waffle | -0/+1 |
| 2022-10-08 | Fix test (location_const_file) | woppopo | -1/+1 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -3/+0 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+19 |