about summary refs log tree commit diff
path: root/src/librustc_ast_pretty/pprust.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-2862/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-10/+10
2020-08-06rustc_ast/comments: Modernize some enum reexportsVadim Petrochenkov-12/+13
2020-08-06rustc_ast: Stop using "string typing" for doc comment tokensVadim Petrochenkov-6/+21
2020-08-02pprust: adjust mixed comment printingDavid Wood-1/+3
2020-07-15Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obkbors-5/+9
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-5/+9
2020-07-12pprust: support multiline comments within linesDavid Wood-2/+13
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-19/+19
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-1/+1
2020-07-01Don't print additional spaces when pretty-printing NoDelim groupsAaron Hill-1/+1
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-1/+1
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-3/+15
2020-06-27ast_pretty: Pass some token streams and trees by referenceVadim Petrochenkov-19/+19
2020-06-26Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morseManish Goregaokar-1/+1
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-1/+1
2020-06-23Record span of `const` kw in GenericParamKindAyaz Hafiz-1/+1
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-1/+1
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-1/+1
2020-06-08Don't lose empty `where` clause when pretty-printingAaron Hill-2/+6
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-1/+1
2020-05-18Implement att_syntax optionAmanieu d'Antras-0/+3
2020-05-18Add asm! to ASTAmanieu d'Antras-0/+112
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-17/+17
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+3
2020-04-06Rollup merge of #70519 - estebank:constraints-before-args-spans, r=CentrilMazdak Farrokhzad-2/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-19/+12
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-2/+2
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-24/+17
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-3/+3
2020-03-17Don't prepend with space before parenGuillaume Gomez-4/+14
2020-03-16ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules`Vadim Petrochenkov-1/+1
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-8/+8
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-8/+8
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-1/+1
2020-03-06Auto merge of #69586 - petrochenkov:unmerge, r=Centrilbors-18/+24
2020-03-04Tweak output for invalid negative impl AST errorsEsteban Küber-1/+1
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-13/+7
2020-03-01ast: Unmerge structures for associated items and foreign itemsVadim Petrochenkov-18/+24
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-9/+9
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-26Rollup merge of #69423 - petrochenkov:nont, r=CentrilDylan DPC-11/+0
2020-02-26Rollup merge of #69387 - petrochenkov:idprint, r=Mark-SimulacrumDylan DPC-38/+4
2020-02-24syntax: Remove `Nt(Impl,Trait,Foreign)Item`Vadim Petrochenkov-11/+0
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-17/+14
2020-02-24ast: add `Defaultness` to `Item`, making `AssocItem` an alias.Mazdak Farrokhzad-2/+2
2020-02-24add `Span` to `ast::Defaultness::Default`.Mazdak Farrokhzad-1/+1
2020-02-23Deduplicate identifier printing a bitVadim Petrochenkov-38/+4
2020-02-23Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPCDylan DPC-10/+10
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-10/+10