about summary refs log tree commit diff
path: root/src/librustdoc/clean/cfg
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-14/+15
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-9/+9
2024-10-04Adjust rustdoc for literal boolean supportUrgau-17/+34
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-17/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-06-06Fix formattingcarbotaniuman-1/+1
2024-06-06Fix buildcarbotaniuman-5/+5
2024-06-06Parse unsafe attributescarbotaniuman-1/+5
2023-12-10remove redundant importssurechen-2/+2
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-2/+3
2022-12-05Remove `mk_name_value_item{,_str}`.Nicholas Nethercote-6/+14
2022-06-16Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappearSprite-1/+1
2022-04-14clarify doc(cfg) wordingAndy Russell-24/+16
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-9/+9
2021-02-27Teach rustdoc how to display WASI.Dan Gohman-0/+4
2020-10-13Add test-examples for Cfg::simplify_withWim Looman-0/+36
2020-08-31Fix strings indentGuillaume Gomez-7/+6
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-8/+8
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