| Age | Commit message (Expand) | Author | Lines |
| 2018-01-20 | Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize... | bors | -11/+25 |
| 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 | Auto merge of #46919 - michaelwoerister:new-leb128, r=sfackler | bors | -81/+144 |
| 2018-01-19 | Auto merge of #47503 - arielb1:check-size, r=eddyb | bors | -23/+88 |
| 2018-01-19 | Auto merge of #47454 - topecongiro:update-rustfmt, r=nrc | bors | -7/+82 |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -26/+82 |
| 2018-01-19 | Auto merge of #47401 - rkruppe:issue-47278, r=eddyb | bors | -3/+22 |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -11/+25 |
| 2018-01-18 | Update rustfmt to 0.3.6 | topecongiro | -7/+82 |
| 2018-01-18 | Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -115/+821 |
| 2018-01-17 | Update Cargo and its dependencies | Alex Crichton | -294/+366 |
| 2018-01-17 | Rollup merge of #47520 - mbrubeck:fstat, r=Mark-Simulacrum | Guillaume Gomez | -7/+9 |
| 2018-01-17 | Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelix | Guillaume Gomez | -48/+260 |
| 2018-01-17 | Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelix | Guillaume Gomez | -3/+60 |
| 2018-01-17 | Rollup merge of #47398 - GuillaumeGomez:pulldown-warnings, r=QuietMisdreavus | Guillaume Gomez | -5/+5 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -5/+52 |
| 2018-01-17 | Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum | Guillaume Gomez | -47/+435 |
| 2018-01-18 | Rollup merge of #47514 - gnzlbg:whitelist_x86_fxsr, r=rkruppe | kennytm | -1/+2 |
| 2018-01-18 | Rollup merge of #47509 - cuviper:rayon-rust-installer, r=Mark-Simulacrum | kennytm | -3/+4 |
| 2018-01-18 | Rollup merge of #47505 - alexcrichton:fix-bat-spawn-regression, r=estebank | kennytm | -6/+7 |
| 2018-01-18 | Rollup merge of #47498 - dominikWin:missing-module-name, r=petrochenkov | kennytm | -8/+8 |
| 2018-01-18 | Rollup merge of #47497 - goffrie:patch-1, r=dtolnay | kennytm | -7/+4 |
| 2018-01-18 | Rollup merge of #47487 - Pulkit07:foo, r=kennytm | kennytm | -0/+11 |
| 2018-01-18 | Rollup merge of #47483 - segevfiner:mingw64-build-hack, r=alexcrichton | kennytm | -0/+9 |
| 2018-01-18 | Rollup merge of #47481 - estebank:unused-args, r=arielb1 | kennytm | -77/+69 |
| 2018-01-18 | Rollup merge of #47479 - zackmdavis:and_the_case_of_the_suggested_double-pub,... | kennytm | -16/+42 |
| 2018-01-18 | Rollup merge of #47467 - arielb1:cleanup-shims, r=eddyb | kennytm | -7/+47 |
| 2018-01-18 | Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebank | kennytm | -19/+55 |
| 2018-01-18 | Rollup merge of #47456 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+41 |
| 2018-01-18 | Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est... | kennytm | -7/+6 |
| 2018-01-18 | Rollup merge of #47436 - GuillaumeGomez:up-html-diff, r=QuietMisdreavus | kennytm | -4/+4 |
| 2018-01-18 | Rollup merge of #47427 - EdSchouten:cloudabi-ci, r=alexcrichton | kennytm | -3/+69 |
| 2018-01-18 | Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakis | kennytm | -11/+4 |
| 2018-01-18 | Rollup merge of #47407 - gaurikholkar:master, r=estebank | kennytm | -2/+55 |
| 2018-01-18 | Rollup merge of #47404 - integer32llc:reexport-to-re-export, r=steveklabnik | kennytm | -92/+95 |
| 2018-01-18 | Rollup merge of #47387 - Rantanen:linkchecker-error-msg, r=steveklabnik | kennytm | -1/+11 |