about summary refs log tree commit diff
path: root/compiler/rustc_parse_format/src
AgeCommit message (Collapse)AuthorLines
2020-09-20use if let instead of single match arm expressions to compact code and ↵Matthias Krüger-6/+3
reduce nesting (clippy::single_match)
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-2/+0
2020-08-30mv compiler to compiler/mark-0/+1125