| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | Fix stderr file (unused variable) | John Ginger | -0/+1 |
| 2018-12-03 | Improve filter test | Guillaume Gomez | -3/+2 |
| 2018-12-04 | syntax: `dyn` is a used keyword now | Vadim Petrochenkov | -4/+4 |
| 2018-12-03 | Auto merge of #56451 - kennytm:rollup, r=kennytm | bors | -71/+29 |
| 2018-12-03 | Handle existential types in dead code analysis | Oliver Scherer | -0/+13 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -6/+44 |
| 2018-12-03 | Fix stderr files | John Ginger | -0/+6 |
| 2018-12-03 | Rollup merge of #56412 - petrochenkov:extself, r=Centril | kennytm | -1/+1 |
| 2018-12-03 | Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin | kennytm | -34/+12 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -36/+16 |
| 2018-12-03 | Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe | bors | -5/+8 |
| 2018-12-03 | pass the parameter environment to `traits::find_associated_item` | Ariel Ben-Yehuda | -0/+38 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -37/+82 |
| 2018-12-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -13/+123 |
| 2018-12-02 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -15/+3 |
| 2018-12-02 | Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikic | bors | -174/+57 |
| 2018-12-01 | Update tracking issue for `extern_crate_self` | Vadim Petrochenkov | -1/+1 |
| 2018-12-01 | resolve: Support aliasing local crate root in extern prelude | Vadim Petrochenkov | -0/+51 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -37/+38 |
| 2018-12-01 | stabilize std::dbg!(...) | Mazdak Farrokhzad | -34/+12 |
| 2018-11-30 | Use appropriate terminology based on heuristic | Esteban Küber | -16/+34 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -5/+15 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -31/+1 |
| 2018-11-30 | Fix bug in matching on floating-point ranges | varkor | -51/+23 |
| 2018-11-30 | Separate out precise_pointer_size_matching tests from exhaustive_integer_patt... | varkor | -17/+50 |
| 2018-11-30 | tests: Simplify VaList run-make test | Dan Robertson | -174/+57 |
| 2018-11-30 | Suggest an appropriate token when encountering `pub Ident<'a>` | Esteban Küber | -0/+47 |
| 2018-12-01 | Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obk | kennytm | -0/+28 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -86/+23 |
| 2018-12-01 | Rollup merge of #56367 - alexreg:move-feature-gate-tests-1, r=Centril | kennytm | -0/+0 |
| 2018-12-01 | Rollup merge of #56014 - euclio:issue-21335, r=nagisa | kennytm | -0/+5 |
| 2018-11-30 | Moved feature-gate tests to correct dir. | Alexander Regueiro | -0/+0 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -4/+3 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -85/+4 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -8/+8 |
| 2018-11-30 | Update existing tests with more precise error messages | varkor | -76/+102 |
| 2018-11-30 | Add precise_pointer_size_matching feature | varkor | -0/+30 |
| 2018-11-30 | Stabilise exhaustive_integer_patterns | varkor | -1/+1 |
| 2018-11-30 | Test float assign ops | Oliver Scherer | -0/+279 |
| 2018-11-30 | Add trailing newline | Oliver Scherer | -1/+1 |
| 2018-11-30 | Re-add accidentally deleted test | Oliver Scherer | -0/+16 |
| 2018-11-30 | Fix a compile-fail test | Oliver Scherer | -1/+1 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -34/+22 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -354/+662 |
| 2018-11-30 | Add a test for single variant matches | Oliver Scherer | -2/+23 |
| 2018-11-30 | Improve the error around short circuiting and let bindings | Oliver Scherer | -0/+54 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -525/+351 |
| 2018-11-30 | Add tests for mutable borrows | Oliver Scherer | -1/+32 |
| 2018-11-30 | Also test the `const_let` feature gate in statics | Oliver Scherer | -1/+54 |
| 2018-11-30 | Add a test for various const let features | Oliver Scherer | -0/+468 |