-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine all builtin late lints and make lint checking parallel #58019
Conversation
This comment has been minimized.
This comment has been minimized.
8d86971
to
c76b767
Compare
r=me ++ |
This comment has been minimized.
This comment has been minimized.
c76b767
to
abba103
Compare
This comment has been minimized.
This comment has been minimized.
abba103
to
4b9290d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors r+ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d57f98e
to
4cab76e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4cab76e
to
86d8c49
Compare
This comment has been minimized.
This comment has been minimized.
86d8c49
to
5eb24ed
Compare
@bors try |
⌛ Trying commit 5eb24edc8d9921231ec8589c1f9d1e16489711a2 with merge eaad254355cc991c01011b6327e9cf27bfad670c... |
☀️ Try build successful - checks-travis |
@rust-timer build eaad254355cc991c01011b6327e9cf27bfad670c |
Success: Queued eaad254355cc991c01011b6327e9cf27bfad670c with parent 0f88167, comparison URL. |
Finished benchmarking try commit eaad254355cc991c01011b6327e9cf27bfad670c |
5eb24ed
to
dee389f
Compare
@bors r=estebank |
📌 Commit dee389f has been approved by |
Combine all builtin late lints and make lint checking parallel Blocked on rust-lang#57293. Cuts runtime of late lint checking from 3.222s to 0.546s with 8 threads on `winapi` (@retep998 ;) ) r? @estebank
Rollup of 11 pull requests Successful merges: - #58019 (Combine all builtin late lints and make lint checking parallel) - #59358 (Use `track_errors` instead of hand rolling) - #59394 (warn -> deny duplicate match bindings) - #59401 (bootstrap: build crates under libtest with -Z emit-stack-sizes) - #59423 (Visit path in `walk_mac`) - #59468 (musl: build toolchain libs with -fPIC) - #59476 (Use `SmallVec` in `TokenStreamBuilder`.) - #59496 (Remove unnecessary with_globals calls) - #59498 (Use 'write_all' instead of 'write' in example code) - #59503 (Stablize {f32,f64}::copysign().) - #59511 (Fix missed fn rename in #59284) Failed merges: r? @ghost
Rollup of 11 pull requests Successful merges: - #58019 (Combine all builtin late lints and make lint checking parallel) - #59358 (Use `track_errors` instead of hand rolling) - #59394 (warn -> deny duplicate match bindings) - #59401 (bootstrap: build crates under libtest with -Z emit-stack-sizes) - #59423 (Visit path in `walk_mac`) - #59468 (musl: build toolchain libs with -fPIC) - #59476 (Use `SmallVec` in `TokenStreamBuilder`.) - #59496 (Remove unnecessary with_globals calls) - #59498 (Use 'write_all' instead of 'write' in example code) - #59503 (Stablize {f32,f64}::copysign().) - #59511 (Fix missed fn rename in #59284) Failed merges: r? @ghost
Blocked on #57293.
Cuts runtime of late lint checking from 3.222s to 0.546s with 8 threads on
winapi
(@retep998 ;) )r? @estebank