| Age | Commit message (Expand) | Author | Lines |
| 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 | -11/+75 |
| 2018-11-30 | Drop function parameters in expected order | Matthew Jasper | -7/+75 |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -151/+985 |
| 2018-12-01 | Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obk | kennytm | -122/+165 |
| 2018-12-01 | Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis | kennytm | -111/+157 |
| 2018-12-01 | Rollup merge of #55011 - vi:panic_immediate_abort, r=alexcrichton | kennytm | -5/+45 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -141/+29 |
| 2018-12-01 | Rollup merge of #56373 - steveklabnik:update-books, r=Mark-Simulacrum | kennytm | -0/+1 |
| 2018-12-01 | Rollup merge of #56367 - alexreg:move-feature-gate-tests-1, r=Centril | kennytm | -0/+0 |
| 2018-12-01 | Rollup merge of #56364 - dlrobertson:fix_55903, r=oli-obk | kennytm | -1/+1 |
| 2018-12-01 | Rollup merge of #56360 - alexcrichton:linkchecker-omg, r=pietroalbini | kennytm | -19/+19 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -1/+57 |
| 2018-12-01 | Rollup merge of #56349 - davidtwco:issue-55396-inference-extension, r=nagisa | kennytm | -1/+5 |
| 2018-12-01 | Rollup merge of #56341 - frewsxcv:frewsxcv-util-cstr, r=Mark-Simulacrum | kennytm | -26/+14 |
| 2018-12-01 | Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichton | kennytm | -2/+0 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -232/+254 |
| 2018-12-01 | Rollup merge of #56268 - nnethercote:fold_opt_expr-recycle, r=petrochenkov | kennytm | -39/+73 |
| 2018-12-01 | Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboats | kennytm | -0/+87 |
| 2018-12-01 | Rollup merge of #56131 - ljedrz:assorted, r=RalfJung | kennytm | -1/+3 |
| 2018-12-01 | Rollup merge of #56014 - euclio:issue-21335, r=nagisa | kennytm | -0/+5 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -3/+3 |
| 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 | -138/+7 |
| 2018-11-30 | arena: speed up TypedArena::clear | ljedrz | -3/+12 |
| 2018-11-30 | Add the edition guide to doc.rust-lang.org | Steve Klabnik | -0/+1 |
| 2018-11-30 | update nomicon | Steve Klabnik | -0/+0 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -11/+30 |
| 2018-11-30 | Update existing tests with more precise error messages | varkor | -76/+102 |
| 2018-11-30 | Add precise_pointer_size_matching feature | varkor | -2/+42 |
| 2018-11-30 | Stabilise exhaustive_integer_patterns | varkor | -23/+19 |
| 2018-11-30 | Fix rebase fallout | Oliver Scherer | -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 | Remove unused feature gate from `libcore` | Oliver Scherer | -1/+0 |
| 2018-11-30 | Fix a compile-fail test | Oliver Scherer | -1/+1 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -72/+61 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -395/+871 |
| 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 | -7/+61 |
| 2018-11-30 | Show auto-applicable correction warning for short circuiting in constants | Oliver Scherer | -0/+23 |
| 2018-11-30 | Properly name the flag for `&&` -> `&` conversion | Oliver Scherer | -13/+13 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -692/+446 |
| 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 |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -47/+2 |