| Age | Commit message (Expand) | Author | Lines |
| 2019-04-21 | Switch to serde-enabled rls-* and update RLS appropriately | Igor Matuszewski | -2/+2 |
| 2019-04-21 | save-analysis: Use serde instead of libserialize to dump JSON data | Igor Matuszewski | -8/+10 |
| 2019-04-21 | Auto merge of #60132 - davidtwco:issue-60075, r=estebank | bors | -1/+55 |
| 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 |
| 2019-04-20 | Auto merge of #59826 - llogiq:multi-dbg, r=SimonSapin | bors | -1/+44 |
| 2019-04-20 | Auto merge of #59700 - matklad:simplify, r=eddyb | bors | -17/+5 |
| 2019-04-20 | improve docs | Ralf Jung | -2/+2 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -219/+161 |
| 2019-04-20 | Auto merge of #59564 - bjorn3:move_link_to_cg_ssa, r=eddyb | bors | -1599/+1619 |
| 2019-04-20 | Tidy | bjorn3 | -2/+15 |
| 2019-04-20 | Move cg_llvm/debuginfo/type_names.rs to cg_ssa | bjorn3 | -45/+41 |
| 2019-04-20 | Remove cg_llvm/back/link.rs | bjorn3 | -29/+12 |
| 2019-04-20 | Move almost all of cg_llvm/back/link.rs to cg_ssa | bjorn3 | -1111/+1114 |
| 2019-04-20 | Remove get_reloc_model and target_cpu dependency from most of link.rs | bjorn3 | -15/+19 |
| 2019-04-20 | Make link functions generic over archive builder | bjorn3 | -84/+101 |
| 2019-04-20 | Move some filename constants to cg_ssa | bjorn3 | -12/+9 |
| 2019-04-20 | Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs | bjorn3 | -375/+382 |
| 2019-04-20 | Fix fn front matter parsing ICE from invalid code. | David Wood | -1/+55 |
| 2019-04-20 | Auto merge of #60128 - jimblandy:futures-doc-fix, r=withoutboats | bors | -14/+14 |
| 2019-04-19 | core::future::Future: Fix markup typo in docs. | Jim Blandy | -1/+1 |
| 2019-04-19 | Doc fixes for core::future::Future. | Jim Blandy | -13/+13 |
| 2019-04-20 | Auto merge of #60120 - matthiaskrgr:submodule_upd, r=sanxiyn | bors | -10/+8 |
| 2019-04-19 | Auto merge of #59981 - estebank:recover-struct-lit, r=petrochenkov | bors | -282/+341 |
| 2019-04-19 | extend ui test | Andre Bogus | -1/+34 |
| 2019-04-19 | submodules: update clippy from fbb3a47b to cafbe7f2 | Matthias Krüger | -10/+8 |
| 2019-04-19 | Some cleanup to `maybe_parse_struct_expr` | Vadim Petrochenkov | -54/+26 |
| 2019-04-19 | remove duplicated code and simplify logic | Esteban Küber | -94/+145 |
| 2019-04-19 | Identify missing ambiguous case with best effort suggestion | Esteban Küber | -51/+132 |
| 2019-04-19 | Emit specific error for struct literal in conditions | Esteban Küber | -207/+162 |
| 2019-04-19 | Auto merge of #60072 - RalfJung:linked-list, r=shepmaster | bors | -11/+37 |
| 2019-04-19 | add Miri error variant for process exit | Ralf Jung | -0/+9 |
| 2019-04-19 | fix LinkedList invalidating mutable references | Ralf Jung | -11/+37 |
| 2019-04-19 | Auto merge of #60077 - RalfJung:miri-alloc-tests, r=joshtriplett | bors | -1/+15 |
| 2019-04-19 | Auto merge of #60063 - spastorino:place2_2, r=oli-obk | bors | -254/+298 |
| 2019-04-19 | move variable down to where it is used | Ralf Jung | -5/+5 |
| 2019-04-19 | Auto merge of #60073 - rchaser53:issue-60049, r=estebank | bors | -10/+61 |
| 2019-04-19 | avoid type-check body of DefId | rchaser53 | -10/+61 |
| 2019-04-19 | Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor | Mazdak Farrokhzad | -236/+233 |
| 2019-04-19 | Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe | Mazdak Farrokhzad | -10/+1 |
| 2019-04-19 | Rollup merge of #60082 - TimDiekmann:master, r=RalfJung | Mazdak Farrokhzad | -14/+14 |
| 2019-04-19 | Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril | Mazdak Farrokhzad | -3/+3 |