| Age | Commit message (Expand) | Author | Lines |
| 2019-02-11 | use ignore directives for run-make tests | Andy Russell | -297/+118 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -31/+23 |
| 2019-02-11 | Only suggest imports if not imported. | David Wood | -12/+42 |
| 2019-02-11 | rename variable and add test directive for #58030 | Patrick McCarter | -0/+1 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -1/+1 |
| 2019-02-11 | Update fulldeps test | Oliver Scherer | -1/+1 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -15/+15 |
| 2019-02-11 | Add a test for rustc_deprecated | varkor | -0/+29 |
| 2019-02-11 | Add rustdoc index page test for future deprecation attributes | varkor | -0/+2 |
| 2019-02-11 | Add a rustdoc test for future rustc_deprecated attributes | varkor | -0/+11 |
| 2019-02-11 | Update existing rustdoc test | varkor | -1/+1 |
| 2019-02-11 | Do not apply future deprecation warning for #[deprecated] | varkor | -57/+66 |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -29/+37 |
| 2019-02-10 | Re-blessed tests. | Alexander Regueiro | -1/+3 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -33/+33 |
| 2019-02-10 | Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -7/+49 |
| 2019-02-10 | Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=Manishearth | Guillaume Gomez | -0/+21 |
| 2019-02-10 | Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomez | Guillaume Gomez | -7/+28 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -3/+6 |
| 2019-02-10 | Add test for MIR printing changes | Matthew Jasper | -0/+66 |
| 2019-02-10 | Remove spotlight for trait aliases and fix nits | Guillaume Gomez | -1/+1 |
| 2019-02-10 | Add trait alias support in rustdoc | Guillaume Gomez | -0/+21 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -155/+155 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -49/+36 |
| 2019-02-09 | Remove rustdoc test which referenced unstable API | Matthias Einwag | -10/+0 |
| 2019-02-09 | Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakis | bors | -0/+349 |
| 2019-02-09 | put back macro redirect | Guillaume Gomez | -1/+1 |
| 2019-02-09 | Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov | bors | -32/+94 |
| 2019-02-08 | Remove trailing white-space | gnzlbg | -1/+1 |
| 2019-02-08 | simd-saturating-arith test requires LLVM >= 8.0 | gnzlbg | -3/+3 |
| 2019-02-08 | Auto merge of #58161 - davidtwco:issue-57960, r=arielb1 | bors | -0/+39 |
| 2019-02-08 | Move simd intrinsic codegen tests into the simd-intrinsic subdir | gnzlbg | -0/+0 |
| 2019-02-08 | Add simd_saturating_{add,sub} intrinsics | gnzlbg | -0/+830 |
| 2019-02-08 | review comments: (marginally) reduce memory consumtion | Esteban Küber | -1/+41 |
| 2019-02-08 | Use descriptive variant name | varkor | -5/+5 |
| 2019-02-08 | Fix nll test output | Esteban Küber | -1/+1 |
| 2019-02-08 | Don't shadow the provided `stringify!` macro in a wasm code size test case | Nick Fitzgerald | -23/+17 |
| 2019-02-08 | Use write_char for writing padding characters | Nick Fitzgerald | -1/+1 |
| 2019-02-08 | Add a wasm code size test for stringifying numbers | Nick Fitzgerald | -0/+49 |
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -29/+37 |
| 2019-02-08 | Allow a dirty MirBuilt for make_extern and make_method_extern | John Kåre Alsaker | -2/+2 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -391/+497 |
| 2019-02-08 | Update tests | John Kåre Alsaker | -153/+153 |
| 2019-02-07 | Add test for type mismatch on first match arm | Esteban Küber | -0/+58 |
| 2019-02-07 | Suggest removing parentheses surrounding lifetimes | Igor Sadikov | -4/+4 |
| 2019-02-07 | update test | Mark Mansi | -23/+27 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -46/+35 |
| 2019-02-07 | add a test | mark | -0/+69 |
| 2019-02-07 | fix existing tests | mark | -32/+32 |
| 2019-02-07 | Refactor const saturating intrinsics emulation and add unstable feature attri... | Patrick McCarter | -0/+2 |