| Age | Commit message (Expand) | Author | Lines |
| 2018-05-21 | Add E0665 | Guillaume Gomez | -2/+13 |
| 2018-05-15 | Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearth | bors | -66/+101 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -6/+4 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-25 | Update comments to UFCS style | varkor | -11/+24 |
| 2018-04-25 | Use UFCS | varkor | -11/+20 |
| 2018-04-25 | Fix handling of None | varkor | -11/+11 |
| 2018-04-25 | Ensure derive(PartialOrd) is no longer accidentally exponential | varkor | -70/+83 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -32/+32 |
| 2018-04-19 | Fix some of the __names in the comments | James Sanderson | -13/+13 |
| 2018-04-19 | Gensym remaining identifiers | James Sanderson | -5/+5 |
| 2018-04-19 | Don't prepend deriving-generated attributes with _ | James Sanderson | -3/+3 |
| 2018-04-15 | Provide better names for builtin deriving-generated attributes | James Sanderson | -14/+14 |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -91/+212 |
| 2018-04-12 | Abstract cs_eq for partial_eq | varkor | -50/+27 |
| 2018-04-12 | Improve the comment for cs_fold1 | varkor | -2/+9 |
| 2018-04-12 | Update partial_ord codegen summary | varkor | -3/+10 |
| 2018-04-11 | Remove redundant operation in derive[PartialEq] | varkor | -28/+58 |
| 2018-04-11 | Optimise the last field operations in derive[PartialOrd] | varkor | -51/+72 |
| 2018-04-11 | Add cs_fold1 for better derives | varkor | -17/+92 |
| 2018-04-11 | Fix derive(PartialOrd) implementation | varkor | -6/+10 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -3/+7 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -7/+5 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -6/+4 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -4/+3 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+1 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -1/+3 |
| 2018-03-22 | Optimise decode return expression for unit structs | varkor | -5/+5 |
| 2018-03-22 | Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b... | varkor | -1/+1 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -2/+2 |
| 2018-03-11 | Fix hygene issue when deriving Debug | Phlosioneer | -1/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -2/+2 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -2/+2 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -2/+2 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -2/+14 |
| 2018-01-29 | Add internal-only rustc_serialize_exclude_null attribute for making the field... | Manish Goregaokar | -2/+14 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -3/+3 |
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -1/+3 |
| 2018-01-07 | Rename ReprExtern to ReprC, and similarily rename a few other fields and loca... | Robin Kruppe | -1/+1 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+1 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -99/+138 |
| 2017-12-09 | Use hygiene to access the injected crate (`core` or `std`) from builtin macros. | Jeffrey Seyfried | -86/+76 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -1/+7 |
| 2017-11-26 | limit packed copy-out to non-generic Copy structs | Ariel Ben-Yehuda | -7/+19 |
| 2017-11-26 | fix #[derive] implementation for repr(packed) structs | Ariel Ben-Yehuda | -16/+64 |
| 2017-11-25 | Fix proc_macro output with struct parse error | Esteban Küber | -1/+7 |