summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2020-01-27don't clone types that are copy, round two.Matthias Krüger-1/+1
2020-01-10Fix print const on librustdocSantiago Pastorino-1/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-2/+6
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-4/+4
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-6/+6
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-24Show value for consts in the documentationOhad Ravid-3/+74
2019-12-22Format the worldMark Rousskov-119/+117
2019-12-09Remove useless commentGuillaume Gomez-2/+0
2019-12-09Remove unused importsGuillaume Gomez-3/+3
2019-12-09Fix usage of variants in clean/utilsGuillaume Gomez-7/+7
2019-12-09Make utils module publicGuillaume Gomez-19/+19
2019-12-09Fix missing importsGuillaume Gomez-1/+20
2019-12-09Move clean functions to another fileGuillaume Gomez-0/+568