summary refs log tree commit diff
path: root/src/librustdoc/clean/cfg
AgeCommit message (Expand)AuthorLines
2020-05-08Fix testsCamille GILLOT-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-01-06rustdoc: Remove more `#[doc(cfg(..))]` duplicatesOliver Middleton-0/+52
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-122/+94
2019-09-27Fix librustcdoc testvarkor-1/+1
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-2/+2
2019-08-15Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string`Vadim Petrochenkov-2/+2
2019-08-05Drop explicit span argument from mk_name_value_itemMark Rousskov-1/+0
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+413