| Age | Commit message (Expand) | Author | Lines |
| 2019-09-10 | documentation for AtomicPtr CAS operations | Arno Haase | -4/+2 |
| 2019-09-10 | typo fix | Arno Haase | -1/+1 |
| 2019-09-10 | documentation enhancement for 'spin loop hint': replace 'CPU' with 'CPU or core' | Arno Haase | -6/+6 |
| 2019-09-09 | Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centril | bors | -1/+78 |
| 2019-09-09 | Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcm | Mazdak Farrokhzad | -1/+78 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -1/+1 |
| 2019-09-09 | document the unstable iter_order_by library feature | Ashley Mannix | -3/+3 |
| 2019-09-08 | Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus | Mazdak Farrokhzad | -6/+160 |
| 2019-09-08 | bootstrap -> boostrap_stdarch_ignore_this | Mazdak Farrokhzad | -1/+1 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-08 | Rollup merge of #64255 - varkor:bool-to-option, r=Centril | Mazdak Farrokhzad | -0/+55 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -2/+4 |
| 2019-09-07 | Add tracking issue | varkor | -2/+2 |
| 2019-09-07 | Move `libcore/bool/mod.rs` to `libcore/bool.rs` | varkor | -3/+1 |
| 2019-09-07 | Add `bool::then` and `bool::then_with` | varkor | -1/+50 |
| 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 |