about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-17 23:44:29 +0100
committerGitHub <noreply@github.com>2022-12-17 23:44:29 +0100
commitcf08eda0b379cdce4983f6fa344059b6bc23a64d (patch)
treedcbe3ef5efb96ac61b17fbfda083dd41e9250770 /compiler/rustc_parse/src/errors.rs
parenteaf2f26ecc7338093fce4ec0013056d1fe6c720c (diff)
parentab7d76965168f1104488549feaebd24ffa69b3b7 (diff)
downloadrust-cf08eda0b379cdce4983f6fa344059b6bc23a64d.tar.gz
rust-cf08eda0b379cdce4983f6fa344059b6bc23a64d.zip
Rollup merge of #105829 - the8472:tidy-style, r=jyn514
Speed up tidy

This can be reviewed commit by commit since they contain separate optimizations.

```
# master
$ taskset -c 0-5 hyperfine './x test tidy'
Benchmark #1: ./x test tidy
  Time (mean ± σ):      4.857 s ±  0.064 s    [User: 12.967 s, System: 2.014 s]
  Range (min … max):    4.779 s …  4.997 s    10 runs

# PR
$ taskset -c 0-5 hyperfine './x test tidy'
Benchmark #1: ./x test tidy
  Time (mean ± σ):      3.672 s ±  0.035 s    [User: 10.524 s, System: 2.029 s]
  Range (min … max):    3.610 s …  3.725 s    10 runs
```
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions