| Age | Commit message (Expand) | Author | Lines |
| 2018-09-21 | Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well. | Felix S. Klock II | -0/+4 |
| 2018-09-21 | Add expected output for compiler to tests of optimization-fuel-{0,1}.rs. | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Ignore the output itself on `rustc-rust-log.rs` (added in rust-lang/rust#42737). | Felix S. Klock II | -0/+9 |
| 2018-09-21 | Workaround rust-lang/rust#54222 by just ignoring the warning about the linker... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+296 |
| 2018-09-20 | Detect `for _ in in bar {}` typo | Esteban Küber | -4/+26 |
| 2018-09-20 | Remove incidental notes | memoryruins | -5/+0 |
| 2018-09-20 | Add test for deref recursion limit printing twice | memoryruins | -0/+72 |
| 2018-09-20 | Auto merge of #54389 - kennytm:rollup, r=kennytm | bors | -0/+55 |
| 2018-09-20 | Disable rustfix temporarily on extern-const.rs | Rémy Rakic | -26/+1 |
| 2018-09-20 | debug_macro: --bless tests. | Mazdak Farrokhzad | -23/+1 |
| 2018-09-20 | dbg_macro: notes about VCS and log::debug!(..) | Mazdak Farrokhzad | -0/+0 |
| 2018-09-20 | dbg_macro: output tests. | Mazdak Farrokhzad | -0/+119 |
| 2018-09-20 | dbg_macro: Debug-required test. | Mazdak Farrokhzad | -0/+24 |
| 2018-09-20 | dbg_macro: feature gate + move semantics test. | Mazdak Farrokhzad | -0/+89 |
| 2018-09-20 | Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn... | kennytm | -0/+35 |
| 2018-09-20 | Auto merge of #53162 - QuietMisdreavus:crouching-impl-hidden-trait, r=Guillau... | bors | -6/+169 |
| 2018-09-20 | Rollup merge of #54292 - memoryruins:issue-53712, r=estebank | kennytm | -0/+20 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -0/+40 |
| 2018-09-20 | don't index trait impls if the trait isn't also documented | QuietMisdreavus | -0/+23 |
| 2018-09-20 | add more tests for traits-in-non-module-scope | QuietMisdreavus | -4/+62 |
| 2018-09-20 | don't check visibility when inlining local impls | QuietMisdreavus | -0/+28 |
| 2018-09-20 | ignore rustdoc/doc-proc-macro on stage1 | QuietMisdreavus | -0/+2 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -3/+15 |
| 2018-09-20 | Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis | bors | -0/+71 |
| 2018-09-20 | Add test for doctest edition support | Philip Munksgaard | -0/+54 |
| 2018-09-19 | Improve error checking and reporting | Scott McMurray | -6/+138 |
| 2018-09-19 | Enforce that #[marker] traits cannot have associated items | Scott McMurray | -0/+88 |
| 2018-09-19 | Require that marker impls are empty, but allow them to overlap | Scott McMurray | -0/+136 |
| 2018-09-19 | Parse, feature-gate, and validate the #[marker] attribute | Scott McMurray | -0/+30 |
| 2018-09-19 | add -Zui-testing to rustdoc | QuietMisdreavus | -31/+31 |
| 2018-09-19 | Remove spawning from task::Context | Taylor Cramer | -41/+15 |
| 2018-09-19 | Add regression test for thread local static mut borrows | Santiago Pastorino | -0/+35 |
| 2018-09-19 | Update ui tests | Matthew Jasper | -174/+205 |
| 2018-09-19 | Don't claim that locals in a function are declared outside of the | Matthew Jasper | -5/+6 |
| 2018-09-19 | Don't try to use a path to a type alias as a path to the adt it aliases | Matthew Jasper | -0/+55 |
| 2018-09-19 | Make the span of the MIR return place point to the return type | Matthew Jasper | -32/+32 |
| 2018-09-19 | Regression test for rust-lang/rust#22323. | Felix S. Klock II | -0/+32 |
| 2018-09-19 | Auto merge of #54101 - osa1:issue_54099, r=nikomatsakis | bors | -12/+18 |
| 2018-09-19 | Auto merge of #53877 - withoutboats:compositional-pin, r=aturon | bors | -33/+10 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -8/+8 |
| 2018-09-19 | Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakis | bors | -114/+54 |
| 2018-09-18 | Use expr's span | memoryruins | -1/+3 |
| 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 |