| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Add missing `mut`. | Mara Bos | -1/+1 |
| 2020-11-15 | Reword safety guarantee of Pin::static_{ref,mut}. | Mara Bos | -6/+6 |
| 2020-11-15 | Add Pin::static_mut. | Mara Bos | -0/+14 |
| 2020-11-15 | Rename Pin::new_static to Pin::static_ref. | Mara Bos | -1/+1 |
| 2020-11-15 | Make Pin::new_static const. | Mara Bos | -1/+2 |
| 2020-11-15 | Add Pin::new_static. | Mara Bos | -0/+13 |
| 2020-11-15 | change the order of type arguments on ControlFlow | Leonora Tindall | -23/+17 |
| 2020-11-15 | Add `ControlFlow::is_{break,continue}` methods | LeSeulArtichaut | -0/+14 |
| 2020-10-02 | Rollup merge of #77442 - pickfire:patch-7, r=scottmcm | Jonas Schievink | -2/+3 |
| 2020-10-02 | Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+11 |
| 2020-10-02 | Rollup merge of #77405 - timvermeulen:iter_advance_by_tracking_issue, r=scottmcm | Jonas Schievink | -2/+2 |
| 2020-10-02 | Clean up on example doc fixes for ptr::copy | Ivan Tham | -2/+3 |
| 2020-10-02 | Rollup merge of #77385 - scottmcm:fix-77220, r=jyn514 | Yuki Okushi | -1/+11 |
| 2020-10-02 | Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, ... | Yuki Okushi | -4/+2 |
| 2020-10-01 | Auto merge of #76971 - bugadani:issue-75659, r=Amanieu | bors | -16/+27 |
| 2020-10-02 | Remove trailing whitespace in iter chain doc | Ivan Tham | -1/+1 |
| 2020-10-02 | Add example for iter chain struct | Ivan Tham | -0/+11 |
| 2020-10-01 | Add tracking issue | Tim Vermeulen | -2/+2 |
| 2020-10-01 | Things are only moved if non-copy | scottmcm | -1/+1 |
| 2020-09-30 | Improve the example for ptr::copy | Scott McMurray | -1/+11 |
| 2020-10-01 | Auto merge of #77381 - Dylan-DPC:rollup-0sr6p5p, r=Dylan-DPC | bors | -30/+114 |
| 2020-10-01 | Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplett | Dylan DPC | -14/+14 |
| 2020-10-01 | Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu | Dylan DPC | -16/+100 |
| 2020-09-30 | Auto merge of #76325 - lzutao:split-core-str, r=Amanieu | bors | -2444/+2506 |
| 2020-09-29 | Auto merge of #77289 - TimDiekmann:alloc-ref-by-ref, r=Amanieu | bors | -1/+1 |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -14/+14 |
| 2020-09-28 | Rollup merge of #77194 - pickfire:patch-7, r=withoutboats | Ralf Jung | -0/+2 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -6/+3 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -1/+2 |
| 2020-09-28 | Change `AllocRef::by_ref` to take `&self` instead of `&mut self` | Tim Diekmann | -1/+1 |
| 2020-09-27 | Remove `rustc_allow_const_fn_ptr` | Dylan MacKenzie | -6/+1 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+2 |
| 2020-09-27 | Refactor memchr to allow optimization | Dániel Buga | -16/+27 |
| 2020-09-26 | Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk | Ralf Jung | -0/+1 |
| 2020-09-26 | Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D... | Ralf Jung | -0/+164 |
| 2020-09-26 | Rollup merge of #75454 - ltratt:option_optimisation_guarantees, r=dtolnay | Ralf Jung | -4/+17 |
| 2020-09-26 | Remove unneeded tidy comment | Lzu Tao | -2/+0 |
| 2020-09-26 | Gather all ZST structs of str together | Lzu Tao | -26/+22 |
| 2020-09-26 | Move functions converting bytes to str to new mod | Lzu Tao | -194/+202 |
| 2020-09-26 | Move utf-8 validating helpers to new mod | Lzu Tao | -279/+288 |
| 2020-09-26 | Move str's impl of iterations to new mod | Lzu Tao | -1246/+1292 |
| 2020-09-26 | Move traits implementation of str to new mod | Lzu Tao | -602/+599 |
| 2020-09-26 | Move Utf8Error to new mod | Lzu Tao | -126/+134 |
| 2020-09-26 | Stabilize slice_ptr_range. | Mara Bos | -4/+2 |
| 2020-09-25 | Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorino | bors | -57/+65 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -1/+2 |
| 2020-09-25 | Add missing code examples on slice iter types | Guillaume Gomez | -0/+164 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -57/+65 |
| 2020-09-25 | Rollup merge of #77176 - austinkeeley:intrinsics-documentatation-error, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77097 - fusion-engineering-forks:slice-ptr-range-const-fn, r... | Jonas Schievink | -3/+6 |