about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-02-05Neaten up `fold_crate`.Nicholas Nethercote-24/+15
2019-02-05Change `fold_qpath` to `fold_qself`.Nicholas Nethercote-14/+8
2019-02-05Simplify `fold_attribute`.Nicholas Nethercote-15/+9
2019-02-05Fold some overlooked spans.Nicholas Nethercote-11/+16
2019-02-05Streamline `Folder`.Nicholas Nethercote-77/+20
2019-02-05Remove some unnecessary `ast::` and `fold::` qualifiers.Nicholas Nethercote-46/+37
2019-02-04Add the span of attributes of the lhs to the span of the assignment expressiontopecongiro-0/+8
2019-02-02fix stabilization order of uniform_paths.Mazdak Farrokhzad-2/+2
2019-02-01Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavisbors-1/+4
2019-01-31Add suggestion for duplicated import.David Wood-0/+7
2019-01-31Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-01-31Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit...Mazdak Farrokhzad-1/+6
2019-01-30Add suggestions to deprecation lintsOliver Scherer-1/+4
2019-01-30Add MOVBE featureJethro Beekman-0/+1
2019-01-30proc_macro: make `TokenStream::from_streams` pre-allocate its vector.Felix S. Klock II-1/+7
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-0/+14
2019-01-30Suggest to add each of `|` and `()` when unexpected `,` is found in patternKnium_-1/+6
2019-01-28Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavisMazdak Farrokhzad-18/+5
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-65/+65
2019-01-26Auto merge of #57918 - Centril:rollup, r=Centrilbors-3/+2
2019-01-26Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=CentrilMazdak Farrokhzad-3/+2
2019-01-26Auto merge of #57852 - davidtwco:issue-57819, r=estebankbors-8/+190
2019-01-26Pretty print `$crate` as `crate` or `crate_name` in more casesVadim Petrochenkov-18/+5
2019-01-26Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelixbors-2/+18
2019-01-25Resolve breakageSimonas Kazlauskas-1/+1
2019-01-25Rollup merge of #57886 - davidtwco:issue-57385, r=estebankMazdak Farrokhzad-27/+107
2019-01-25Rollup merge of #57645 - nikomatsakis:issue-56877-abi-aggregates, r=eddybMazdak Farrokhzad-0/+7
2019-01-25distinguish "no data" from "heterogeneous" for ABI purposesNiko Matsakis-0/+7
2019-01-25Combining move lifetime and type suggestions.David Wood-30/+73
2019-01-25Suggestion moving types before associated types.David Wood-15/+52
2019-01-24Auto merge of #57879 - Centril:rollup, r=Centrilbors-1/+17
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-2/+18
2019-01-24Rollup merge of #57863 - davidtwco:issue-57684, r=estebankMazdak Farrokhzad-1/+17
2019-01-24Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearthbors-921/+19
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-921/+19
2019-01-24Rollup merge of #57817 - davidtwco:issue-54521, r=estebankMazdak Farrokhzad-1/+147
2019-01-24Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavisMazdak Farrokhzad-3/+10
2019-01-24Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwcoMazdak Farrokhzad-10/+84
2019-01-23Add suggestion for incorrect field syntax.David Wood-1/+17
2019-01-23Optimize snapshot usage.David Wood-68/+57
2019-01-23Suggest removing leading left angle brackets.David Wood-8/+201
2019-01-22Rollup merge of #57798 - hellow554:master, r=davidtwcoMazdak Farrokhzad-12/+12
2019-01-22Rollup merge of #57667 - ishitatsuyuki:p-leak, r=nnethercoteMazdak Farrokhzad-0/+1
2019-01-22Corrected spelling inconsistencyMarcel Hellwig-12/+12
2019-01-21Accept more invalid code that is close to correct fieldsEsteban Küber-2/+20
2019-01-22Extend trailing `>` detection for paths.David Wood-33/+61
2019-01-21Pluralize error messages.David Wood-2/+9
2019-01-21Add error for trailing angle brackets.David Wood-0/+111
2019-01-20Use structured suggestion in stead of notesEsteban Küber-3/+10
2019-01-21Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebankMazdak Farrokhzad-4/+8