| Age | Commit message (Expand) | Author | Lines |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -12/+0 |
| 2020-03-12 | rename panic_if_ intrinsics to assert_ | Ralf Jung | -0/+12 |
| 2020-02-22 | Fix doc example for `MaybeUninit::get_mut()` | Daniel Henry-Mantilla | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -5/+6 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -4/+4 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -11/+5 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+8 |
| 2019-11-28 | Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler | bors | -0/+9 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -0/+2 |
| 2019-11-09 | partially port invalid_value lint to diagnostic items | Ralf Jung | -0/+2 |
| 2019-11-08 | Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=Amanieu | Yuki Okushi | -0/+63 |
| 2019-11-07 | Implement Debug for MaybeUninit | Peter Todd | -0/+9 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -0/+2 |
| 2019-11-07 | MaybeUninit::uninit_array docs: better example | Simon Sapin | -14/+20 |
| 2019-11-07 | Apply docs suggestions from review | Simon Sapin | -4/+4 |
| 2019-11-07 | Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut` | Simon Sapin | -0/+57 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+2 |
| 2019-11-04 | Minor style improvements | Daniel Henry-Mantilla | -13/+7 |
| 2019-11-04 | more robust method checking through DefId and diagnostic_item | Ralf Jung | -0/+1 |
| 2019-10-30 | Added a panic-on-uninhabited guard on get_ref and get_mut | Daniel Henry-Mantilla | -0/+2 |
| 2019-10-30 | Fix doctests | Daniel Henry-Mantilla | -7/+19 |
| 2019-10-29 | Improved MaybeUninit::get_{ref,mut} documentation | Daniel Henry-Mantilla | -8/+151 |
| 2019-09-28 | Improve wording in documentation of MaybeUninit | Nils Liberg | -6/+6 |
| 2019-08-15 | Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centril | bors | -6/+6 |
| 2019-08-14 | Adjust tracking issues for `MaybeUninit<T>` gates | Mazdak Farrokhzad | -6/+6 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -1/+1 |
| 2019-08-11 | allow the lint if a few UB-demonstrating doc tests | Ralf Jung | -0/+3 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | clarify | Ralf Jung | -2/+2 |
| 2019-08-06 | be clear that 1-init Vec being valid (but not safe) is not a stable guarantee | Ralf Jung | -2/+4 |
| 2019-08-05 | assume_init: warn about valid != safe | Ralf Jung | -0/+7 |
| 2019-08-02 | Fix typos in doc comments. | Bruce Mitchener | -1/+1 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -0/+2 |
| 2019-07-21 | tidy is being silly | Ralf Jung | -5/+2 |
| 2019-07-21 | use a const to hack around promotion limitations | Ralf Jung | -1/+8 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -0/+1 |
| 2019-07-14 | Less unsafe in the array example of MaybeUninit docs | Andre Bogus | -5/+7 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -1/+1 |
| 2019-06-18 | Make MaybeUninit #[repr(transparent)] | Michael Bradshaw | -1/+15 |
| 2019-05-29 | split libcore::mem into multiple files | Ralf Jung | -0/+519 |