| Age | Commit message (Expand) | Author | Lines |
| 2018-08-07 | Don't accidentally promote union access in MIR | Oliver Schneider | -12/+1 |
| 2018-08-07 | Use the correct feature gate name | Oliver Schneider | -2/+2 |
| 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 | -131/+118 |
| 2018-08-07 | Auto merge of #52450 - PramodBisht:issue/52413, r=estebank | bors | -52/+62 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -54/+76 |
| 2018-08-06 | Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakis | bors | -32/+88 |
| 2018-08-06 | Auto merge of #53115 - davidtwco:issue-52739, r=nikomatsakis | bors | -187/+205 |
| 2018-08-06 | Disable some nice region errors in NLL mode. | David Wood | -187/+205 |
| 2018-08-06 | #52413: addressed @estebank's Nit | Pramod Bisht | -42/+44 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -1210/+1040 |
| 2018-08-06 | Special-case "test" feature | varkor | -0/+4 |
| 2018-08-06 | Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddyb | bors | -5/+136 |
| 2018-08-06 | Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor... | bors | -6/+48 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -10/+14 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -24/+108 |
| 2018-08-05 | Auto merge of #52997 - llogiq:tiny-list-opt, r=varkor | bors | -32/+49 |
| 2018-08-05 | Fix WASM tests | varkor | -2/+0 |
| 2018-08-05 | Fix diagnostic_list error | varkor | -1/+1 |
| 2018-08-05 | Auto merge of #52800 - QuietMisdreavus:do-not-pass-go, r=GuillaumeGomez | bors | -672/+899 |
| 2018-08-05 | Closes #52413: Provide structured suggestion instead of label | Pramod Bisht | -51/+59 |
| 2018-08-05 | Fix failure on msvc | varkor | -1/+0 |
| 2018-08-05 | Change feature edition error into a warning | varkor | -7/+6 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -42/+11 |
| 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 | -22/+79 |
| 2018-08-05 | Remove bad features after rebase | varkor | -3/+0 |
| 2018-08-05 | Improve query efficiency | varkor | -12/+11 |
| 2018-08-05 | Fix outdated handling of GetLangItems | varkor | -10/+2 |
| 2018-08-05 | Fix stage 2 tests | varkor | -13/+10 |
| 2018-08-05 | Fix rustdoc test | varkor | -2/+0 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -89/+20 |
| 2018-08-05 | Fix incremental tests | varkor | -2/+4 |
| 2018-08-05 | Add special support for libc | varkor | -6/+3 |
| 2018-08-05 | Add support for feature attributes on macros | varkor | -4/+3 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -575/+247 |
| 2018-08-05 | Turn the duplicate feature lint into an error | varkor | -48/+46 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -16/+0 |
| 2018-08-05 | Remove obsolete tests in tidy | varkor | -32/+3 |
| 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 | -216/+231 |
| 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 | Get around tidy bug | varkor | -4/+4 |
| 2018-08-05 | Add duplicity lint for lang features | varkor | -29/+38 |