summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ich
AgeCommit message (Collapse)AuthorLines
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-2/+2
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-1/+2
This allows us to avoid synthesizing tokens in `prepend_attr`, since we have the original tokens available. We still need to synthesize tokens when expanding `cfg_attr`, but this is an unavoidable consequence of the syntax of `cfg_attr` - the user does not supply the `#` and `[]` tokens that a `cfg_attr` expands to.
2020-10-13Replace absolute paths with relative onesest31-14/+8
Modern compilers allow reaching external crates like std or core via relative paths in modules outside of lib.rs and main.rs.
2020-10-08Implement the instruction_set attributexd009642-0/+6
2020-08-30mv compiler to compiler/mark-0/+891