about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/util/comments
AgeCommit message (Collapse)AuthorLines
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-12-11allow `symbol_intern_string_literal` lint in test modulesonur-ozkan-0/+2
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2022-02-07Add test for block doc comments horizontal trimGuillaume Gomez-14/+6
2022-02-07Fix horizontal trim for block doc commentsGuillaume Gomez-1/+27
2022-01-19Correctly handle starts in block doc commentsGuillaume Gomez-7/+7
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-5/+5
2020-12-22Rework beautify_doc_string so that it returns a Symbol instead of a StringGuillaume Gomez-7/+7
2020-08-30mv compiler to compiler/mark-0/+43