about summary refs log tree commit diff
path: root/compiler/rustc_middle/benches
AgeCommit message (Collapse)AuthorLines
2022-09-25Remove benches from `rustc_middle`Nilstrieb-54/+0
These benches benchmark rust langauge features and not the compiler, so they seem to be in the wrong place here. They also all take <1ns, making them pretty useless. Looking at their git history, they just seem to have been carried around for many, many years. This commit ends their journey.
2020-08-30mv compiler to compiler/mark-0/+54