| Age | Commit message (Expand) | Author | Lines |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -3/+3 |
| 2020-12-18 | Fix unused import error on wasm | DrMeepster | -0/+1 |
| 2020-12-17 | fix memory leak in test | DrMeepster | -5/+10 |
| 2020-12-15 | write_slice(_cloned) | DrMeepster | -0/+126 |
| 2020-12-06 | Remove unused feature gate | Albin Hedman | -1/+0 |
| 2020-12-06 | Moved failing test to src/test/ui/ | Albin Hedman | -10/+1 |
| 2020-12-05 | Still unable to get the tests working | Albin Hedman | -7/+8 |
| 2020-12-05 | Fix tests (hopefully) | Albin Hedman | -2/+2 |
| 2020-12-02 | Added tests for assume_init | Albin Hedman | -0/+18 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+649 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+0 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-23 | Add Peekable::peek_mut | Lukas Lueg | -0/+12 |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -1/+1 |
| 2020-11-19 | Rollup merge of #79123 - CDirkx:128-bits, r=Mark-Simulacrum | Dylan DPC | -6/+10 |
| 2020-11-18 | Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se | Mara Bos | -1/+103 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -1/+103 |
| 2020-11-16 | Rollup merge of #76339 - CDirkx:structural-match-range, r=Mark-Simulacrum | Mara Bos | -1/+47 |
| 2020-11-14 | Add u128 and i128 integer tests | Christiaan Dirkx | -6/+10 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -51/+46 |
| 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 |