about summary refs log tree commit diff
path: root/src/librustdoc/clean/render_macro_matchers.rs
AgeCommit message (Expand)AuthorLines
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-1/+1
2025-04-28Introduce `BoxMarker` to pretty-printing.Nicholas Nethercote-4/+4
2025-04-21Remove `token::{Open,Close}Delim`.Nicholas Nethercote-2/+2
2025-03-16Fix ICE: attempted to remap an already remapped filenameCharalampos Mitrodimas-2/+2
2025-03-03Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.Nicholas Nethercote-1/+1
2025-03-03Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.Nicholas Nethercote-8/+3
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-2/+2
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-3/+1
2024-02-20Add newtype for raw identsclubby789-2/+2
2024-01-11Stop using `DiagnosticBuilder::buffer` in the parser.Nicholas Nethercote-2/+2
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-3/+3
2023-08-02Only call `parse_token_tree` once.Nicholas Nethercote-5/+4
2023-08-02Inline and remove `parse_all_token_trees`.Nicholas Nethercote-1/+4
2023-08-02`parse_all_token_trees` cannot fail.Nicholas Nethercote-7/+1
2023-02-22various: translation resources from cg backendDavid Wood-1/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-3/+3
2022-05-24fix simple clippy lintsklensy-1/+1
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-6/+6
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-4/+2
2022-01-18Invert the keyword list to list only *no* space before delimDavid Tolnay-38/+60
2022-01-18Eliminate string comparison from rustdoc keyword spacing logicDavid Tolnay-6/+33
2022-01-18Move render_macro_matcher to own moduleDavid Tolnay-0/+191