-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Create a zero.rs macro. Use it in std. #6877
Comments
Make sure there's a sensible upgrade path. |
(bug triage) Not a milestone blocker IMO. |
zero.rs is no longer really relevant, though I still think it's a good long term goal to build std on top of a more general lower-level substrate. Currently that's looking more like @thestinger's rust-core project. |
Closing in favour of #10043. I'm not entirely sure what the best path here will be, but it's not currently possible due to lacking static linking of crates. It's also not going to be as simple as one configuration flag, because we'll probably need to split the freestanding and C runtime use cases. |
Clippy going dark: Adding a dark theme to Clippy's lint list This PR adds the MdBook color themes to the lint list of Clippy. Well at least an adaption of these themes. <details> <summary>Here are some beautiful screenshots:</summary> **light theme**  **Rust theme**  **Coal theme**  **Navy theme**  **Ayu theme**  </details> The theme is also stored in the browser to ensure that the next session applies the theme and doesn't burn your eyes out. cc: `@matthiaskrgr` --- Closes rust-lang#6877 changelog: [Clippy's lint list](https://rust-lang.github.io/rust-clippy/master/index.html) now supports themes
Convert zero.rs into a macro and use it to build std. Add a test case to run-pass that verifies others can use it to bootstrap their freestanding projects.
The text was updated successfully, but these errors were encountered: