about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/util/comments.rs
AgeCommit message (Expand)AuthorLines
2023-07-23more clippy::style fixes:Matthias Krüger-1/+1
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-16/+17
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-01Remove useless borrows and derefsMaybe Waffle-2/+2
2022-08-01Shrink `Token`.Nicholas Nethercote-4/+6
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-0/+8
2022-04-08Fix invalid array access in `beautify_doc_string`Guillaume Gomez-1/+4
2022-02-07Fix horizontal trim for block doc commentsGuillaume Gomez-5/+11
2022-01-19Correctly handle starts in block doc commentsGuillaume Gomez-4/+25
2021-12-28Fix invalid removal of backlines from doc commentsGuillaume Gomez-7/+0
2021-11-10Rollup merge of #90742 - est31:add_assign, r=davidtwcoMatthias Krüger-1/+1
2021-11-09Use AddAssign implest31-1/+1
2021-11-06Fix last doc code comment being removed if it only had one characterGuillaume Gomez-1/+1
2020-12-28Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPCDylan DPC-4/+2
2020-12-24use matches!() macro in more placesMatthias Krüger-4/+2
2020-12-22Rework beautify_doc_string so that it returns a Symbol instead of a StringGuillaume Gomez-28/+30
2020-08-30mv compiler to compiler/mark-0/+222