| Age | Commit message (Expand) | Author | Lines |
| 2017-03-23 | Rollup merge of #40715 - manuel-rhdt:patch-1, r=brson | Corey Farwell | -3/+3 |
| 2017-03-22 | Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnik | Corey Farwell | -30/+30 |
| 2017-03-22 | Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r=bstrie | Corey Farwell | -1/+1 |
| 2017-03-22 | Rollup merge of #40690 - GuillaumeGomez:fix-iter-docs, r=frewsxcv | Corey Farwell | -3/+3 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -30/+30 |
| 2017-03-21 | Fix doc error for ExactSizeIterator | Manuel | -3/+3 |
| 2017-03-21 | Fix invalid linking in iter docs | Guillaume Gomez | -3/+3 |
| 2017-03-21 | str: Make docs consistently punctuated | Sam Whited | -1/+1 |
| 2017-03-21 | Unit test heapsort | Stjepan Glavina | -2/+11 |
| 2017-03-21 | Use partial insertion sort | Stjepan Glavina | -54/+119 |
| 2017-03-21 | Tweak the constants a bit | Stjepan Glavina | -5/+5 |
| 2017-03-21 | Fix grammar | Stjepan Glavina | -3/+3 |
| 2017-03-21 | Faster sort_unstable on presorted inputs | Stjepan Glavina | -13/+21 |
| 2017-03-21 | Address Alex's PR comments | Stjepan Glavina | -2/+0 |
| 2017-03-21 | Implement feature sort_unstable | Stjepan Glavina | -22/+729 |
| 2017-03-20 | Rollup merge of #40671 - GuillaumeGomez:options-urls, r=frewsxcv | Corey Farwell | -4/+13 |
| 2017-03-20 | Rollup merge of #40667 - DaseinPhaos:patch-4, r=GuillaumeGomez | Corey Farwell | -4/+4 |
| 2017-03-20 | Rollup merge of #40332 - steveklabnik:extract-book, r=alexcrichton | Corey Farwell | -10/+10 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -1/+36 |
| 2017-03-20 | Fix up various links | steveklabnik | -10/+10 |
| 2017-03-20 | Add missing urls in Option enum | Guillaume Gomez | -4/+13 |
| 2017-03-20 | Fix typo in `ptr` doc | Luxko | -4/+4 |
| 2017-03-20 | Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturon | bors | -13/+28 |
| 2017-03-19 | Rollup merge of #40521 - TimNN:panic-free-shift, r=alexcrichton | Corey Farwell | -18/+108 |
| 2017-03-19 | Rollup merge of #40281 - jimmycuadra:try-from-from-str, r=aturon | Corey Farwell | -13/+28 |
| 2017-03-19 | Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichton | Corey Farwell | -1/+5 |
| 2017-03-18 | add inline attributes to stage 0 methods | Tim Neumann | -0/+4 |
| 2017-03-18 | translate drop glue using MIR | Ariel Ben-Yehuda | -1/+36 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -2/+1 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -3/+11 |
| 2017-03-17 | Stabilize ordering_chaining, closes #37053 | Aaron Turon | -6/+2 |
| 2017-03-17 | Stabilize ptr_unaligned feature, closes #37955 | Aaron Turon | -6/+2 |
| 2017-03-17 | Stabilize expect_err feature, closes #39041 | Aaron Turon | -2/+1 |
| 2017-03-17 | Stabilize move_cell feature, closes #39264 | Aaron Turon | -8/+4 |
| 2017-03-17 | Rollup merge of #40520 - steveklabnik:link-core-slice, r=alexcrichton | Corey Farwell | -1/+3 |
| 2017-03-17 | Rollup merge of #40514 - stjepang:inline-then-ordering, r=alexcrichton | Corey Farwell | -0/+2 |
| 2017-03-17 | Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichton | Corey Farwell | -13/+31 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -198/+198 |
| 2017-03-17 | Rollup merge of #40387 - tbu-:pr_doc_ptr_write2, r=steveklabnik | Corey Farwell | -3/+5 |
| 2017-03-15 | Rename TryFrom's associated type and implement str::parse using TryFrom. | Jimmy Cuadra | -13/+28 |
| 2017-03-15 | Change how the 0 flag works in format! for floats | Piotr Jawniak | -1/+4 |
| 2017-03-15 | Change how the `0` flag works in format! | Piotr Jawniak | -0/+1 |
| 2017-03-15 | make shift builtins panic-free with new unchecked_sh* intrinsics | Tim Neumann | -18/+104 |
| 2017-03-14 | Link core::slice to std::slice | steveklabnik | -1/+3 |
| 2017-03-14 | Inline functions Ordering::{then, then_with} | Stjepan Glavina | -0/+2 |
| 2017-03-14 | Add tracking issue number for Utf8Error::error_len | Simon Sapin | -1/+1 |
| 2017-03-14 | Replace Utf8Error::resume_from with Utf8Error::error_len | Simon Sapin | -10/+12 |
| 2017-03-14 | Add Utf8Error::resume_from, to help incremental and/or lossy decoding. | Simon Sapin | -22/+56 |
| 2017-03-14 | A few improvements to the `core::hash` top-level docs. | Corey Farwell | -13/+31 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -198/+198 |