| Age | Commit message (Expand) | Author | Lines |
| 2019-04-22 | Auto merge of #60168 - varkor:tidy-leading-newline, r=alexcrichton | bors | -16/+14 |
| 2019-04-22 | Update ui tests | varkor | -4/+4 |
| 2019-04-22 | Remove leading newlines | varkor | -12/+3 |
| 2019-04-22 | Add a tidy check for leading trailing newlines | varkor | -0/+7 |
| 2019-04-22 | Disallow double trailing newlines in tidy | varkor | -1/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -240/+2 |
| 2019-04-22 | upgrade rustdoc's pulldown-cmark to 0.4.1 | Andy Russell | -124/+113 |
| 2019-04-22 | Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelix | bors | -22244/+6035 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -21887/+5881 |
| 2019-04-22 | Auto merge of #60133 - phansch:deny_rust_2018_idioms, r=Centril | bors | -52/+56 |
| 2019-04-22 | Breaking update of stdsimd | gnzlbg | -0/+0 |
| 2019-04-22 | Auto merge of #60053 - Xanewok:serde-save-analysis, r=nrc | bors | -43/+42 |
| 2019-04-21 | Auto merge of #60158 - Xanewok:update-clippy, r=matthiaskrgr | bors | -8/+10 |
| 2019-04-21 | Update Clippy | Igor Matuszewski | -8/+10 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -357/+154 |
| 2019-04-21 | Suggest dereferencing when `Deref` is implemented. | David Wood | -10/+70 |
| 2019-04-21 | Add existing behaviour test for deref suggestions. | David Wood | -0/+44 |
| 2019-04-21 | Display original pattern in rustdoc. | David Wood | -1/+1 |
| 2019-04-21 | Correct lowering order to avoid ICE after rebase. | David Wood | -11/+17 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -21/+128 |
| 2019-04-21 | Do not specify type in generated let bindings. | David Wood | -6/+7 |
| 2019-04-21 | Enforce consistent drop order w/ async methods. | David Wood | -9/+130 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -37/+115 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -53/+171 |
| 2019-04-21 | Use sysroot libserialize in newtype_index test | Igor Matuszewski | -1/+1 |
| 2019-04-21 | Auto merge of #60124 - petrochenkov:stanomut, r=eddyb | bors | -96/+93 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -16/+14 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -35/+26 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -20/+23 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -28/+33 |
| 2019-04-21 | Switch to serde-enabled rls-* and update RLS appropriately | Igor Matuszewski | -33/+30 |
| 2019-04-21 | save-analysis: Use serde instead of libserialize to dump JSON data | Igor Matuszewski | -9/+11 |
| 2019-04-21 | Auto merge of #60119 - estebank:bad-recovery, r=davidtwco | bors | -1/+17 |
| 2019-04-21 | Allow unused_extern_crates for rustc_libserialize | Philipp Hansch | -0/+2 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -4/+46 |
| 2019-04-21 | Add test for drop order in async functions. | David Wood | -0/+89 |
| 2019-04-21 | Auto merge of #60132 - davidtwco:issue-60075, r=estebank | bors | -1/+55 |
| 2019-04-20 | Update Fira Sans to version 4.202 | Manish Goregaokar | -8/+3 |
| 2019-04-20 | Update Source Code Pro fonts to version 2.030 | Manish Goregaokar | -3/+3 |
| 2019-04-20 | Update Source Serif Pro fonts to version 2.010 | Manish Goregaokar | -3/+3 |
| 2019-04-21 | Auto merge of #60116 - RalfJung:miri-exit, r=oli-obk | bors | -0/+9 |
| 2019-04-20 | Auto merge of #60088 - varkor:async_await-method-feature-gate, r=cramertj | bors | -41/+79 |
| 2019-04-20 | Update error message in test | varkor | -2/+1 |
| 2019-04-20 | Check async in trait methods | varkor | -5/+29 |
| 2019-04-20 | Fix additional variadic typos | varkor | -3/+3 |
| 2019-04-20 | Fix typo in variadic C function warning | varkor | -1/+1 |
| 2019-04-20 | Add test for async fn methods feature gating | varkor | -4/+19 |
| 2019-04-20 | Feature gate async fn methods | varkor | -19/+23 |
| 2019-04-20 | Refactor some existing methods | varkor | -15/+3 |
| 2019-04-20 | Add a `header` method to `FnKind` | varkor | -0/+8 |