| Age | Commit message (Expand) | Author | Lines |
| 2019-02-14 | Rollup merge of #58407 - euclio:upper-camel-case, r=estebank | Mazdak Farrokhzad | -72/+44 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -0/+40 |
| 2019-02-14 | Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1 | Mazdak Farrokhzad | -0/+50 |
| 2019-02-14 | Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix | Mazdak Farrokhzad | -0/+40 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -31/+23 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -43/+143 |
| 2019-02-14 | Rollup merge of #57992 - Matthias247:waker4, r=cramertj | Mazdak Farrokhzad | -55/+90 |
| 2019-02-14 | Rollup merge of #57451 - dlrobertson:can_use_as_ref_nit, r=estebank | Mazdak Farrokhzad | -8/+8 |
| 2019-02-13 | Propagate region constraints more precisely from closures | Matthew Jasper | -0/+40 |
| 2019-02-13 | specify "upper camel case" in style lint | Andy Russell | -72/+44 |
| 2019-02-13 | suggestion-diagnostics: as_ref improve snippet | Dan Robertson | -8/+8 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -0/+17 |
| 2019-02-13 | Rollup merge of #58381 - davidtwco:issue-42944, r=estebank | Mazdak Farrokhzad | -12/+42 |
| 2019-02-13 | Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiser | Mazdak Farrokhzad | -0/+66 |
| 2019-02-13 | Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwco | Mazdak Farrokhzad | -11/+26 |
| 2019-02-13 | Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+43 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -58/+109 |
| 2019-02-12 | Merging master | Matthias Einwag | -1168/+2227 |
| 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 | Check user type annotations for range patterns. | David Wood | -0/+50 |
| 2019-02-12 | Added tests. | Alexander Regueiro | -0/+21 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -12/+12 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -0/+40 |
| 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 | Set the query in the ImplicitCtxt before trying to mark it green | John Kåre Alsaker | -0/+17 |
| 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 | 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 |