| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-06 | Rollup merge of #86047 - jyn514:doc-attrs, r=petrochenkov | Yuki Okushi | -0/+22 | |
| Don't fire `invalid_doc_attributes` on `extern crate` items Fixes https://github.com/rust-lang/rust/issues/86046. | ||||
| 2021-06-05 | Don't fire `invalid_doc_attributes` on `extern crate` items | Joshua Nelson | -0/+22 | |
| 2021-06-04 | Fix `deny(invalid_doc_attributes)` | Joshua Nelson | -0/+23 | |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -2/+2 | |
| Fixes #83046 The program fn main() { println!("{:?}", '"'); println!("{:?}", "'"); } would previously print '\"' "\'" With this patch it now prints: '"' "'" | ||||
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -12/+74 | |
| rustdoc: allow list syntax for #[doc(alias)] attributes Fixes https://github.com/rust-lang/rust/issues/81205. It now allows to have: ```rust #[doc(alias = "x")] // and: #[doc(alias("y", "z"))] ``` cc ``@jplatte`` r? ``@jyn514`` | ||||
| 2021-03-13 | Add hyphen to "crate level" | Camelid | -2/+2 | |
| "crate level attribute" -> "crate-level attribute" | ||||
| 2021-03-11 | Update doc alias ui tests | Guillaume Gomez | -12/+74 | |
| 2021-03-08 | Move rustdoc UI tests into a subdirectory | Joshua Nelson | -0/+219 | |
| This also adds a little leeway to the test limit. | ||||
