| Age | Commit message (Expand) | Author | Lines |
| 2018-08-07 | Don't accidentally promote union access in MIR | Oliver Schneider | -11/+0 |
| 2018-08-07 | Add feature gate checks | Oliver Schneider | -1/+38 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -16/+71 |
| 2018-08-07 | Auto merge of #52450 - PramodBisht:issue/52413, r=estebank | bors | -48/+49 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -40/+6 |
| 2018-08-06 | Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakis | bors | -27/+72 |
| 2018-08-06 | Auto merge of #53115 - davidtwco:issue-52739, r=nikomatsakis | bors | -186/+198 |
| 2018-08-06 | Disable some nice region errors in NLL mode. | David Wood | -186/+198 |
| 2018-08-06 | #52413: addressed @estebank's Nit | Pramod Bisht | -41/+43 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -988/+635 |
| 2018-08-06 | Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddyb | bors | -0/+44 |
| 2018-08-06 | Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor... | bors | -5/+40 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -9/+9 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -0/+29 |
| 2018-08-05 | Fix WASM tests | varkor | -2/+0 |
| 2018-08-05 | Auto merge of #52800 - QuietMisdreavus:do-not-pass-go, r=GuillaumeGomez | bors | -1/+51 |
| 2018-08-05 | Closes #52413: Provide structured suggestion instead of label | Pramod Bisht | -47/+46 |
| 2018-08-05 | Change feature edition error into a warning | varkor | -6/+5 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -40/+10 |
| 2018-08-05 | Remove references to unknown feature `io` | varkor | -7/+1 |
| 2018-08-05 | Add an error when declaring features that are stable in the current Rust edition | varkor | -0/+27 |
| 2018-08-05 | Fix stage 2 tests | varkor | -3/+6 |
| 2018-08-05 | Fix rustdoc test | varkor | -2/+0 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -89/+20 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -550/+230 |
| 2018-08-05 | Turn the duplicate feature lint into an error | varkor | -15/+9 |
| 2018-08-05 | Remove panic-runtime opt-out | varkor | -9/+0 |
| 2018-08-05 | Add a test for feature attribute consistency | varkor | -0/+41 |
| 2018-08-05 | Add test for duplicate features | varkor | -0/+40 |
| 2018-08-05 | Add a test for unknown features | varkor | -0/+29 |
| 2018-08-05 | Fix test/ui | varkor | -7/+7 |
| 2018-08-05 | Fix test/compile-fail | varkor | -214/+222 |
| 2018-08-05 | Fix test/run-pass | varkor | -85/+36 |
| 2018-08-05 | Fix test/run-fail | varkor | -6/+0 |
| 2018-08-05 | Fix test/debuginfo | varkor | -1/+0 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -1/+1 |
| 2018-08-05 | Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix | bors | -130/+850 |
| 2018-08-05 | Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelix | bors | -36/+45 |
| 2018-08-04 | fix exit-code test so the lint fires again | QuietMisdreavus | -1/+1 |
| 2018-08-04 | add tests for new intra-doc-link behavior | QuietMisdreavus | -0/+50 |
| 2018-08-04 | Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -0/+32 |
| 2018-08-04 | Auto merge of #52758 - Mark-Simulacrum:session-cleanup, r=pnkfelix | bors | -3/+3 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -2/+2 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -1/+1 |
| 2018-08-04 | Strengthen tests | Guillaume Gomez | -0/+1 |
| 2018-08-04 | Fix primitive blanket impls not showing up | Guillaume Gomez | -0/+31 |
| 2018-08-04 | Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebank | kennytm | -1/+1 |
| 2018-08-04 | Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichton | bors | -2/+3 |
| 2018-08-04 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -5/+40 |
| 2018-08-03 | Update tests for new spans for nll errors involving closures | Matthew Jasper | -130/+184 |