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
/
src
/
librustdoc
/
visit_lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-13
/
+8
2019-08-26
Mutate DocContext from LibEmbargoVisitor and RustdocVisitor
Mark Rousskov
-13
/
+11
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-1
/
+2
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-6
/
+6
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-5
/
+5
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-3
/
+3
2019-02-13
libpanic_unwind => 2018: fix ICEs.
Mazdak Farrokhzad
-3
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-5
/
+5
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-20
refactor: move `access_levels` into RenderInfo
QuietMisdreavus
-1
/
+1
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-4
/
+6
2018-06-03
Remove is_import field
Mark Simulacrum
-1
/
+2
2018-01-22
cleanup
QuietMisdreavus
-4
/
+4
2018-01-22
Make correct resolver available in rustdoc
Manish Goregaokar
-1
/
+1
2018-01-22
add a rustc_resolve::Resolver to DocContext
QuietMisdreavus
-4
/
+4
2017-12-05
Add field `is_import` to `def::Export`.
Jeffrey Seyfried
-1
/
+3
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-5
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-06-07
Fix translation of external spans.
Inokentiy Babushkin
-1
/
+1
2017-04-09
Fix rustdoc infinitely recursing when an external crate reexports itself
Aaron Hill
-0
/
+8
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-1
/
+1
2016-11-24
rustdoc: we can now assume DocContext always has a TyCtxt.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-24
rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.
Eduard-Mihai Burtescu
-5
/
+2
2016-10-04
Remove some unused methods from metadata
Vadim Petrochenkov
-3
/
+4
2016-10-04
Fix cross-crate resolution of half-items created by export shadowing
Vadim Petrochenkov
-1
/
+1
2016-09-20
rustc_metadata: split the Def description of a DefId from item_children.
Eduard Burtescu
-21
/
+10
2016-09-20
rustc_metadata: group information into less tags.
Eduard Burtescu
-4
/
+4
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-24
/
+17
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-3
/
+2
2016-09-03
Support unions in rustdoc
Vadim Petrochenkov
-0
/
+1
2016-04-25
Linkify extern crates on rustdoc pages
mitaa
-0
/
+1
2016-04-18
Reachability check cross-crate links
mitaa
-4
/
+8
2016-04-18
Perform doc-reachability check for inlined impls
mitaa
-0
/
+104