about summary refs log tree commit diff
path: root/src/librustc_hir_pretty
AgeCommit message (Expand)AuthorLines
2020-06-04save_analysis: work on HIR tree instead of ASTmarmeladema-0/+24
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-10/+9
2020-05-18Implement att_syntax optionAmanieu d'Antras-0/+3
2020-05-18Add asm! to HIRAmanieu d'Antras-0/+102
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-16/+16
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+4
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-16/+9
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-3/+3
2020-03-26rustc_hir_pretty: bump recursion_limitMazdak Farrokhzad-0/+2
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-0/+18
2020-03-24move rustc_hir::print -> rustc_hir_prettyMazdak Farrokhzad-0/+2354