| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix | Pietro Albini | -0/+7152 |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -2/+2 |
| 2018-10-02 | move some more tests | Ralf Jung | -0/+1416 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -0/+12 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -1/+1 |
| 2018-09-30 | make run-pass tests with empty main just compile-pass tests | Ralf Jung | -0/+5736 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -0/+12 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+1 |
| 2018-09-28 | Test fixes for the change of error message for issue #54015 | Rusty Blitzerr | -2/+2 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-09-28 | Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_... | Felix S. Klock II | -1/+1 |
| 2018-09-27 | Update ui lines | Josh Stone | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+0 |
| 2018-09-26 | apply `process_registered_region_obligations` at the end of regionck | Niko Matsakis | -12/+1 |
| 2018-09-25 | Update E0714 to E0716 in tests output | Mikhail Modin | -19/+19 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -9/+9 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -40/+106 |
| 2018-09-24 | Update ui tests | Matthew Jasper | -38/+16 |
| 2018-09-24 | Add tests for new match borrows | Matthew Jasper | -0/+44 |
| 2018-09-23 | Update tests for changes to drop access | Matthew Jasper | -4/+4 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -2/+2 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -4/+5 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+3 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -1/+1 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -8/+7 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -32/+32 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -5/+8 |
| 2018-09-22 | Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebank | Pietro Albini | -0/+67 |
| 2018-09-20 | Remove incidental notes | memoryruins | -5/+0 |
| 2018-09-20 | Add test for deref recursion limit printing twice | memoryruins | -0/+72 |
| 2018-09-20 | Rollup merge of #54292 - memoryruins:issue-53712, r=estebank | kennytm | -0/+20 |
| 2018-09-19 | Update ui tests | Matthew Jasper | -5/+8 |
| 2018-09-18 | Use expr's span | memoryruins | -1/+3 |
| 2018-09-18 | Set diagnostic applicability based on array length | memoryruins | -2/+2 |
| 2018-09-18 | De-duplicate moved variable errors. | David Wood | -42/+1 |
| 2018-09-18 | Rollup merge of #54225 - pnkfelix:issue-53675-add-test-called-panic, r=petroc... | Guillaume Gomez | -0/+36 |
| 2018-09-18 | Updates to tests reflecting the diangostic changes in previous commit. | Felix S. Klock II | -32/+32 |
| 2018-09-17 | Suggest array indexing when tuple indexing on an array. | memoryruins | -0/+18 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -26/+29 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -1/+2 |
| 2018-09-15 | Regression test for rust-lang/rust#53675. | Felix S. Klock II | -0/+36 |
| 2018-09-14 | Auto merge of #54069 - petrochenkov:subns, r=aturon | bors | -3/+3 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+5 |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -3/+3 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -26/+29 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -21/+2 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -4/+3 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -0/+5 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -3/+4 |
| 2018-09-07 | Auto merge of #53893 - petrochenkov:cfgexpr, r=pnkfelix | bors | -13/+0 |