| Age | Commit message (Expand) | Author | Lines |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | Improve `ptr_rotate` performance, tests, and benchmarks | Aaron Kutch | -69/+216 |
| 2019-08-06 | Rollup merge of #63298 - RalfJung:assume_init, r=Mark-Simulacrum,Centril | Mazdak Farrokhzad | -1/+10 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -119/+67 |
| 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-06 | Rollup merge of #63295 - RalfJung:align_offset, r=dtolnay | Mazdak Farrokhzad | -4/+8 |
| 2019-08-06 | Rollup merge of #63293 - shepmaster:align-to-doc, r=RalfJung | Mazdak Farrokhzad | -6/+8 |
| 2019-08-06 | Rollup merge of #63260 - RalfJung:ptr-test, r=matklad | Mazdak Farrokhzad | -2/+1 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -13/+296 |
| 2019-08-05 | Clarify align_to's requirements and obligations | Jake Goulding | -6/+8 |
| 2019-08-05 | Remove gensym from format_args | Matthew Jasper | -2/+0 |
| 2019-08-05 | Make some items in core::unicode private | Matthew Jasper | -20/+20 |
| 2019-08-05 | assume_init: warn about valid != safe | Ralf Jung | -0/+7 |
| 2019-08-05 | improve wrapping_ docs | Ralf Jung | -26/+112 |
| 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 |