about summary refs log tree commit diff
path: root/src/librustc_parse
AgeCommit message (Expand)AuthorLines
2020-05-30Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkovRalf Jung-5/+16
2020-05-30Rollup merge of #72724 - Aaron1011:revert-tokenstream-expand, r=petrochenkovYuki Okushi-209/+4
2020-05-29Fix missing import lost in revertAaron Hill-1/+1
2020-05-29Revert "Move functions to librustc_parse"Aaron Hill-123/+2
2020-05-29Revert "Recursively expand nonterminals"Aaron Hill-95/+14
2020-05-29Revert "Fix rebase fallout"Aaron Hill-4/+1
2020-05-27improve diagnostics suggestion for missing `@` in slice id binding to rest p...Chris Simpkins-0/+20
2020-05-27Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebankDylan DPC-0/+13
2020-05-26improve error message for unexpected comma token in multiline blockChris Simpkins-0/+13
2020-05-25Only capture tokens for items with outer attributesAaron Hill-5/+16
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-14/+43
2020-05-24Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJungbors-73/+113
2020-05-22Fix rebase falloutAaron Hill-1/+4
2020-05-22Recursively expand nonterminalsAaron Hill-14/+95
2020-05-22Move functions to librustc_parseAaron Hill-2/+123
2020-05-22Rewrite `Parser::collect_tokens`Aaron Hill-73/+113
2020-05-21Adjust according to petrochenkov's review commentsmibac138-43/+22
2020-05-20Adjust according to estebank's review commentsmibac138-11/+8
2020-05-20Error recovery for `let` with `+=`mibac138-33/+32
2020-05-20Expand partial error recovery for `let` with `BinOpEq`mibac138-10/+30
2020-05-20Implement partial error recovery for `let` with `BinOpEq`mibac138-2/+27
2020-05-16Rollup merge of #72254 - ehuss:double-backtick, r=dtolnayRalf Jung-1/+1
2020-05-16Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup...Ralf Jung-122/+30
2020-05-15Remove redundant backtick in error message.Eric Huss-1/+1
2020-05-14cleanup stale FIXME(#64197)sergey-melnychuk-2/+5
2020-05-13Unified `validate_{byte,str,raw_str,raw_byte_str}_escape` methods into one me...Julian Wollersberger-122/+30
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-18/+16
2020-05-05Detect errors caused by `async` block in 2015 editionEsteban Küber-22/+36
2020-05-03Implement `confusable_idents` lint.Charles Lew-1/+2
2020-04-30Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPCDylan DPC-0/+5
2020-04-24Avoid unused Option::map resultsJosh Stone-2/+2
2020-04-23Rollup merge of #70633 - kper:master, r=estebankDylan DPC-6/+35
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-9/+8
2020-04-22Add help message for missing right operand in conditionAntoni Boucher-0/+5
2020-04-22Add error code to inner doc comment attribute errorGuillaume Gomez-3/+9
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-9/+7
2020-04-18remove build warningsTshepang Lekhonkhobe-3/+5
2020-04-17Fix unused results from mem::replaceJosh Stone-9/+8
2020-04-17Improved try_macro_suggestion functionDuddino-4/+2
2020-04-17Improved try_macro_suggestionDuddino-4/+5
2020-04-17Moved is_try check into try_macro_suggestionDuddino-4/+3
2020-04-17Account for use of `try!()` in 2018 edition and guide users in the right dire...Duddino-0/+35
2020-04-14allow try as scrutinee, e.g. `match try ...`Bastian Kauschke-5/+3
2020-04-04Run fmtKevin Per-31/+16
2020-04-04Drop `this` in error message to not reach 100 charactersKevin Per-1/+1
2020-04-04Show open and closed braces of last proper blockKevin Per-9/+39
2020-04-03Fixing testsKevin Per-1/+0
2020-04-03.unwrap() less on .span_to_snippet()Mazdak Farrokhzad-3/+3
2020-04-02Rollup merge of #70421 - Centril:recover-const-async-fn-ptr, r=estebankMazdak Farrokhzad-18/+30