| Age | Commit message (Expand) | Author | Lines |
| 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 | wasm: Explicitly export all symbols with LLD | Alex Crichton | -4/+89 |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -249/+345 |
| 2018-10-02 | Make spec_extend use for_each() | Nathan West | -2/+2 |
| 2018-10-02 | Cleans trailing whitespace | Lucas Lois | -5/+5 |
| 2018-10-02 | Documents reference equality by address (#54197) | Lucas Lois | -0/+25 |
| 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 | Fix rustdoc | Oliver Schneider | -8/+8 |
| 2018-10-02 | Update clippy | Manish Goregaokar | -14/+14 |
| 2018-10-02 | Nest the `impl Trait` existential item inside the return type | Oliver Schneider | -173/+144 |
| 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 | Fix range borrowing suggestions logic | Paweł Romanowski | -13/+351 |
| 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-02 | Improve mutability error suggestions. | David Wood | -19/+67 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -26/+180 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -150/+166 |
| 2018-10-01 | LocalWaker and Waker cleanups | Taylor Cramer | -32/+33 |
| 2018-10-01 | add a special case for literal `'static: 'a` where-clauses | Ariel Ben-Yehuda | -15/+64 |
| 2018-10-01 | enable using the evaluation cache on predicates with LBRs | Ariel Ben-Yehuda | -1/+1 |
| 2018-10-01 | handle outlives predicates in trait evaluation | Ariel Ben-Yehuda | -4/+278 |
| 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 | Fix conditions to allow missing tools in CI | Christian Poveda | -2/+4 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -14/+181 |
| 2018-10-01 | Fix #54224 (const promotion regression) | Oliver Schneider | -14/+53 |
| 2018-10-01 | Add special cases for move from `Rc`/`Arc` errors. | David Wood | -11/+172 |
| 2018-10-01 | Introduce language items for `Arc` and `Rc`. | David Wood | -1/+44 |
| 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 |