about summary refs log tree commit diff
path: root/src/librustc_ast_pretty
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-3622/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-11/+11
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
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-02Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr...Manish Goregaokar-1/+3
2020-08-02pprust: adjust mixed comment printingDavid Wood-1/+3
2020-08-02Replace from log to tracingbishtpawan-1/+1
2020-08-02Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe...bishtpawan-2/+2
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
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-09Eliminate confusing "globals" terminology.Nicholas Nethercote-3/+3
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-6/+4
2020-07-02Standardize bibliographic citations in rustc API docspierwill-6/+4
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-23Remove unused crate imports in 2018 edition cratesyuqio-1/+0
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/+113
2020-05-08Fix testsCamille GILLOT-3/+4
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-17/+17
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+4
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