about summary refs log tree commit diff
path: root/src/librustc_hir_pretty
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-2522/+0
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-16hir: introduce `QPath::LangItem`David Wood-0/+10
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-5/+5
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-7/+1
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-2/+2
2020-06-11Rename `TyKind::Def` to `OpaqueDef`Matthew Jasper-1/+1
2020-06-11Remove associated opaque typesMatthew Jasper-6/+0
2020-06-11Make pretty printing `TyKind::Def` do somethingMatthew Jasper-1/+1
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-2/+2
2020-06-09save_analysis: improve pretty printing of enummarmeladema-0/+10
2020-06-09save_analysis: better handle functions signaturemarmeladema-0/+12
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