| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad | Jonas Schievink | -0/+76 |
| 2020-10-02 | Remove unnecessary mod-cfg | Jubilee Young | -17/+14 |
| 2020-10-01 | Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu | Dylan DPC | -0/+61 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -0/+239 |
| 2020-09-27 | Rollup merge of #77167 - fusion-engineering-forks:fix-fixme-min-max-sign-test... | Jonas Schievink | -1/+13 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -61/+2 |
| 2020-09-25 | Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk | Jonas Schievink | -0/+17 |
| 2020-09-24 | Fix FIXME in core::num test: Check sign of zero in min/max tests. | Mara Bos | -1/+13 |
| 2020-09-24 | move test to intergrated test in library/core | Lzu Tao | -0/+17 |
| 2020-09-22 | add array from_ref | Bastian Kauschke | -1/+17 |
| 2020-09-21 | Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morse | ecstatic-morse | -0/+34 |
| 2020-09-21 | Move format-ref-cell test | Alexis Bourget | -0/+8 |
| 2020-09-21 | Move vec-slice-drop test | Alexis Bourget | -0/+29 |
| 2020-09-21 | Move array cycle test | Alexis Bourget | -0/+29 |
| 2020-09-21 | Move panic safety traits tests | Alexis Bourget | -0/+57 |
| 2020-09-21 | fmt | Alexis Bourget | -5/+7 |
| 2020-09-21 | move 'test zip ...' tests | Alexis Bourget | -0/+95 |
| 2020-09-21 | move 'cell does not clone' test | Alexis Bourget | -0/+23 |
| 2020-09-21 | Move more tests using Cell to unit tests | Alexis Bourget | -0/+31 |
| 2020-09-21 | Move cell exterior test into library unit tests | Alexis Bourget | -0/+24 |
| 2020-09-20 | Move const tests for `Option` to `library\core` | Christiaan Dirkx | -0/+16 |
| 2020-09-20 | Add advance_by and advance_back_by | Tim Vermeulen | -0/+61 |
| 2020-09-20 | Auto merge of #76136 - CDirkx:const-result, r=dtolnay | bors | -0/+16 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -25/+18 |
| 2020-09-18 | Make some methods of `Pin<&mut T>` unstable const | Christiaan Dirkx | -1/+12 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -0/+50 |
| 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 `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 |