| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-30 | Update compile-fail test | Oliver Scherer | -2/+0 |
| 2018-11-30 | Update a test's diagnostics | Oliver Scherer | -39/+6 |
| 2018-11-30 | Stabilize `const_let` inside const functions | Oliver Scherer | -188/+56 |
| 2018-11-30 | Pacify tidy | Philipp Hansch | -9/+9 |
| 2018-11-30 | Fix const_fn ICE with non-const function pointer | Philipp Hansch | -122/+165 |
| 2018-11-30 | Inline things | John Kåre Alsaker | -0/+14 |
| 2018-11-30 | bootstrap: provide host `rust_test_helpers` to compiletest, not just target. | Eduard-Mihai Burtescu | -1/+7 |
| 2018-11-30 | tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro. | Eduard-Mihai Burtescu | -0/+2 |
| 2018-11-30 | tests: use alloc instead of libc in unnecessary-extern-crate, to make it work... | Eduard-Mihai Burtescu | -33/+29 |
| 2018-11-30 | compiletest: don't pass -Clinker when `// force-host` was requested. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-30 | tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files. | Eduard-Mihai Burtescu | -4/+3 |
| 2018-11-30 | bootstrap: don't use libraries from MUSL_ROOT on non-musl targets. | Eduard-Mihai Burtescu | -4/+6 |
| 2018-11-30 | tests: support cross-compilation in run-make/rustc-macro-dep-files. | Eduard-Mihai Burtescu | -2/+4 |