summary refs log tree commit diff
path: root/src/librustc/ty/print
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-4/+4
2020-03-04cover some more nearby casesRalf Jung-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-1/+1
2020-02-24Replace uses of Cell::get + Cell::set with Cell::replace.Ana-Maria-6/+3
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-1/+1
2020-02-11Review comments.Camille GILLOT-1/+1
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-1/+1
2020-02-06index ReEmpty by universeNiko Matsakis-2/+6
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-25Don't use spaces before type ascription like colonsOliver Scherer-3/+3
2020-01-24Print constants in `type_name` for const genericsvarkor-8/+30
2020-01-20Add `constness` field to `ty::Predicate::Trait`Dylan MacKenzie-1/+6
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-14/+22
2020-01-07Remove private methods from TyCtxt impl block: rustc::ty::print::pretty.Camille GILLOT-16/+16
2020-01-07Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwcoYuki Okushi-12/+5
2020-01-06Fix ICE in const pretty printing and resolve FIXMEvarkor-12/+5
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-6/+7
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-353/+277
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-4/+4
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-0/+3
2019-12-02Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obkMazdak Farrokhzad-1/+1
2019-11-29allow customising ty::TraitRef's printing behaviorMikhail Babenko-6/+36
2019-11-28rustc: hide HirId's fmt::Debug output from -Z span_free_formats.Eduard-Mihai Burtescu-1/+1
2019-11-26Fix spelling typosBrian Wignall-1/+1
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-8/+23
2019-11-23Highlight parts of fn in type errorsEsteban Küber-8/+23
2019-11-20Fix cycle when debug-printing opaque typesAaron Hill-38/+65
2019-11-12Refactor pretty_print_const.Camille GILLOT-18/+41
2019-11-12Create intermediate enum ty::ConstKind.Camille GILLOT-31/+25
2019-11-10Merge hir::GeneratorMovability into ast::Movability.Camille GILLOT-4/+3
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-4/+4
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-23/+13
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-23/+13
2019-11-06review commentsEsteban Küber-11/+4
2019-10-21Convert fields within `DefPathData` from `InternedString` to `Symbol`.Nicholas Nethercote-5/+5
2019-10-21Convert some `InternedString`s to `Symbols`.Nicholas Nethercote-14/+14
2019-10-15Remove some mentions of gensymsMatthew Jasper-1/+1
2019-10-10Pretty print raw pointers in consts as '{pointer}'.ben-0/+1
2019-10-09Refactor pretty print const to use a big match statementben-121/+104
2019-10-09Pretty print function pointer const values.ben-0/+12
2019-10-08Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkorMazdak Farrokhzad-2/+9
2019-10-07fix ICE from debug output by using `kind_ty` in dumping closureNiko Matsakis-2/+9
2019-10-04replace GeneratorSubsts inside related typescsmoe-1/+1
2019-10-04generate GeneratorSubsts from SubstsRefcsmoe-3/+3
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-10/+5
2019-09-29clean ClosureSubsts in rustc::tycsmoe-3/+8
2019-09-28Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasperMazdak Farrokhzad-1/+1
2019-09-27Remove lift_to_globalMark Rousskov-1/+1