| Age | Commit message (Expand) | Author | Lines |
| 2020-09-16 | Add array window fn | kadmin | -0/+50 |
| 2020-09-16 | Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514 | Ralf Jung | -0/+29 |
| 2020-09-16 | Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morse | Ralf Jung | -0/+104 |
| 2020-09-16 | Rollup merge of #76198 - CDirkx:const-ordering, r=dtolnay | Dylan DPC | -1/+17 |
| 2020-09-15 | Fix to libstd test | Jubilee Young | -42/+44 |
| 2020-09-15 | Move Wrapping<T> ui tests into library | Jubilee Young | -0/+77 |
| 2020-09-13 | Make some methods of `Pin` unstable const | Christiaan Dirkx | -0/+23 |
| 2020-09-12 | Make all methods of `Duration` const | Christiaan Dirkx | -0/+104 |
| 2020-09-12 | Rollup merge of #76114 - marmeladema:duration-saturating-ops, r=shepmaster | Ralf Jung | -0/+32 |
| 2020-09-12 | Auto merge of #75021 - cuviper:array_chunks_mut, r=scottmcm | bors | -0/+93 |
| 2020-09-08 | Add saturating methods for `Duration` | marmeladema | -0/+32 |
| 2020-09-07 | Rollup merge of #76305 - CDirkx:const-tests, r=matklad | Dylan DPC | -0/+28 |
| 2020-09-05 | Minor refactoring | Ayush Kumar Mishra | -2/+4 |
| 2020-09-05 | Add Arith Tests in Library | Ayush Kumar Mishra | -0/+27 |
| 2020-09-04 | Add tests for array_chunks_mut | Josh Stone | -0/+93 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -2/+2 |
| 2020-09-04 | Move various ui const tests to `library` | Christiaan Dirkx | -0/+28 |
| 2020-09-04 | Move const tests for `Poll` to `library\core` | Christiaan Dirkx | -0/+15 |
| 2020-09-04 | Move const tests for `Ordering` to `library\core` | Christiaan Dirkx | -1/+17 |
| 2020-09-04 | Move const tests for `Result` to `library\core` | Christiaan Dirkx | -0/+16 |
| 2020-09-03 | Rollup merge of #76120 - LukasKalbertodt:add-as-slice-method-to-array, r=Mark... | Dylan DPC | -2/+1 |
| 2020-09-02 | flt2dec: properly handle uninitialized memory | Ralf Jung | -50/+52 |
| 2020-08-30 | Fix tests using `FixedSizeArray` methods (which are now shadowed) | Lukas Kalbertodt | -2/+1 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -1/+0 |
| 2020-08-21 | Auto merge of #75694 - RalfJung:miri-align-to, r=nagisa | bors | -11/+6 |
| 2020-08-20 | Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa | bors | -0/+97 |
| 2020-08-19 | Use min_specialization in libcore | Matthew Jasper | -0/+97 |
| 2020-08-19 | enable align_to tests in Miri | Ralf Jung | -11/+6 |
| 2020-08-18 | Make OnceCell<T> transparent to dropck | Aleksey Kladov | -0/+9 |
| 2020-08-16 | Replace ad hoc implementations with `slice::check_range` | dylni | -2/+2 |
| 2020-08-13 | Add drop check test & MaybeUninit::first_ptr_mut | kadmin | -0/+29 |
| 2020-08-13 | Add recommend changes to array | kadmin | -0/+4 |
| 2020-08-13 | Add Array Impl Lang Item in various places | kadmin | -0/+8 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -119/+9 |
| 2020-08-03 | Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-Simulacrum | Yuki Okushi | -4/+5 |
| 2020-07-31 | expand comments | Ralf Jung | -1/+1 |
| 2020-07-31 | also reduce some libcore test iteration counts | Ralf Jung | -3/+4 |
| 2020-07-31 | Update tests | Lzu Tao | -118/+9 |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -1/+0 |
| 2020-07-30 | add tests for array_chunks | Bastian Kauschke | -0/+92 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+14441 |