about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
AgeCommit message (Expand)AuthorLines
2020-12-28Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPCDylan DPC-4/+3
2020-12-26stabilize min_const_genericsBastian Kauschke-3/+1
2020-12-25Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwcoDylan DPC-4/+32
2020-12-24use matches!() macro in more placesMatthias Krüger-4/+3
2020-12-21Implemented a compiler diagnostic for move async mistakeDion Dokter-4/+32
2020-12-19implement edition-specific :pat behavior for 2015/18mark-12/+41
2020-12-19Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwcobors-17/+107
2020-12-17Don't allow `const` to begin a nonterminalCamelid-0/+2
2020-12-17Address review commentsmibac138-7/+21
2020-12-13Auto merge of #79978 - Aaron1011:fix/capture-broken-token, r=petrochenkovbors-9/+58
2020-12-13Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkovbors-3/+38
2020-12-12Properly capture trailing 'unglued' tokenAaron Hill-9/+58
2020-12-12Recover on `const impl<> X for Y`Noah-3/+38
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-9/+18
2020-12-04A slightly clearer diagnostic when misusingRyan Levick-1/+1
2020-12-03Gracefully handle confusing -> with : in function return typemibac138-21/+75
2020-12-02Auto merge of #79364 - nico-abram:unstable-or-pat-suggestion, r=matthewjasperbors-11/+22
2020-12-01Gracefully handle mistyping -> as => in function return typemibac138-6/+28
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-2/+2
2020-11-29Fixes #79357 unstable or-pat suggestionsunknown-11/+22
2020-11-28Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorinoJonas Schievink-1/+2
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-58/+112
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-2/+2
2020-11-27Auto merge of #79433 - calebcartwright:parse-attr-vis, r=petrochenkovbors-2/+4
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-26/+83
2020-11-26Only eat semicolons for statements that need themAaron Hill-2/+1
2020-11-26Properly handle attributes on statementsAaron Hill-56/+111
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-3/+35
2020-11-26rustc_parse: restore pub vis on parse_attributeCaleb Cartwright-2/+4
2020-11-25ast and parserb-naber-26/+83
2020-11-23Cache pretty-print/retokenize result to avoid compile time blowupAaron Hill-3/+35
2020-11-22Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-seMara Bos-1/+0
2020-11-22Stabilise `then`varkor-1/+0
2020-11-22Fix typo in doc comment for report_too_many_hashesNicolas-1/+1
2020-11-19Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011Dylan DPC-7/+6
2020-11-19resolve/expand: Misc cleanupVadim Petrochenkov-7/+6
2020-11-18Permit standalone generic parameters as const generic arguments in macrosvarkor-3/+15
2020-11-15Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkovJonas Schievink-0/+3
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-0/+3
2020-11-14Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011bors-9/+5
2020-11-12rustc_parse: Remove optimization for 0-length streams in `collect_tokens`Vadim Petrochenkov-9/+5
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-2/+8
2020-11-12Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011bors-105/+75
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-2/+8
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-5/+1
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-105/+75
2020-11-07fix(rustc_parse): ConstBlock expr spanCaleb Cartwright-1/+2
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-4/+0