| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -108/+0 | |
| 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-11 | Update doc alias ui tests | Guillaume Gomez | -11/+61 | |
| 2020-12-02 | Add tests for #[doc(keyword = "...")] and update other doc attributes tests | Guillaume Gomez | -3/+3 | |
| 2020-12-01 | Improve some attributes error spans | Guillaume Gomez | -12/+12 | |
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -9/+9 | |
| 2020-10-06 | Enforce whitespace ascii character check for doc alias | Guillaume Gomez | -1/+13 | |
| 2020-10-05 | Allow ascii whitespace char for doc aliases | Guillaume Gomez | -8/+2 | |
| 2020-10-02 | Update tests | Guillaume Gomez | -1/+33 | |
| 2020-08-11 | Put back attributes check pass in rustdoc | Guillaume Gomez | -0/+20 | |
| 2020-07-08 | Move #[doc(alias)] check in rustc | Guillaume Gomez | -20/+0 | |
| 2020-05-30 | Add test for doc alias attribute validation | Guillaume Gomez | -0/+20 | |
