| Age | Commit message (Expand) | Author | Lines |
| 2019-08-05 | note about stack-allocated variables being allocated objects | Ralf Jung | -8/+16 |
| 2019-08-05 | improve align_offset docs | Ralf Jung | -4/+8 |
| 2019-08-05 | fix slice comparison | Ralf Jung | -1/+1 |
| 2019-08-05 | Test content, not value | Ralf Jung | -1/+1 |
| 2019-08-05 | Implement nth_back for ChunksExactMut | Yuki Okushi | -0/+35 |
| 2019-08-04 | bump libcore tests to rand 0.7 | Ralf Jung | -10/+10 |
| 2019-08-04 | fix UB in a test | Ralf Jung | -2/+1 |
| 2019-08-04 | fix links | Ralf Jung | -2/+2 |
| 2019-08-03 | Apply suggestions from code review | Ralf Jung | -8/+12 |
| 2019-08-03 | clarify that unchecked indexing is UB even if the reference is never used | Ralf Jung | -4/+12 |
| 2019-08-03 | Rollup merge of #63215 - gnzlbg:patch-6, r=Centril | Mazdak Farrokhzad | -3/+6 |
| 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-08-02 | Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=Centril | Mazdak Farrokhzad | -6/+11 |
| 2019-08-02 | Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomez | Mazdak Farrokhzad | -16/+27 |
| 2019-08-02 | Remove Err variants of cloned and copied | ksqsf | -79/+0 |
| 2019-08-02 | Futures: Add link to Waker in trait doc. | Bruce Mitchener | -1/+3 |
| 2019-08-02 | Fix typos in doc comments. | Bruce Mitchener | -4/+4 |
| 2019-08-01 | More questionmarks in doctests | Andre Bogus | -16/+27 |
| 2019-08-01 | FixedSizeArray: Add missing links in doc comments. | Bruce Mitchener | -1/+4 |
| 2019-08-01 | Fix doc tests | ksqsf | -17/+17 |
| 2019-08-01 | Revert "cloned/copied" | ksqsf | -140/+4 |
| 2019-08-01 | Rename {copied,cloned} to {copied,cloned}_ok, and add {copied,cloned} to copy... | ksqsf | -4/+140 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -28/+3 |
| 2019-08-01 | Make these methods public | ksqsf | -8/+8 |
| 2019-08-01 | Fix issue and impl | ksqsf | -9/+9 |
| 2019-08-01 | Add Result::cloned{,_err} and Result::copied{,_err} | ksqsf | -0/+160 |
| 2019-07-30 | Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-07-30 | fix tests | Artyom Pavlov | -0/+2 |
| 2019-07-30 | mark div_duration methods as unstable, update tracking issue | Artyom Pavlov | -2/+2 |
| 2019-07-30 | Allow 'incomplete_features' in libcore/alloc. | Mazdak Farrokhzad | -0/+1 |
| 2019-07-30 | Rollup merge of #63108 - lzutao:option-xor-typo, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-07-30 | Rollup merge of #63000 - max-sixty:chars-display, r=alexcrichton | Mazdak Farrokhzad | -1/+11 |
| 2019-07-30 | Rollup merge of #61965 - phil-opp:patch-4, r=scottmcm | Mazdak Farrokhzad | -2/+2 |
| 2019-07-29 | Add the necessary changes to any.rs | TankhouseAle | -1/+2 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -0/+2 |
| 2019-07-29 | comments from @lzutao | Maximilian Roos | -1/+1 |
| 2019-07-29 | impl Debug for Chars | Maximilian Roos | -1/+11 |
| 2019-07-29 | Add links to None in Option doc | Lzu Tao | -2/+2 |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -119/+67 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -0/+2 |
| 2019-07-28 | Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-07-28 | Fix `cfg(parallel_compiler)` mode | Vadim Petrochenkov | -2/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -7/+7 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -3/+0 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -4/+4 |
| 2019-07-28 | Rollup merge of #62883 - Stargateur:refactoring-adapters, r=scottmcm | Mazdak Farrokhzad | -210/+141 |
| 2019-07-28 | Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+41 |
| 2019-07-27 | Update wording | Aaron Hill | -1/+2 |