-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
TODO-list
- Make unescape functions available through
proc-macrocrate (Add*_valuemethods to proc_macro lib rust-lang/rust#136355) - Make crates.io work without JS
- Improve integration of rustc_codegen_gcc into the Rust compiler
- Add support for building gcc and libgccjit
- Add support for
backend = "gcc"inconfig.toml - Run rustc tests with GCC backend in rustc's CI
- Cargo doc fails for certain crates in a workspace with "no such file or directory (os error 2)" rust-lang/rust#126638
- --cap-lints=warn are "ignored" in RUSTDOCFLAGS rust-lang/rust#67533 (Add
--doctest-compilation-argsoption to add compilation flags to doctest compilation rust-lang/rust#128780) - Doctests don't work in bin targets, non-public items rust-lang/rust#50784
- Cargo doc --examples doesn't pick up default features or report failure
- rustdoc: make linking to examples easier and detect dead links
- handle doc(hidden) differently in rustdoc
- Add new rustdoc lint to detect if merged doctests failed to compile Add new
failed_merged_doctest_compilationrustdoc lint rust-lang/rust#148866 - warn on strings that look like inline format strings but aren't (done in Add new
literal_string_with_formatting_argslint rust-lang/rust-clippy#13410) - Improve float
Displayconversion (checking how ryu does it) - Add possibility to expand macro in rustdoc source code pages (add a button on the left of a line if there is a macro call) Add support for macro expansion in rustdoc source code pages rust-lang/rust#137229
- Conditionally derived traits using cfg_attr are not documented as being behind a feature flag
- rustdoc: Don't show two different types as the same thing in a single function
- Improve
Displayimplementation for integers (follow-up of Reduce integerDisplayimplementation size rust-lang/rust#133247) - Sort item kinds in impl (first comes types, then consts and finally functions) (done in [rustdoc] Sort impl associated items by kinds and then by appearance rust-lang/rust#129471)
- Migrate <docs.rs> to askama
- Lot of updates to the askama crate
- Update docs.rs to use askama
- Forked askama into rinja
- Finished docs.rs migration (Replace tera with rinja rust-lang/docs.rs#2292)
- Finish rustc_codegen_gcc sync
- extra scraped examples height was increased without noticed
- Add tidy check for missing {# #} tag in rustdoc templates
- Long trait bounds don't get broken up in rustdoc
- Intra-doc link generation bug
- Renamed extern crates generated wrong href in search results
Metadata
Metadata
Assignees
Labels
No labels