| Age | Commit message (Expand) | Author | Lines |
| 2018-08-07 | Rollup merge of #53135 - joshtriplett:remove-catch-from-2018-preview, r=Mark-... | kennytm | -1/+1 |
| 2018-08-07 | Rollup merge of #53107 - RalfJung:static-mutex, r=alexcrichton | kennytm | -12/+5 |
| 2018-08-07 | Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkov | kennytm | -0/+28 |
| 2018-08-07 | Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertj | kennytm | -50/+54 |
| 2018-08-07 | Rollup merge of #53060 - iliekturtles:rustdoc-style, r=GuillaumeGomez | kennytm | -35/+32 |
| 2018-08-07 | Rollup merge of #53052 - redroc:master, r=QuietMisdreavus | kennytm | -33/+0 |
| 2018-08-07 | Rollup merge of #53028 - Mark-Simulacrum:split-out-codegen, r=alexcrichton | kennytm | -54/+10 |
| 2018-08-07 | Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton | kennytm | -9/+3 |
| 2018-08-07 | Rollup merge of #52885 - Mark-Simulacrum:cleanup-typeck, r=nikomatsakis | kennytm | -18/+7 |
| 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 | Rust 2018: Disable catch_expr, not targeted for 2018 edition | Josh Triplett | -1/+1 |
| 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 | 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 | Building librustc_codegen_llvm in a separate directory | Mark Rousskov | -54/+10 |
| 2018-08-06 | Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor... | bors | -6/+48 |
| 2018-08-06 | Remove references to `StaticMutex` which got removed a while ago | Ralf Jung | -12/+5 |
| 2018-08-06 | Rename Executor trait to Spawn | Josef Reinhard Brandl | -50/+54 |
| 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 | Fix failure on msvc | varkor | -1/+0 |
| 2018-08-05 | Enable macros to pass $:literal to another macro | Matthew Tran | -0/+28 |
| 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 |