index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_resolve
/
src
/
rustdoc.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-15
rustdoc: improve refdef handling in the unresolved link lint
Michael Howell
-2
/
+16
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-4
/
+1
2025-01-12
Deny `clippy:;four_forward_slashes` and fix the only occurrence
Josh Triplett
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-17
Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu
bors
-2
/
+3
2024-12-16
split attributes
Jonathan Dönszelmann
-1
/
+1
2024-12-16
try fix hir-attrs perf
Jonathan Dönszelmann
-2
/
+3
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-20
/
+19
2024-12-15
Rename `value` field to `expr` to simplify later commits' diffs
Oli Scherer
-2
/
+2
2024-12-02
Add a helper method for extracting spans from AttrArgsEq
Oli Scherer
-2
/
+2
2024-12-02
Change `AttrArgs::Eq` into a struct variant
Oli Scherer
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-11
Also fix if in else
Michael Goulet
-5
/
+3
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-06-30
rustdoc: update to pulldown-cmark 0.11
Michael Howell
-5
/
+9
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-04-28
Fix the assertion crash from rustdoc document indent widths
yukang
-11
/
+14
2024-03-29
rustdoc: point at span in `include_str!`-ed md file
Michael Howell
-7
/
+38
2024-03-15
less symbols interner locks
klensy
-3
/
+4
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-2
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-08
Reuse rustdoc's doc comment handling in Clippy
Alex Macleod
-1
/
+88
2023-08-18
narrow down the lint trigger constraint
Kyle Lin
-6
/
+13
2023-08-18
fomar files
Kyle Lin
-1
/
+8
2023-08-18
Still resolving rustdoc resolution panicking
Kyle Lin
-2
/
+4
2023-08-18
Fix resolution caching
Kyle Lin
-8
/
+49
2023-04-18
rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence
Michael Howell
-0
/
+1
2023-03-31
Update doc(primitive) in rustc_resolve
Guillaume Gomez
-3
/
+5
2023-03-23
rustdoc: Skip doc link resolution for non-exported items
Vadim Petrochenkov
-1
/
+15
2023-03-21
rustdoc: Cleanup parent module tracking for doc links
Vadim Petrochenkov
-8
/
+10
2023-02-22
rustdoc: reduce allocations when generating tooltips
Michael Howell
-6
/
+10
2023-02-19
Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...
Guillaume Gomez
-0
/
+1
2023-02-18
Correctly handle if a link starts with a whitespace
Guillaume Gomez
-0
/
+1
2023-02-18
doc links: Filter away autolinks in both rustc and rustdoc
Vadim Petrochenkov
-2
/
+19
2023-02-18
rustdoc: Cleanup broken link callbacks
Vadim Petrochenkov
-13
/
+10
2023-02-15
use chars instead of strings where applicable
Matthias Krüger
-1
/
+1
2023-02-10
Stop resolving doc links on `mod` items twice
Vadim Petrochenkov
-0
/
+8
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-0
/
+361