summary refs log tree commit diff
path: root/compiler/rustc_ast/src/util/comments.rs
AgeCommit message (Expand)AuthorLines
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