| Age | Commit message (Expand) | Author | Lines |
| 2018-10-04 | Update Cargo.lock | Oliver Schneider | -0/+1 |
| 2018-10-04 | Add features to the workspace hack | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+5 |
| 2018-10-03 | Update clippy | Manish Goregaokar | -14/+19 |
| 2018-10-02 | Auto merge of #54767 - pietroalbini:rollup, r=pietroalbini | bors | -537/+936 |
| 2018-10-02 | Rollup merge of #54745 - abonander:cstr-const, r=oli-obk | Pietro Albini | -1/+13 |
| 2018-10-02 | Rollup merge of #54728 - alexcrichton:renumber-issues, r=nikomatsakis | Pietro Albini | -38/+38 |
| 2018-10-02 | Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obk | Pietro Albini | -6/+37 |
| 2018-10-02 | Rollup merge of #54699 - DiamondLovesYou:reexport-getopts, r=pnkfelix | Pietro Albini | -1/+1 |
| 2018-10-02 | Rollup merge of #54687 - scottmcm:more-elision, r=dtolnay | Pietro Albini | -151/+153 |
| 2018-10-02 | Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix | Pietro Albini | -222/+222 |
| 2018-10-02 | Rollup merge of #54648 - alexcrichton:update-cargo, r=nikomatsakis | Pietro Albini | -26/+81 |
| 2018-10-02 | Rollup merge of #54603 - davidtwco:issue-54559, r=nikomatsakis | Pietro Albini | -49/+241 |
| 2018-10-02 | Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis | Pietro Albini | -29/+83 |
| 2018-10-02 | Rollup merge of #54269 - PramodBisht:issue/53840, r=estebank | Pietro Albini | -14/+67 |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -249/+345 |
| 2018-10-02 | make `CStr::from_bytes_with_nul_unchecked()` a const fn | Austin Bonander | -0/+1 |
| 2018-10-02 | make `CStr::from_bytes_with_nul_unchecked()` a const fn | Austin Bonander | -1/+12 |
| 2018-10-02 | move some more tests | Ralf Jung | -47/+47 |
| 2018-10-02 | Update clippy | Manish Goregaokar | -14/+14 |
| 2018-10-02 | Consolidate pattern check errors | Pramod Bisht | -14/+67 |
| 2018-10-02 | Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakis | bors | -57/+172 |
| 2018-10-02 | Auto merge of #54694 - csmoe:self_this, r=estebank | bors | -1/+97 |
| 2018-10-02 | Attempt to resolve linking issues. | David Wood | -44/+60 |
| 2018-10-02 | Move prelude crate names into `Session`. | David Wood | -8/+9 |
| 2018-10-02 | Add `crate::` to trait suggestions in Rust 2018. | David Wood | -17/+192 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -150/+166 |
| 2018-10-01 | normalize param-env type-outlives predicates last | Ariel Ben-Yehuda | -57/+172 |
| 2018-10-01 | Extra proc macro gates are now at #54727 | Alex Crichton | -8/+8 |
| 2018-10-01 | All `proc_macro_span` APIs tracked at #54725 now | Alex Crichton | -24/+24 |
| 2018-10-01 | Span::def_site() is now at #54724 | Alex Crichton | -1/+1 |
| 2018-10-01 | The `proc_macro_raw_ident` feature is now at #54723 | Alex Crichton | -1/+1 |
| 2018-10-01 | The `proc_macro_quote` feature now lives at #54722 | Alex Crichton | -4/+4 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -14/+181 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -13/+5 |
| 2018-10-01 | Rollup merge of #54713 - flip1995:tool_lints_nightly, r=Manishearth | kennytm | -2/+8 |
| 2018-10-01 | Rollup merge of #54674 - RalfJung:miri, r=oli-obk | kennytm | -5/+5 |
| 2018-10-01 | Add nightly check for tool_lints warning | flip1995 | -2/+8 |
| 2018-10-01 | Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum | kennytm | -0/+5 |
| 2018-10-01 | Rollup merge of #54681 - alexcrichton:san-names, r=kennytm | kennytm | -4/+37 |
| 2018-10-01 | Rollup merge of #54679 - phansch:improve_bug_message, r=matthewjasper | kennytm | -1/+6 |
| 2018-10-01 | Rollup merge of #54656 - nieksand:workqueue_doc, r=varkor | kennytm | -1/+1 |
| 2018-10-01 | Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebank | kennytm | -200/+170 |
| 2018-10-01 | Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebank | kennytm | -56/+88 |
| 2018-10-01 | Rollup merge of #54544 - frewsxcv:frewsxcv-deref, r=GuillaumeGomez | kennytm | -2/+13 |
| 2018-10-01 | Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebank | kennytm | -1/+74 |
| 2018-10-01 | Rollup merge of #54308 - dsciarra:issue-22692, r=estebank | kennytm | -14/+69 |
| 2018-10-01 | Rollup merge of #53784 - tbu-:pr_doc_slice_isize_max, r=RalfJung | kennytm | -3/+14 |
| 2018-10-01 | mark fix as MaybeIncorrect | csmoe | -4/+4 |
| 2018-10-01 | update ui test for suggest-self | csmoe | -1/+45 |
| 2018-10-01 | lint to use self for this/my | csmoe | -1/+15 |