| Age | Commit message (Expand) | Author | Lines |
| 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 | use simd blocks | Djzin | -10/+20 |
| 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 |
| 2017-03-13 | add SWAP_BLOCK_SIZE constant | Djzin | -7/+9 |
| 2017-03-13 | Fix a typo in Rev docs | Stjepan Glavina | -1/+1 |
| 2017-03-12 | fix typo | Djzin | -1/+1 |
| 2017-03-12 | a new approach; ditch xor cuteness and maximize cache locality | Djzin | -6/+18 |
| 2017-03-12 | avoid recursion | Djzin | -2/+5 |
| 2017-03-12 | speed up mem::swap | Djzin | -12/+9 |
| 2017-03-11 | Rollup merge of #40299 - GuillaumeGomez:fmt-display-example, r=frewsxcv | Ariel Ben-Yehuda | -1/+20 |
| 2017-03-10 | Add missing example for Display::fmt | Guillaume Gomez | -1/+20 |
| 2017-03-09 | Reword the non-dropping of `src` for `ptr::write{,_unaligned}` | Tobias Bucher | -3/+5 |
| 2017-03-08 | Rollup merge of #40333 - tbu-:pr_doc_ptr_write, r=alexcrichton | Ariel Ben-Yehuda | -0/+4 |
| 2017-03-07 | Clarify handling of `src` in `ptr::write` | Tobias Bucher | -0/+4 |