| Age | Commit message (Expand) | Author | Lines |
| 2018-01-20 | Rollup merge of #47578 - arthurprs:btree-doc, r=alexcrichton | Guillaume Gomez | -2/+2 |
| 2018-01-20 | Rollup merge of #47573 - estebank:closures, r=nikomatsakis | Guillaume Gomez | -177/+214 |
| 2018-01-20 | Rollup merge of #47568 - EdSchouten:cloudabi-linker, r=alexcrichton | Guillaume Gomez | -0/+4 |
| 2018-01-20 | Rollup merge of #47535 - Manishearth:ignore-target, r=kennytm | Guillaume Gomez | -0/+1 |
| 2018-01-20 | Rollup merge of #47532 - tbu-:pr_path_oddities, r=TimNN | Guillaume Gomez | -0/+7 |
| 2018-01-20 | Rollup merge of #47510 - sfackler:deprecate-dns, r=alexcrichton | Guillaume Gomez | -1/+11 |
| 2018-01-20 | Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik | Guillaume Gomez | -0/+2 |
| 2018-01-20 | Rollup merge of #47193 - cramertj:result-opts, r=TimNN | Guillaume Gomez | -0/+115 |
| 2018-01-20 | Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomez | Guillaume Gomez | -19/+30 |
| 2018-01-20 | Add testing coverage for assigning to immutable thread-locals. | Ed Schouten | -0/+21 |
| 2018-01-20 | Fix tests by keepeing needed suggestions | Esteban Küber | -1/+9 |
| 2018-01-20 | Remove the 'extern "C"' in the right place | bjorn3 | -1/+1 |
| 2018-01-20 | Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize... | bors | -11/+25 |
| 2018-01-20 | Fix ICE | bjorn3 | -0/+4 |
| 2018-01-20 | Assign its own tracking issue to Box::into_raw_non_null | Simon Sapin | -1/+4 |
| 2018-01-20 | Rename NonNull::empty to dangling. | Simon Sapin | -1/+2 |
| 2018-01-20 | Revert Box::into_raw_non_null to unstable | Simon Sapin | -1/+1 |
| 2018-01-20 | Preserve formatting options in Debug for NonNull/Unique | Simon Sapin | -2/+2 |
| 2018-01-20 | Fix some doc-comment examples for earlier API refactor | Simon Sapin | -4/+4 |
| 2018-01-20 | Rename Box::into_non_null_raw to Box::into_raw_non_null | Simon Sapin | -13/+13 |
| 2018-01-20 | Remove `Box::from_non_null_raw` | Simon Sapin | -35/+3 |
| 2018-01-20 | Rename Box::*_nonnull_raw to *_non_null_raw | Simon Sapin | -18/+18 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -30/+20 |
| 2018-01-20 | Remove a deprecated (renamed) and unstable method of NonNull | Simon Sapin | -7/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -24/+24 |
| 2018-01-20 | Replace Box::{from,into}_unique with {from,into}_nonnull_raw | Simon Sapin | -32/+38 |
| 2018-01-20 | Replace Unique<T> with NonZero<T> in Alloc trait | Simon Sapin | -12/+19 |
| 2018-01-20 | Rename std::ptr::Shared to NonNull | Simon Sapin | -95/+100 |
| 2018-01-20 | Implement Debug for ptr::Shared and ptr::Unique. | Corey Farwell | -2/+14 |
| 2018-01-20 | Closure argument mismatch tweaks | Esteban Küber | -177/+214 |
| 2018-01-20 | NLL test for mutating &mut references | ritiek | -0/+34 |
| 2018-01-19 | Update DW_OP_plus to DW_OP_plus_uconst | Josh Stone | -3/+10 |
| 2018-01-19 | Run yield-subtype test on nll mode too as a regression check | Santiago Pastorino | -0/+3 |
| 2018-01-19 | Integrate generators to universal region setup | Santiago Pastorino | -0/+29 |
| 2018-01-19 | change MIR dump format to include yield type | Niko Matsakis | -3/+10 |
| 2018-01-20 | Auto merge of #46919 - michaelwoerister:new-leb128, r=sfackler | bors | -81/+144 |
| 2018-01-20 | Spacing | oberien | -1/+1 |
| 2018-01-19 | Add a bunch of doc comments | Mark Mansi | -3/+72 |
| 2018-01-19 | Run rustfmt and add comments | Mark Mansi | -38/+103 |
| 2018-01-19 | fix line | Niko Matsakis | -1/+1 |
| 2018-01-19 | add ERROR annotation | Niko Matsakis | -0/+1 |
| 2018-01-19 | Optimize StepBy::nth overflow handling | oberien | -2/+6 |
| 2018-01-19 | Tweak wording and spans of closure lifetime errors | Esteban Küber | -33/+64 |
| 2018-01-19 | Fix tidy error | varkor | -2/+3 |
| 2018-01-19 | Handle Overflow | oberien | -3/+72 |
| 2018-01-19 | Fix type inhabitedness check for arrays | varkor | -4/+31 |
| 2018-01-19 | Hopefully fix the 32bit SEGV | bjorn3 | -2/+1 |
| 2018-01-19 | Just forget the DynamicLibrary after getting a hot plugged backend | bjorn3 | -59/+2 |
| 2018-01-19 | Remove accidential libloading dependency | bjorn3 | -13/+0 |
| 2018-01-19 | Fix ICE | bjorn3 | -0/+1 |