mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
7b46920218
Most of these are because alloc uses `#[lang_item]` to define methods, but core documents primitives before those methods are available. - Fix rustdoc-js-std test For some reason this change made CStr not show up in the results for `str,u8`. Since it still shows up for str, and since it wasn't a great match for that query anyway, I think this is ok to let slide. - Add test that all primitives can be linked to - Enable `doc(primitive)` in `core` as well - Add linkcheck exception specifically for Windows Ideally this would be done automatically by the linkchecker by replacing `\\` with forward slashes, but this PR is already a ton of work ... - Don't forcibly fail linkchecking if there's a broken intra-doc link on Windows Previously, it would exit with a hard error if a missing file had `::` in it. This changes it to report a missing file instead, which allows adding an exception. |
||
---|---|---|
.. | ||
alias-1.js | ||
alias-2.js | ||
alias-3.js | ||
alias-4.js | ||
alias.js | ||
basic.js | ||
deduplication.js | ||
enum-option.js | ||
filter-crate.js | ||
fn-forget.js | ||
from_u.js | ||
keyword.js | ||
macro-check.js | ||
macro-print.js | ||
multi-query.js | ||
never.js | ||
primitive.js | ||
quoted.js | ||
return-specific-literal.js | ||
return-specific.js | ||
should-fail.js | ||
string-from_ut.js | ||
struct-vec.js | ||
typed-query.js | ||
vec-new.js |