| Age | Commit message (Expand) | Author | Lines |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -1/+0 |
| 2018-03-06 | Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichton | kennytm | -10/+0 |
| 2018-03-06 | Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler | kennytm | -1/+36 |
| 2018-03-06 | Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebank | kennytm | -0/+22 |
| 2018-03-06 | Rollup merge of #48432 - flip1995:lit_diag, r=oli-obk | kennytm | -0/+91 |
| 2018-03-06 | Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik | kennytm | -14/+14 |
| 2018-03-06 | Add i128 tests for intrinsics | Amanieu d'Antras | -1/+26 |
| 2018-03-05 | Fix procedural_mbe_matching test case after libsyntax change. | Michael Woerister | -1/+1 |
| 2018-03-05 | incr.comp.: Add regression test for detecting feature gate changes. | Michael Woerister | -0/+23 |
| 2018-03-04 | Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakis | bors | -12/+167 |
| 2018-03-04 | Remove useless powerpc64 entry from ARCH_TABLE, closes #47737 | debris | -10/+0 |
| 2018-03-04 | Add note for unterminated raw string error | Guillaume Gomez | -0/+22 |
| 2018-03-04 | Auto merge of #47832 - fintelia:vec-index, r=kennytm | bors | -7/+8 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -25/+1 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+0 |
| 2018-03-02 | Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoerister | Manish Goregaokar | -10/+68 |
| 2018-03-02 | Rollup merge of #48338 - estebank:match-missing-comma, r=petrochenkov | Manish Goregaokar | -6/+68 |
| 2018-03-02 | Don't have Vec<T> delegate to [T]'s bounds for indexing | Jonathan Behrens | -1/+1 |
| 2018-03-02 | Update compile fail test error messages | Jonathan Behrens | -4/+4 |
| 2018-03-02 | Update UI test | Jonathan Behrens | -3/+4 |
| 2018-03-02 | Remove isize test | flip1995 | -11/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+4 |
| 2018-03-01 | rustc: More stable hashes of command line arguments | Alex Crichton | -10/+68 |
| 2018-03-01 | Make explain borrow work for Universal lifetimes | Santiago Pastorino | -12/+84 |
| 2018-03-01 | Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2018-03-01 | Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichton | Manish Goregaokar | -7/+5 |
| 2018-03-01 | Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddyb | Manish Goregaokar | -0/+73 |
| 2018-03-01 | Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c... | Manish Goregaokar | -0/+44 |
| 2018-03-01 | Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakis | Manish Goregaokar | -3/+29 |
| 2018-03-01 | Rollup merge of #48446 - mark-i-m:e0245, r=mark-i-m | Manish Goregaokar | -2/+9 |
| 2018-03-01 | Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko... | bors | -0/+143 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -14/+14 |
| 2018-03-01 | Add ignore-pretty for issue-48506.rs | Ryan Cumming | -0/+1 |
| 2018-03-01 | Adapt stderr of UI test to PR #48449 | flip1995 | -8/+8 |
| 2018-03-01 | Rewrite error reporting as requested | flip1995 | -17/+13 |
| 2018-03-01 | Suggest type for overflowing bin/hex-literals | flip1995 | -0/+105 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -0/+1 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -1/+4 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -3/+3 |
| 2018-02-28 | Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | Manish Goregaokar | -0/+25 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -3/+29 |
| 2018-02-28 | rustc: Tweak funclet cleanups of ffi functions | Alex Crichton | -0/+73 |
| 2018-02-28 | Fix a few run-pass tests | Stjepan Glavina | -8/+5 |
| 2018-02-28 | fix rebase | Esteban Küber | -4/+4 |
| 2018-02-28 | Add bitreverse intrinsic | Amanieu d'Antras | -0/+10 |
| 2018-02-28 | Remove E0245; improve E0404 explanation | Mark Mansi | -2/+9 |
| 2018-02-28 | Update issue-48551.rs | Niko Matsakis | -0/+3 |
| 2018-02-28 | Update UI test | leonardo.yvens | -10/+11 |
| 2018-02-28 | Check only concrete defaults for well formedness | leonardo.yvens | -26/+15 |
| 2018-02-28 | Check only predicates with a single param with a concrete default. | leonardo.yvens | -60/+18 |