| Age | Commit message (Expand) | Author | Lines |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -28/+41 |
| 2020-11-08 | Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay | Mara Bos | -0/+13 |
| 2020-11-08 | Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus | Mara Bos | -0/+15 |
| 2020-11-07 | Test structural matching for all range types | Christiaan Dirkx | -1/+47 |
| 2020-11-05 | Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514 | Mara Bos | -1/+58 |
| 2020-11-05 | Add `mod nan` for test | chansuke | -0/+2 |
| 2020-11-05 | Fix format | chansuke | -5/+5 |
| 2020-11-05 | Move f64::NAN ui tests into `library` | chansuke | -0/+8 |
| 2020-11-05 | Move range in ui test to ops test in library/core | Daiki Ihara | -1/+58 |
| 2020-11-04 | Constantify `UnsafeCell::into_inner` and related | BenoƮt du Garreau | -0/+13 |
| 2020-10-27 | Fixup tests: Duration::MIN -> ::ZERO | Jubilee Young | -4/+4 |
| 2020-10-26 | Apply suggested changes | Ethan Brierley | -9/+10 |
| 2020-10-21 | Duration::zero() -> Duration::ZERO | Jubilee Young | -15/+10 |
| 2020-10-21 | Dogfood Duration API in std::time tests | Jubilee Young | -45/+45 |
| 2020-10-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -0/+30 |
| 2020-10-19 | Fix braces in panic message in test. | Mara Bos | -1/+1 |
| 2020-10-14 | Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr | Yuki Okushi | -2/+2 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -2/+2 |
| 2020-10-12 | Stabilize slice_select_nth_unstable | James Gill | -16/+16 |
| 2020-10-07 | Add comment to helper function | Ethan Brierley | -0/+1 |
| 2020-10-06 | remove OnlySign in favour of InvalidDigit | Ethan Brierley | -2/+3 |
| 2020-10-06 | Bring char along with InvalidDigit | Ethan Brierley | -6/+6 |
| 2020-10-06 | Fill in things needed to stabilize int_error_matching | Ethan Brierley | -29/+39 |
| 2020-10-06 | Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcm | bors | -0/+103 |
| 2020-10-06 | Test with non-fused iterators | Tim Vermeulen | -4/+41 |
| 2020-10-05 | Add tests | Tim Vermeulen | -0/+66 |
| 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 |