| Age | Commit message (Expand) | Author | Lines |
| 2019-09-18 | Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcri... | Tyler Mandry | -29/+20 |
| 2019-09-18 | broken hyperlinks in documentation | Arno Haase | -2/+2 |
| 2019-09-18 | doc: Format some primitives examples | Lzu Tao | -12/+18 |
| 2019-09-17 | Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJung | Tyler Mandry | -0/+21 |
| 2019-09-17 | Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJung | Tyler Mandry | -11/+17 |
| 2019-09-17 | improve Vec example soundness in mem::transmute docs | Andre Bogus | -11/+17 |
| 2019-09-17 | Update src/libcore/pin.rs | Taiki Endo | -1/+1 |
| 2019-09-17 | Add an example to Pin::as_mut | Taiki Endo | -0/+21 |
| 2019-09-17 | newly phrased documentation for spin loop hints | Arno Haase | -29/+20 |
| 2019-09-17 | Rollup merge of #64531 - taiki-e:pin-self, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-09-17 | Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-09-17 | Use shorthand syntax in the self parameter of methods of Pin | Taiki Endo | -9/+9 |
| 2019-09-17 | Elide lifetimes in `Pin<&(mut) Self>` | Taiki Endo | -4/+4 |
| 2019-09-16 | Make some adjustments to the documentation for `std::convert::identity` | varkor | -8/+9 |
| 2019-09-14 | Rollup merge of #64203 - alexreg:rush-pr-2, r=centril | Mazdak Farrokhzad | -8/+8 |
| 2019-09-11 | Rollup merge of #64349 - arnohaase:pr_documentation_atomicptr, r=cramertj | Mazdak Farrokhzad | -4/+2 |
| 2019-09-10 | Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichton | Mazdak Farrokhzad | -21/+9 |
| 2019-09-10 | fixed linter error | Arno Haase | -14/+14 |
| 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-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 | 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 |