summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser
AgeCommit message (Expand)AuthorLines
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-10/+26
2022-09-27create a new local varTakayuki Maeda-5/+3
2022-09-26Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david...Matthias Krüger-7/+30
2022-09-26Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-deadbors-0/+17
2022-09-25Recover some items that expect braces and don't take semicolonsMichael Goulet-7/+30
2022-09-22recover from struct nested in structRageking8-0/+17
2022-09-22Add missing code="" attributes to suggestion subdiagnosticsXiretza-4/+4
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-7/+7
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-42/+42
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-43/+43
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-1/+1
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-5/+41
2022-09-20Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011Michael Howell-1/+0
2022-09-16Rollup merge of #101859 - Rageking8:slight-vertical-formatting, r=compiler-er...Guillaume Gomez-12/+12
2022-09-16use subdiagnostic for logical negation, bitwise notyukang-11/+37
2022-09-16tweak suggestionyukang-1/+1
2022-09-15slight vertical formattingRageking8-12/+12
2022-09-15more tweak on diagnostic messagesyukang-0/+10
2022-09-15fix #101797: Suggest associated const for incorrect use of let in traitsyukang-4/+15
2022-09-14Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillotbors-2/+15
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-2/+11
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-2/+15
2022-09-13Address code review commentsEric Holk-3/+1
2022-09-13Emit an error instead of reconstructing token stream.Camille GILLOT-30/+14
2022-09-13Manually cleanup token stream when macro expansion aborts.Camille GILLOT-15/+30
2022-09-12Introduce dyn_star feature flagEric Holk-2/+13
2022-09-09Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.Nicholas Nethercote-13/+13
2022-09-09Rename `AttrAnnotatedToken{Stream,Tree}`.Nicholas Nethercote-26/+25
2022-09-09Move `Spacing` out of `AttrAnnotatedTokenStream`.Nicholas Nethercote-8/+8
2022-09-08Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-deadDylan DPC-0/+16
2022-09-08fixes #101477: Recover from typo where == is used in place of =yukang-0/+16
2022-09-07Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-...Matthias Krüger-0/+3
2022-09-07do not suggest a semicolon for a macro without `!`Takayuki Maeda-0/+3
2022-09-06Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-deadGuillaume Gomez-0/+11
2022-09-06Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia...Guillaume Gomez-2/+3
2022-09-06Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillotbors-1/+16
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-30/+26
2022-09-05Recover from using `;` as separator between fieldsChayim Refael Friedman-0/+11
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-2/+3
2022-09-03remove redundant clonesMatthias Krüger-1/+1
2022-09-03Suggest removing unnecessary prefix let in patternsMichael Goulet-1/+16
2022-09-02Refactor and re-use BindingAnnotationCameron Steffen-30/+26
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-6/+0
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-7/+12
2022-08-31Fix a bunch of typoDezhi Wu-3/+3
2022-08-29Revert let_chains stabilizationNilstrieb-6/+22
2022-08-29Improve `parse_dot_or_call_expr_with`.Nicholas Nethercote-6/+11
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-1/+1
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-5/+5