about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/format_foreign.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-823/+0
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+2
2020-03-30Use if let instead of match when only matching a single variant ↵Matthias Krüger-8/+4
(clippy::single_match) Makes code more compact and reduces nestig.
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+827
`syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros`