| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Add test for Result::into_err | Linus Färnstrand | -0/+22 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -158/+88 |
| 2021-03-22 | Add IEEE754 tests | Jubilee Young | -0/+159 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -7/+6 |
| 2021-03-11 | stabilize debug_non_exhaustive | Gus Wynn | -1/+0 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -2/+2 |
| 2021-03-07 | Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-se | Yuki Okushi | -0/+23 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -4/+17 |
| 2021-03-05 | Add relevant test | Giacomo Stevanato | -0/+23 |
| 2021-03-05 | Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-se | Mara | -0/+20 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -2/+2 |
| 2021-03-03 | Add test for underflow in specialized Zip's size_hint | Giacomo Stevanato | -0/+20 |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -2/+0 |
| 2021-03-03 | Only allow new lint when not bootstrapping - since beta doesn't know about th... | Ryan Levick | -1/+1 |
| 2021-03-03 | Fix core tests | Ryan Levick | -2/+4 |
| 2021-03-02 | enable atomic_min/max tests in Miri | Ralf Jung | -4/+0 |
| 2021-02-27 | Fix `binary_search_by()` overflow issue in ZST case | Folyd | -0/+13 |
| 2021-02-25 | Rollup merge of #81167 - usbalbin:const_write, r=oli-obk | Dylan DPC | -0/+51 |
| 2021-02-23 | Constify ptr::write and the write[_unaligned] methods on *mut T | Albin Hedman | -0/+51 |
| 2021-02-23 | Rollup merge of #82391 - RalfJung:miri-atomic-minmax, r=dtolnay | Dylan DPC | -0/+4 |
| 2021-02-22 | disable atomic_max/min tests in Miri | Ralf Jung | -0/+4 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -4/+0 |
| 2021-02-19 | Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytm | Dylan DPC | -0/+40 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -2/+2 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+258 |
| 2021-02-17 | Rename Result::ok_or_err to Result::into_ok_or_err | Thom Chiovoloni | -3/+3 |
| 2021-02-17 | Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>` | Thom Chiovoloni | -0/+10 |
| 2021-02-17 | Enable the tests on Arm Linux too | bjorn3 | -4/+4 |
| 2021-02-16 | Ignore Atomic*::fetch_{min,max} tests on ARM | bjorn3 | -0/+4 |
| 2021-02-15 | Add a ThinBox library as a libcore test for pointer metadata APIs | Simon Sapin | -0/+113 |
| 2021-02-15 | Fix libcore unit tests in stage 0 | Simon Sapin | -2/+5 |
| 2021-02-15 | Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_... | Simon Sapin | -1/+28 |
| 2021-02-15 | Add `size_of`, `align_of`, and `layout` methods to `DynMetadata` | Simon Sapin | -0/+20 |
| 2021-02-15 | Parameterize `DynMetadata` over its `dyn SomeTrait` type | Simon Sapin | -15/+20 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+90 |
| 2021-02-14 | Add tests for Atomic*::fetch_{min,max} | bjorn3 | -0/+36 |
| 2021-02-12 | stabilize partition_point | VillSnow | -1/+0 |
| 2021-02-06 | Expand the docs for ops::ControlFlow a bit | Scott McMurray | -0/+21 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -1/+0 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-30 | Simplify binary search logic to full branch code to let CPU guessing branch m... | Folyd | -1/+1 |
| 2021-01-30 | Improve slice.binary_search_by()'s best-case performance to O(1) | Folyd | -4/+4 |
| 2021-01-29 | Rollup merge of #81306 - SkiFire13:fuse-flatten, r=cuviper | Yuki Okushi | -0/+17 |
| 2021-01-27 | Rollup merge of #81412 - hyd-dev:array-assume-init-wrong-assertion, r=m-ou-se | Yuki Okushi | -0/+2 |
| 2021-01-27 | Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-se | Yuki Okushi | -0/+20 |
| 2021-01-27 | Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrays | hyd-dev | -0/+2 |
| 2021-01-23 | Improve flatten-fuse tests | Giacomo Stevanato | -0/+17 |
| 2021-01-22 | library/core/tests/iter documentation and cleanup | Daniel Conley | -7/+37 |