rust/compiler/rustc_ast/src/util
Vadim Petrochenkov e2d3a4f631 rustc_metadata: Store a flag telling whether an item may have doc links in its attributes
This should be cheap on rustc side, but it's significant optimization for rustdoc that won't need to decode and process attributes unnecessarily
2022-04-19 22:53:46 +03:00
..
comments Add test for block doc comments horizontal trim 2022-02-07 17:07:53 +01:00
classify.rs Handle let-else initializer edge case errors 2021-08-30 20:18:42 -05:00
comments.rs rustc_metadata: Store a flag telling whether an item may have doc links in its attributes 2022-04-19 22:53:46 +03:00
literal.rs Implement macro meta-variable expressions 2022-03-09 16:46:23 -03:00
parser.rs use matches!() macro in more places 2021-11-06 16:13:14 +01:00
unicode.rs Use one match instead of a staggered match. 2021-11-05 00:39:34 +01:00