| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-02 | actually mark the function const | DutchGhost | -1/+1 |
| 2020-03-01 | constify mem::forget | DutchGhost | -0/+1 |
| 2020-01-03 | Minor: change take() docs grammar to match other docs | Peter Todd | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -4/+2 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -19/+5 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -0/+3 |
| 2019-12-13 | be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu... | Ralf Jung | -1/+5 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+3 |
| 2019-11-24 | Rollup merge of #66411 - RalfJung:forget, r=sfackler | Mazdak Farrokhzad | -3/+33 |
| 2019-11-16 | Clarify transmute_copy documentation example | Adam Schwalm | -5/+5 |
| 2019-11-14 | mem::forget docs: mention ManuallyDrop | Ralf Jung | -3/+33 |
| 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-06 | Silence a deprecation warning | Oliver Scherer | -0/+1 |
| 2019-11-06 | Halloween... time to get rid of 👻 | Oliver Scherer | -6/+6 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -1/+17 |
| 2019-10-18 | Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -5/+1 |
| 2019-10-02 | Always inline `mem::{size_of,align_of}` in debug builds | Lzu Tao | -2/+2 |
| 2019-09-30 | Add missing links for mem::needs_drop | Lzu Tao | -4/+6 |
| 2019-09-23 | update test | Andrew Banchich | -3/+3 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -2/+2 |
| 2019-08-11 | Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddyb | Mark Rousskov | -1/+2 |
| 2019-08-11 | allow the lint if a few UB-demonstrating doc tests | Ralf Jung | -1/+2 |
| 2019-08-10 | Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" | Tatsuyuki Ishi | -2/+8 |
| 2019-08-02 | Consistency. | gnzlbg | -1/+1 |
| 2019-08-02 | Remove trailing whitespace | gnzlbg | -1/+1 |
| 2019-08-02 | Clarify semantics of mem::zeroed | gnzlbg | -3/+6 |
| 2019-07-24 | Fix typo in mem::uninitialized doc | Mika Lehtinen | -1/+1 |
| 2019-07-11 | move mem::uninitialized deprecation back by 1 release, to 1.39 | Ralf Jung | -1/+1 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -4/+2 |
| 2019-06-30 | Update mem::replace example to not be identical to mem::take | Chris Gregory | -8/+20 |
| 2019-06-09 | Fix more tests after revert of rustdoc cfg(test) feature | Oliver Middleton | -1/+4 |
| 2019-06-07 | Auto merge of #61130 - jonhoo:mem-take, r=SimonSapin | bors | -0/+55 |
| 2019-06-05 | Escape needs_drop in the needs_drop documentation | Chris Gregory | -1/+1 |
| 2019-06-05 | Escape HashMap with backticks in needs_drop docs | Chris Gregory | -1/+1 |
| 2019-05-29 | Add std::mem::take as suggested in #61129 | Jon Gjengset | -0/+55 |
| 2019-05-29 | split libcore::mem into multiple files | Ralf Jung | -0/+752 |