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-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
2021-12-18
hir: Do not introduce dummy type names for `extern` blocks in def paths
Vadim Petrochenkov
-3
/
+3
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-2
/
+1
2021-11-13
Delete rustdoc::doctree
hi-rustin
-1
/
+24
2021-11-09
Use computed visibility in rustdoc
inquisitivecrystal
-8
/
+5
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-2
/
+1
2021-10-19
Rollup merge of #89867 - Urgau:fix-double-definition, r=GuillaumeGomez
Matthias Krüger
-3
/
+11
2021-10-16
clippy::complexity changes
Matthias Krüger
-5
/
+3
2021-10-15
Apply documentation suggestions from code review
Urgau
-3
/
+3
2021-10-14
Oops, inverted condition, fix that
Loïc BRANSTETT
-1
/
+1
2021-10-14
Deduplicate macro_rules! from module_exports when documenting them
Loïc BRANSTETT
-3
/
+11
2021-10-06
Clean up code a bit:
Guillaume Gomez
-2
/
+6
2021-10-05
Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d
Wim Looman
-1
/
+23
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-3
/
+3
2021-08-28
Teach tools that macros are now HIR items
inquisitivecrystal
-49
/
+42
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-2
/
+2
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-2
/
+2
2021-07-25
Merge the BTreeMap in hir::Crate.
Camille GILLOT
-1
/
+1
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+2
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-2
/
+1
[next]