| Age | Commit message (Expand) | Author | Lines |
| 2017-03-30 | Improve the docs for the write and writeln macros | Sam Whited | -38/+16 |
| 2017-03-30 | Modify Bytes' description | Donnie Bishop | -4/+5 |
| 2017-03-30 | Modify Lines' description | Donnie Bishop | -2/+6 |
| 2017-03-30 | cmp: Implement all PartialOrd methods for Reverse | Ulrik Sverdrup | -0/+9 |
| 2017-03-30 | More consistent wording | Stjepan Glavina | -10/+25 |
| 2017-03-30 | Add a note about overflow for fetch_add/fetch_sub | Stjepan Glavina | -0/+4 |
| 2017-03-29 | Rollup merge of #40907 - donniebishop:utf8_unchecked_docs, r=steveklabnik | Corey Farwell | -1/+3 |
| 2017-03-29 | Rollup merge of #40832 - pftbest:fix_msp430, r=stjepang | Corey Farwell | -1/+3 |
| 2017-03-29 | Linked str in from_utf_unchecked | Donnie Bishop | -1/+3 |
| 2017-03-29 | Rollup merge of #40897 - irfanhudda:fix-typo-char, r=BurntSushi | Corey Farwell | -1/+1 |
| 2017-03-29 | Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushi | Corey Farwell | -0/+35 |
| 2017-03-29 | Fix typo in libcore/char.rs | Irfan Hudda | -1/+1 |
| 2017-03-29 | Updated tracking issue for cmp::Reverse | Armin Ronacher | -3/+3 |
| 2017-03-29 | Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnik | bors | -1/+1 |
| 2017-03-29 | Fixing formatting issues #29377 | projektir | -38/+42 |
| 2017-03-29 | Changed cmp::Reverse to unstable | Armin Ronacher | -3/+4 |
| 2017-03-28 | Fix external doc errors | Guillaume Gomez | -1/+1 |
| 2017-03-28 | libcore: sort_unstable: remove unnecessary loop. | Vadzim Dambrouski | -1/+3 |
| 2017-03-27 | Adding links for Atomics docs #29377 | projektir | -38/+66 |
| 2017-03-27 | Rollup merge of #40832 - pftbest:fix_msp430, r=stjepang | Alex Crichton | -24/+32 |
| 2017-03-27 | Rollup merge of #40824 - donniebishop:fromstr_docexample, r=steveklabnik | Alex Crichton | -0/+33 |
| 2017-03-27 | Rollup merge of #40819 - donniebishop:master, r=alexcrichton | Alex Crichton | -1/+3 |
| 2017-03-27 | Rollup merge of #40818 - theotherphil:master, r=steveklabnik | Alex Crichton | -22/+22 |
| 2017-03-26 | libcore: sort_unstable: improve randomization in break_patterns. | Vadzim Dambrouski | -24/+32 |
| 2017-03-25 | Change `try!` to `?` | Donnie Bishop | -2/+2 |
| 2017-03-25 | Rollup merge of #40820 - irfanhudda:fix-typo-algorithm, r=BurntSushi | Corey Farwell | -2/+2 |
| 2017-03-25 | Rollup merge of #40807 - stjepang:optimize-insertion-sort, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-03-25 | Remove trailing whitespace | Donnie Bishop | -6/+6 |
| 2017-03-25 | FromStr implementation example | Donnie Bishop | -0/+33 |
| 2017-03-25 | Fix typo in dec2flt/algorithm.rs | Irfan Hudda | -2/+2 |
| 2017-03-25 | Link ParseBoolError to from_str method of bool | Donnie Bishop | -1/+3 |
| 2017-03-25 | Don't stutter in operator descriptions #29365 | Phil Ellison | -22/+22 |
| 2017-03-25 | Optimize insertion sort | Stjepan Glavina | -2/+2 |
| 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 | Tracking issue numbers | Simonas Kazlauskas | -10/+10 |
| 2017-03-22 | Checked (and unchecked) slicing for strings? | Simonas Kazlauskas | -51/+327 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -30/+30 |
| 2017-03-22 | Improved bounds for cmp::Reverse | Armin Ronacher | -6/+6 |
| 2017-03-22 | Fix the test for cmp::Reverse | Armin Ronacher | -1/+1 |
| 2017-03-22 | Added core::cmp::Reverse for sort_by_key reverse sorting | Armin Ronacher | -0/+34 |
| 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 |