| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Adjust parser generic parameter errors | varkor | -28/+26 |
| 2019-02-07 | Add lowering errors for const generics | varkor | -0/+6 |
| 2019-02-07 | Add resolution errors for const generics | varkor | -0/+20 |
| 2019-02-07 | Add pretty-printing for const generics | varkor | -1/+11 |
| 2019-02-07 | Support const generics in derive | varkor | -1/+19 |
| 2019-02-07 | Parse const generics | varkor | -178/+112 |
| 2019-02-07 | Add const_generics feature flag | varkor | -2/+13 |
| 2019-02-07 | Add Const kind to AST | varkor | -3/+13 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -0/+14 |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -574/+617 |
| 2019-02-06 | Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkov | bors | -1924/+1700 |
| 2019-02-06 | Rename `fold.rs` as `mut_visit.rs`. | Nicholas Nethercote | -1/+1 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -1436/+1326 |
| 2019-02-06 | Rollup merge of #58116 - topecongiro:wrong-span-assignment, r=petrochenkov | kennytm | -0/+8 |
| 2019-02-06 | Rollup merge of #58001 - pnkfelix:issue-57735-proc-macro-with-large-tokenstre... | kennytm | -1/+7 |
| 2019-02-05 | Auto merge of #57973 - davidtwco:issue-52891, r=estebank | bors | -0/+7 |
| 2019-02-05 | Various improvements in `Folder` impls. | Nicholas Nethercote | -46/+18 |
| 2019-02-05 | Streamline `Folder` some more. | Nicholas Nethercote | -43/+39 |
| 2019-02-05 | Neaten up `fold_crate`. | Nicholas Nethercote | -24/+15 |
| 2019-02-05 | Change `fold_qpath` to `fold_qself`. | Nicholas Nethercote | -14/+8 |
| 2019-02-05 | Simplify `fold_attribute`. | Nicholas Nethercote | -15/+9 |
| 2019-02-05 | Fold some overlooked spans. | Nicholas Nethercote | -11/+16 |
| 2019-02-05 | Streamline `Folder`. | Nicholas Nethercote | -77/+20 |
| 2019-02-05 | Remove some unnecessary `ast::` and `fold::` qualifiers. | Nicholas Nethercote | -46/+37 |
| 2019-02-04 | Add the span of attributes of the lhs to the span of the assignment expression | topecongiro | -0/+8 |
| 2019-02-02 | fix stabilization order of uniform_paths. | Mazdak Farrokhzad | -2/+2 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -1/+4 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -0/+7 |
| 2019-01-31 | Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-01-31 | Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit... | Mazdak Farrokhzad | -1/+6 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -1/+4 |
| 2019-01-30 | Add MOVBE feature | Jethro Beekman | -0/+1 |
| 2019-01-30 | proc_macro: make `TokenStream::from_streams` pre-allocate its vector. | Felix S. Klock II | -1/+7 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -0/+14 |
| 2019-01-30 | Suggest to add each of `|` and `()` when unexpected `,` is found in pattern | Knium_ | -1/+6 |
| 2019-01-28 | Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavis | Mazdak Farrokhzad | -18/+5 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -65/+65 |
| 2019-01-26 | Auto merge of #57918 - Centril:rollup, r=Centril | bors | -3/+2 |
| 2019-01-26 | Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-01-26 | Auto merge of #57852 - davidtwco:issue-57819, r=estebank | bors | -8/+190 |
| 2019-01-26 | Pretty print `$crate` as `crate` or `crate_name` in more cases | Vadim Petrochenkov | -18/+5 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -2/+18 |
| 2019-01-25 | Resolve breakage | Simonas Kazlauskas | -1/+1 |
| 2019-01-25 | Rollup merge of #57886 - davidtwco:issue-57385, r=estebank | Mazdak Farrokhzad | -27/+107 |
| 2019-01-25 | Rollup merge of #57645 - nikomatsakis:issue-56877-abi-aggregates, r=eddyb | Mazdak Farrokhzad | -0/+7 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -0/+7 |
| 2019-01-25 | Combining move lifetime and type suggestions. | David Wood | -30/+73 |
| 2019-01-25 | Suggestion moving types before associated types. | David Wood | -15/+52 |
| 2019-01-24 | Auto merge of #57879 - Centril:rollup, r=Centril | bors | -1/+17 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -2/+18 |