| Age | Commit message (Expand) | Author | Lines |
| 2019-09-07 | Add "bool" lang item | varkor | -0/+8 |
| 2019-09-06 | Rollup merge of #64208 - guanqun:py-is-not-none, r=matklad | Mazdak Farrokhzad | -1/+1 |
| 2019-09-06 | Rollup merge of #63969 - GuillaumeGomez:option-docs-example, r=sfackler | Mazdak Farrokhzad | -0/+31 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -8/+8 |
| 2019-09-06 | Add Iterator comparison methods that take a comparison function | Tim Vermeulen | -6/+160 |
| 2019-09-06 | Rollup merge of #64174 - GuillaumeGomez:missing-iterator-examples, r=sfackler | Mazdak Farrokhzad | -0/+80 |
| 2019-09-06 | it's more pythonic to use 'is not None' in python files | Guanqun Lu | -1/+1 |
| 2019-09-05 | Add missing code examples on Iterator trait | Guillaume Gomez | -0/+80 |
| 2019-09-05 | Rollup merge of #62848 - matklad:xid-unicode, r=petrochenkov | Mazdak Farrokhzad | -408/+4 |
| 2019-09-05 | Rollup merge of #64142 - lzutao:fix-doc-cmp, r=jonas-schievink | Mazdak Farrokhzad | -6/+14 |
| 2019-09-05 | Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-09-05 | Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcm | Mazdak Farrokhzad | -7/+6 |
| 2019-09-04 | Update macros.rs | Stjepan Glavina | -1/+1 |
| 2019-09-04 | Update src/libcore/macros.rs | Stjepan Glavina | -1/+1 |
| 2019-09-04 | Fix doc links in `std::cmp` module | Lzu Tao | -6/+14 |
| 2019-09-04 | Override `StepBy::{try_fold, try_rfold}` | Tim Vermeulen | -1/+78 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -408/+4 |
| 2019-09-04 | Auto merge of #63166 - ksqsf:master, r=alexcrichton | bors | -0/+81 |
| 2019-09-02 | Auto merge of #63692 - iluuu1994:issue-49660, r=sfackler | bors | -0/+8 |
| 2019-08-31 | Fix word repetition in str documentation | Julian Gehring | -4/+4 |
| 2019-08-30 | Rollup merge of #63999 - GuillaumeGomez:as-ref-missing-links, r=Mark-Simulacrum | Mazdak Farrokhzad | -11/+13 |
| 2019-08-30 | Rev::rposition counts from the wrong end | Xiang Fan | -7/+6 |
| 2019-08-30 | Add missing examples for Option type | Guillaume Gomez | -0/+31 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -1/+2 |
| 2019-08-29 | Add missing links on AsRef trait | Guillaume Gomez | -11/+13 |
| 2019-08-29 | Rollup merge of #63992 - lzutao:integer-ord, r=nagisa | Mazdak Farrokhzad | -2/+2 |
| 2019-08-29 | Small improvement for Ord implementation of integers | Lzu Tao | -2/+2 |
| 2019-08-28 | Stabilize pin_into_inner in 1.39.0 | Alessandro Ghedini | -2/+2 |
| 2019-08-28 | add missing `#[repr(C)]` on a union | Dodo | -0/+1 |
| 2019-08-26 | Rollup merge of #63845 - DevQps:47091-remove-bad-example, r=nikomatsakis | Mazdak Farrokhzad | -8/+0 |
| 2019-08-26 | Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbg | bors | -4/+12 |
| 2019-08-24 | Improve the documentation for std::hint::black_box. | Edd Barrett | -4/+12 |
| 2019-08-24 | Auto merge of #63823 - petrochenkov:noapply2, r=matthewjasper | bors | -8/+0 |
| 2019-08-24 | Added an extra line to make the formatting conform to the rest of the document. | Christian | -0/+1 |
| 2019-08-24 | Removed the confusing FnOnce example. closes #47091 | Christian | -9/+0 |
| 2019-08-23 | Auto merge of #63808 - Rosto75:master, r=KodrAus | bors | -2/+2 |
| 2019-08-23 | Remove default macro transparencies | Vadim Petrochenkov | -8/+0 |
| 2019-08-22 | Rollup merge of #63805 - mati865:clippy, r=Centril | Mazdak Farrokhzad | -4/+3 |
| 2019-08-22 | Change code formatting for readability. | Tomasz Różański | -2/+2 |
| 2019-08-22 | Apply clippy::let_and_return suggestion | Mateusz Mikuła | -2/+1 |
| 2019-08-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -2/+2 |
| 2019-08-21 | make abs, wrapping_abs, and overflowing_abs const functions | Trevor Spiteri | -21/+9 |
| 2019-08-21 | Add comment to avoid accidentally remove the changes. | Lzu Tao | -0/+2 |
| 2019-08-21 | Use more optimal Ord implementation for integers | Lzu Tao | -3/+3 |
| 2019-08-20 | Test that Wrapping arithmetic ops are implemented for all int types | Ilija Tovilo | -0/+8 |
| 2019-08-20 | Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcm | Mazdak Farrokhzad | -8/+62 |
| 2019-08-20 | Rollup merge of #63265 - JohnTitor:implement-nth-back-for-chunksexactmut, r=s... | Mazdak Farrokhzad | -0/+35 |
| 2019-08-18 | Fix bug in iter::Chain::size_hint | Tim Vermeulen | -8/+62 |
| 2019-08-17 | Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJung | Mazdak Farrokhzad | -0/+8 |
| 2019-08-17 | Doc nit | Simon Sapin | -1/+1 |