| Age | Commit message (Expand) | Author | Lines |
| 2017-04-09 | Auto merge of #41154 - bluss:slice-rfind, r=alexcrichton | bors | -0/+27 |
| 2017-04-08 | Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichton | bors | -0/+41 |
| 2017-04-08 | slice: Implement .rfind() for slice iterators Iter and IterMut | Ulrik Sverdrup | -0/+27 |
| 2017-04-07 | Replace compare_exchange with swap | Stjepan Glavina | -8/+3 |
| 2017-04-07 | Optimize AtomicBool::fetch_nand | Stjepan Glavina | -10/+27 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -2/+3 |
| 2017-04-06 | Add unstable book entry | Jon Gjengset | -1/+1 |
| 2017-04-05 | Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichton | Corey Farwell | -6/+7667 |
| 2017-04-05 | Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichton | Ariel Ben-Yehuda | -17/+148 |
| 2017-04-05 | Rollup merge of #41028 - bluss:rev-rfind, r=alexcrichton | Ariel Ben-Yehuda | -1/+13 |
| 2017-04-05 | Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton | Ariel Ben-Yehuda | -3/+80 |
| 2017-04-05 | Rollup merge of #40927 - stjepang:docs-atomic-overflow-note, r=alexcrichton | Ariel Ben-Yehuda | -10/+29 |
| 2017-04-05 | Rollup merge of #40709 - lifthrasiir:leaner-unicode-debug-str, r=alexcrichton | Ariel Ben-Yehuda | -771/+467 |
| 2017-04-05 | Add safe wrapper for atomic_singlethreadfence_* | Jon Gjengset | -0/+41 |
| 2017-04-05 | Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcv | Corey Farwell | -36/+54 |
| 2017-04-05 | Rollup merge of #41043 - GuillaumeGomez:sup_balise, r=steveklabnik | Corey Farwell | -9/+10 |
| 2017-04-05 | Rollup merge of #40999 - irfanhudda:improve-option-docs, r=steveklabnik | Corey Farwell | -3/+21 |
| 2017-04-05 | Rollup merge of #40997 - donniebishop:from_utf8_linking, r=steveklabnik | Corey Farwell | -8/+15 |
| 2017-04-05 | Rollup merge of #40992 - donniebishop:utf8err_linking, r=alexcrichton | Corey Farwell | -3/+8 |
| 2017-04-05 | Reduce a table used for `Debug` impl of `str`. | Kang Seonghoon | -771/+467 |
| 2017-04-05 | tidy clean and small text fix | steveklabnik | -18/+18 |
| 2017-04-05 | Add tracking issue for offset_to | Amanieu d'Antras | -2/+2 |
| 2017-04-04 | Fix links | steveklabnik | -36/+54 |
| 2017-04-04 | simplify implementation of [T]::splitn and friends #41020 | Jason Orendorff | -17/+9 |
| 2017-04-04 | add [T]::rsplit() and rsplit_mut() #41020 | Jason Orendorff | -0/+139 |
| 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 |