| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centril | Mazdak Farrokhzad | -0/+21 |
| 2019-02-13 | Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov | Mazdak Farrokhzad | -4/+39 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -12/+12 |
| 2019-02-12 | Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton | bors | -3/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -34/+36 |
| 2019-02-12 | Added tests. | Alexander Regueiro | -0/+21 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -12/+12 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -16/+16 |
| 2019-02-12 | Stabilize str::escape_* methods | Simon Sapin | -3/+0 |
| 2019-02-12 | Auto merge of #57388 - euclio:runmake-explicit-ignore, r=kennytm | bors | -297/+118 |
| 2019-02-12 | Auto merge of #58246 - pmccarter:master, r=oli-obk | bors | -0/+34 |
| 2019-02-12 | Auto merge of #58180 - davidtwco:issue-58053, r=estebank | bors | -0/+34 |
| 2019-02-11 | use ignore directives for run-make tests | Andy Russell | -297/+118 |
| 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 | 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 | 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 | Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakis | bors | -0/+349 |
| 2019-02-09 | Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov | bors | -32/+94 |
| 2019-02-08 | Auto merge of #58161 - davidtwco:issue-57960, r=arielb1 | bors | -0/+39 |
| 2019-02-08 | Fix nll test output | Esteban Küber | -1/+1 |
| 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 | 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 |
| 2019-02-07 | Resolve incorrect diagnostic for using a non-const value in a constant | varkor | -52/+34 |
| 2019-02-07 | Add a test forbidding the use of const parameters in inner items | varkor | -0/+37 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -78/+78 |
| 2019-02-07 | Parse negative literals in const generic arguments | varkor | -0/+4 |
| 2019-02-07 | Add warning for a parameter list with an attribute but no parameters | varkor | -3/+9 |
| 2019-02-07 | Add test for generic parameter list solely containing an attribute | varkor | -0/+5 |
| 2019-02-07 | Adjust generic const param resolution | varkor | -28/+0 |
| 2019-02-07 | Adjust parser generic parameter errors | varkor | -26/+67 |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -2/+2 |