| Age | Commit message (Expand) | Author | Lines |
| 2017-04-03 | Replace ^ with <sup> html balise | Guillaume Gomez | -9/+10 |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -6/+7667 |
| 2017-04-03 | Add ptr::offset_to | Amanieu d'Antras | -3/+80 |
| 2017-04-03 | iter: Simplification in rfind's provided implementation | Ulrik Sverdrup | -1/+1 |
| 2017-04-03 | iter: Use underlying find/rfind for the same methods in Rev | Ulrik Sverdrup | -0/+12 |
| 2017-04-02 | Minor changes to core::option docs | Irfan Hudda | -6/+6 |
| 2017-04-01 | Improve docs of core::option::Iter | Irfan Hudda | -1/+7 |
| 2017-04-01 | Improve docs of core::option::IterMut | Irfan Hudda | -1/+7 |
| 2017-04-01 | Improve docs of core::option::IntoIter | Irfan Hudda | -1/+7 |
| 2017-04-01 | Added links to types in from_utf8 description | Donnie Bishop | -8/+15 |
| 2017-03-31 | Added links to from_utf8 methods in Utf8Error | Donnie Bishop | -3/+8 |
| 2017-03-31 | Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnik | Corey Farwell | -7/+24 |
| 2017-03-31 | Rollup merge of #40871 - projektir:atomic_links, r=steveklabnik | Corey Farwell | -17/+49 |
| 2017-03-31 | Rollup merge of #40934 - SamWhited:improve_write_writeln_docs, r=steveklabnik | Corey Farwell | -38/+16 |
| 2017-03-31 | Rollup merge of #40929 - bluss:full-reverse, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-03-31 | Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushi | bors | -51/+327 |
| 2017-03-30 | Remove parentheses in method references | Donnie Bishop | -8/+8 |
| 2017-03-30 | Modify Chars' description | Donnie Bishop | -3/+7 |
| 2017-03-30 | Modify CharIndices' description | Donnie Bishop | -1/+9 |
| 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 |