| Age | Commit message (Expand) | Author | Lines |
| 2018-09-18 | Set diagnostic applicability based on array length | memoryruins | -2/+2 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+125 |
| 2018-09-18 | Update mir-opt test suite | Rémy Rakic | -13/+48 |
| 2018-09-18 | Update NLL 3-point error message for fake reads in optimized let patterns | Remy Rakic | -27/+30 |
| 2018-09-18 | Switched from FxHashMap to BTreeMap to preserve ordering when iterating. | David Wood | -8/+8 |
| 2018-09-18 | De-duplicate moved variable errors. | David Wood | -122/+62 |
| 2018-09-18 | Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni... | bors | -11/+265 |
| 2018-09-18 | Auto merge of #54319 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -6/+96 |
| 2018-09-18 | Remove outdated rustdoc PinBox tests | Taylor Cramer | -21/+0 |
| 2018-09-18 | Rollup merge of #54299 - snaedis:issue-54246, r=varkor | Guillaume Gomez | -6/+6 |
| 2018-09-18 | Rollup merge of #54273 - csmoe:lint_ty_lit, r=estebank | Guillaume Gomez | -0/+53 |
| 2018-09-18 | Rollup merge of #54225 - pnkfelix:issue-53675-add-test-called-panic, r=petroc... | Guillaume Gomez | -0/+36 |
| 2018-09-18 | Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd... | Guillaume Gomez | -0/+1 |
| 2018-09-18 | Auto merge of #53900 - davidtwco:issue-53771, r=nikomatsakis | bors | -0/+14 |
| 2018-09-18 | Regression test for this particular change. | Felix S. Klock II | -0/+94 |
| 2018-09-18 | Updates to tests reflecting the diangostic changes in previous commit. | Felix S. Klock II | -52/+53 |
| 2018-09-17 | Cleanup and fix method resolution issue | Taylor Cramer | -12/+10 |
| 2018-09-17 | Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton | bors | -4/+68 |
| 2018-09-17 | Inspect parents paths when checking for moves | Santiago Pastorino | -0/+71 |
| 2018-09-17 | libsyntax: add optional help message for deprecated features | Alva Snædís | -2/+2 |
| 2018-09-17 | Suggest array indexing when tuple indexing on an array. | memoryruins | -0/+18 |
| 2018-09-17 | libsyntax: fix casing in error message | Alva Snædís | -4/+4 |
| 2018-09-17 | On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ... | Felix S. Klock II | -0/+57 |
| 2018-09-17 | Tests for `feature(bind_by_move_pattern_guards)`. | Felix S. Klock II | -11/+208 |
| 2018-09-17 | add test for float/integer | csmoe | -5/+30 |
| 2018-09-16 | Treat `dyn` as a keyword in the 2018 edition | varkor | -0/+58 |
| 2018-09-16 | resolve: Do not error on access to proc macros imported with `#[macro_use]` | Vadim Petrochenkov | -2/+2 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -4/+68 |
| 2018-09-16 | Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -51/+201 |
| 2018-09-16 | add test for numeric literal cast | csmoe | -0/+28 |
| 2018-09-16 | Rollup merge of #54209 - petrochenkov:mexpr, r=pnkfelix | Guillaume Gomez | -51/+51 |
| 2018-09-16 | Rollup merge of #54181 - vi:hint_and_or, r=estebank | Guillaume Gomez | -0/+120 |
| 2018-09-16 | Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez | Guillaume Gomez | -0/+30 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -158/+169 |
| 2018-09-16 | Check the remaining nodes | Kazuyoshi Kato | -0/+4 |
| 2018-09-15 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -0/+77 |
| 2018-09-15 | rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration. | Eduard-Mihai Burtescu | -1/+75 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -2/+92 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -47/+105 |
| 2018-09-15 | Auto merge of #52896 - SergioBenitez:master, r=alexcrichton | bors | -0/+170 |
| 2018-09-14 | Add a test to prevent regression | Kazuyoshi Kato | -0/+26 |
| 2018-09-15 | Regression test for rust-lang/rust#53675. | Felix S. Klock II | -0/+36 |
| 2018-09-15 | issue 54109: use short suggestions | Vitaly _Vi Shukela | -6/+6 |
| 2018-09-14 | Auto merge of #54069 - petrochenkov:subns, r=aturon | bors | -24/+46 |
| 2018-09-14 | Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkov | bors | -0/+16 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+25 |
| 2018-09-14 | Auto merge of #54080 - PramodBisht:issue/53692, r=estebank | bors | -0/+51 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -7/+32 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -3/+93 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -34/+216 |