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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
visit_ast.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-12
resolve: Pre-compute non-reexport module children
Vadim Petrochenkov
-1
/
+1
2023-04-08
rustc_middle: Remove `Option` from `module_reexports` query
Vadim Petrochenkov
-1
/
+1
2023-04-08
rustdoc: Migrate some logic to `module_reexports`
Vadim Petrochenkov
-7
/
+5
2023-04-04
Don't collect return-position impl traits for documentation
Michael Goulet
-1
/
+9
2023-03-17
Only add into `view_item_stack` if the item will be inlined
Guillaume Gomez
-4
/
+4
2023-03-10
Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddle
Matthias Krüger
-2
/
+7
2023-03-09
Don't hide anonymous re-exports but never inline them
Guillaume Gomez
-2
/
+7
2023-03-07
Fix invalid inlining of reexport of reexport of private item
Guillaume Gomez
-1
/
+19
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-22
Prevent duplicated imports
Guillaume Gomez
-6
/
+14
2023-02-10
Correctly handle reexports for macros
Guillaume Gomez
-1
/
+1
2023-01-27
Special-case handling of impl blocks
Guillaume Gomez
-4
/
+14
2023-01-27
Fix handling of items inside a `doc(hidden)` block
Guillaume Gomez
-10
/
+6
2023-01-27
Improve code
Guillaume Gomez
-93
/
+90
2023-01-27
Speed up execution a bit by removing some walks
Guillaume Gomez
-1
/
+21
2023-01-27
Improve code readability
Guillaume Gomez
-14
/
+22
2023-01-27
Fix missing const expression items visit
Guillaume Gomez
-129
/
+170
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-37
/
+45
2023-01-22
rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`
Vadim Petrochenkov
-8
/
+7
2023-01-19
Revert "Fix missing const expression items visit"
Guillaume Gomez
-158
/
+115
2023-01-19
Revert "Improve code readability"
Guillaume Gomez
-22
/
+14
2023-01-19
Revert "Speed up execution a bit by removing some walks"
Guillaume Gomez
-21
/
+2
2023-01-19
Revert "Improve code"
Guillaume Gomez
-90
/
+93
2023-01-03
fix dupe word typos
Rageking8
-1
/
+1
2022-12-07
Improve code
Guillaume Gomez
-93
/
+90
2022-12-07
Speed up execution a bit by removing some walks
Guillaume Gomez
-2
/
+21
2022-12-07
Improve code readability
Guillaume Gomez
-14
/
+22
2022-12-07
Fix missing const expression items visit
Guillaume Gomez
-115
/
+158
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-29
/
+30
2022-11-02
Fix merge of attributes for reexports of local items
Guillaume Gomez
-13
/
+16
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-1
/
+2
2022-10-29
rustdoc: Simplify modifications of effective visibility table
Vadim Petrochenkov
-20
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-4
/
+4
2022-10-16
Populate effective visibilities in 'rustc_resolve'
Bryanskiy
-2
/
+6
2022-09-14
change AccessLevels representation
Bryanskiy
-1
/
+1
2022-09-09
rustdoc: implement glob shadowing when doing local inlining
Michael Howell
-0
/
+12
2022-07-16
Fix rustdoc JSON inline
Guillaume Gomez
-0
/
+4
2022-06-16
Exclude cfg "doc" and "doctest" from feature `doc_auto_cfg`
Sprite
-1
/
+4
2022-06-01
Hide anonymous reexports in generated documentation
Guillaume Gomez
-2
/
+2
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-13
/
+13
2022-03-31
remove find_use_placement
Fausto
-1
/
+1
2022-03-15
fix typos
Dylan DPC
-1
/
+1
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+1
2022-02-16
Adopt let_else in even more places
est31
-3
/
+1
2022-01-20
Extra cfg_hide a bit to handle inner cfgs
Guillaume Gomez
-0
/
+1
2022-01-14
rustdoc: avoid many `Symbol` to `String` conversions.
Nicholas Nethercote
-8
/
+4
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-1
/
+1
2021-12-28
remove in_band_lifetimes from librustdoc
Michael Goulet
-2
/
+2
[next]