1
Fork 0
rust/compiler/rustc_resolve/src
Dylan DPC 4a0f088f7c
Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726
resolve: Fix doc links referring to other crates when documenting proc macro crates directly

Fixes https://github.com/rust-lang/rust/issues/107950
2023-02-19 13:03:41 +05:30
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00
build_reduced_graph.rs Auto merge of #108006 - cjgillot:def-impl, r=oli-obk 2023-02-15 16:14:10 +00:00
check_unused.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
def_collector.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
diagnostics.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
effective_visibilities.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
errors.rs migrating rustc_resolve to SessionDiagnostic. work in progress. start 2022-11-13 19:39:26 +05:30
ident.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
imports.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
late.rs Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726 2023-02-19 13:03:41 +05:30
lib.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
macros.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
rustdoc.rs doc links: Filter away autolinks in both rustc and rustdoc 2023-02-18 15:15:57 +04:00