| Age | Commit message (Expand) | Author | Lines |
| 2017-08-19 | Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkov | bors | -16/+11 |
| 2017-08-18 | Minor Iterator::filter_map description rewording. | Corey Farwell | -1/+1 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -438/+264 |
| 2017-08-18 | Correct has_root() on Redox | Ian Douglas Scott | -3/+20 |
| 2017-08-18 | Remove outline when details have focus | Guillaume Gomez | -0/+4 |
| 2017-08-18 | redox: Require scheme for path to be absolute | Ian Douglas Scott | -2/+10 |
| 2017-08-18 | rustc: Add `Local` to the HIR map of parents | Alex Crichton | -14/+36 |
| 2017-08-18 | Add links for impls | Jouan Amate | -4/+11 |
| 2017-08-18 | Fix a diagnostic | Alex Crichton | -1/+1 |
| 2017-08-18 | Add missing links for String module and type | Guillaume Gomez | -32/+41 |
| 2017-08-18 | Auto merge of #43917 - ids1024:redox-unwind, r=alexcrichton | bors | -2/+1 |
| 2017-08-18 | Add missing urls for Result struct | Guillaume Gomez | -27/+73 |
| 2017-08-18 | Add missing url for fmt module | Guillaume Gomez | -1/+1 |
| 2017-08-18 | Update the compiler_builtins submodule | Dylan McKay | -0/+0 |
| 2017-08-18 | Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkov | bors | -10/+91 |
| 2017-08-18 | Add an additional empty line between the suggested `use` and the next item | Oliver Schneider | -5/+18 |
| 2017-08-18 | Handle structs, unions and enums unsized field/variant separately | Guillaume Gomez | -13/+64 |
| 2017-08-18 | Auto merge of #43904 - topecongiro:libsyntax/parse-attr, r=petrochenkov | bors | -6/+4 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -17/+17 |
| 2017-08-17 | Fix more UI tests | Alex Crichton | -1/+1 |
| 2017-08-18 | Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichton | bors | -59/+62 |
| 2017-08-17 | Verify that an `if` condition block returns a value | Esteban Küber | -5/+51 |
| 2017-08-18 | Auto merge of #43897 - lu-zero:master, r=alexcrichton | bors | -0/+90 |
| 2017-08-18 | Auto merge of #43832 - huntiep:compiler-desugaring-enum, r=nikomatsakis | bors | -11/+48 |
| 2017-08-17 | Check for `else` keyword on missing `if` condition | Esteban Küber | -29/+12 |
| 2017-08-17 | Fix UI tests | Alex Crichton | -10/+2 |
| 2017-08-17 | Add x86_64-unknown-redox to build manifest target list | Jeremy Soller | -0/+1 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -168/+284 |
| 2017-08-18 | code review fixes | gaurikholkar | -22/+38 |
| 2017-08-17 | Accept underscores in unicode escapes | Malo Jaffré | -56/+101 |
| 2017-08-17 | Point out missing if conditional | Esteban Küber | -4/+52 |
| 2017-08-17 | code review fixes | gaurikholkar | -9/+31 |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -37/+181 |
| 2017-08-17 | Rollup merge of #43930 - pravic:es5-revert-shorthand, r=frewsxcv | Corey Farwell | -4/+4 |
| 2017-08-17 | Rollup merge of #43928 - anthonyclays:anthonyclays-refcell-docfix, r=QuietMis... | Corey Farwell | -1/+1 |
| 2017-08-17 | Rollup merge of #43920 - michael-zapata:cleanup/mir, r=arielb1 | Corey Farwell | -6/+4 |
| 2017-08-17 | Rollup merge of #43916 - integer32llc:cargo-docs-redirect, r=alexcrichton | Corey Farwell | -1/+46 |
| 2017-08-17 | Rollup merge of #43915 - adrian5:patch-1, r=sfackler | Corey Farwell | -1/+1 |
| 2017-08-17 | Rollup merge of #43914 - steveklabnik:update-books, r=QuietMisdreavus | Corey Farwell | -0/+0 |
| 2017-08-17 | Rollup merge of #43912 - Songbird0:e0106_field_lifetimes, r=GuillaumeGomez | Corey Farwell | -0/+4 |
| 2017-08-17 | Rollup merge of #43905 - partim:master, r=steveklabnik | Corey Farwell | -1/+8 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -59/+59 |
| 2017-08-17 | Upgrade a comment to a doc comment | Oliver Schneider | -1/+1 |
| 2017-08-17 | Upgrade a comment to a doc comment | Oliver Schneider | -3/+3 |
| 2017-08-17 | Update ui tests | Seiichi Uchida | -2/+2 |
| 2017-08-17 | Include the closing paren to the span of ast::NestedMetaItem | Seiichi Uchida | -11/+6 |
| 2017-08-17 | Use respan() | Seiichi Uchida | -3/+3 |
| 2017-08-17 | Auto merge of #43902 - michaelwoerister:fix-mir-passes-promoted, r=arielb1 | bors | -0/+8 |
| 2017-08-17 | Fix ES5 regression with shorthand names. | pravic | -4/+4 |
| 2017-08-17 | Adding E0623 for structs | gaurikholkar | -177/+621 |