Skip to content
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

Build libuv/jemalloc only once (not per stage) #9772

Merged
merged 1 commit into from
Oct 8, 2013

Conversation

alexcrichton
Copy link
Member

Reorganize the makefiles to stop building these once per stage because there's
no need to do this at all.

Closes #7002

Reorganize the makefiles to stop building these once per stage because there's
no need to do this at all.

Closes rust-lang#7002
bors added a commit that referenced this pull request Oct 8, 2013
Reorganize the makefiles to stop building these once per stage because there's
no need to do this at all.

Closes #7002
@bors bors closed this Oct 8, 2013
@bors bors merged commit d858360 into rust-lang:master Oct 8, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
Shrink `missing_{safety,errors,panics}_doc` spans

Shrink the spans of `clippy::missing_*_doc` to match `missing_docs` and don't cover the entire item anymore. This helps readability in IDEs by not coloring the entire screen yellow, similar to rust-lang#103749 and rust-lang#90761.

before:
![image](https://user-images.githubusercontent.com/26522220/199483288-af0cf0c2-a9e4-47a8-81e3-50ccf380d939.png)

after:
![image](https://user-images.githubusercontent.com/26522220/199483366-445e5ddd-9f71-4de1-85be-43461c9b7d5d.png)

changelog: [`missing_safety_doc`], [`missing_error_doc`], [`missing_panics_doc`]: These lints no longer span the entire item.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop building jemalloc once per stage
2 participants