| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+4 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -39/+41 |
| 2018-04-24 | Gensym arguments for format macro | James Sanderson | -7/+9 |
| 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-14 | Add tests and longer error explanation | Guillaume Gomez | -1/+24 |
| 2018-04-14 | Add error codes for libsyntax_ext | Guillaume Gomez | -2/+41 |
| 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-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -3/+4 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -7/+5 |
| 2018-04-06 | Use `Span::apply_mark` where possible | Vadim Petrochenkov | -9/+9 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -30/+13 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -10/+6 |
| 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-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+9 |
| 2018-03-27 | Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton | bors | -6/+6 |
| 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-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+9 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -2/+3 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -3/+3 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -3/+3 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -3/+3 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -0/+125 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -0/+2 |
| 2018-03-14 | Escape stringified expression | Shotaro Yamada | -5/+64 |
| 2018-03-13 | Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkov | kennytm | -1/+1 |
| 2018-03-11 | Fix hygene issue when deriving Debug | Phlosioneer | -1/+1 |
| 2018-03-07 | check stability of macro invocations | Austin Bonander | -0/+2 |
| 2018-03-07 | Make `assert` macro a built-in procedural macro | Shotaro Yamada | -0/+66 |
| 2018-03-05 | while let all the things | leonardo.yvens | -11/+6 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -4/+6 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -0/+2 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -4/+4 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -10/+11 |
| 2018-02-07 | libsyntax/ext: trailing commas in builtin macros | Michael Lamparski | -0/+2 |
| 2018-02-06 | Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis | kennytm | -0/+6 |