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
2019-03-17
Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-3
/
+4
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-5
/
+6
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
Add trait alias support in rustdoc
Guillaume Gomez
-2
/
+13
2019-02-01
don't try to get a DefId for a Def that doesn't have one
QuietMisdreavus
-3
/
+4
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-20
/
+20
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix
Pietro Albini
-5
/
+5
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-5
/
+5
2018-12-08
rustdoc: Fix local reexports of proc macros
Oliver Middleton
-3
/
+4
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-25
/
+22
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-15
/
+15
2018-12-04
Allow renaming macro
Georg Semmler
-4
/
+8
2018-11-28
rustdoc: Fix inlining reexporting bang-macros
Georg Semmler
-0
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-09-26
add derive macros' helper attributes to doc output
QuietMisdreavus
-0
/
+16
2018-09-25
handle proc-macros as macros instead of functions
QuietMisdreavus
-15
/
+51
2018-09-20
refactor: move `access_levels` into RenderInfo
QuietMisdreavus
-2
/
+5
2018-09-20
rustdoc: collect trait impls as an early pass
QuietMisdreavus
-3
/
+3
2018-09-13
introduce SelfCtor
F001
-1
/
+1
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-4
/
+4
2018-08-27
Remove path prefixes from NodeKind
varkor
-4
/
+4
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-3
/
+3
2018-08-22
Replace TyForeign with ForeignTy
varkor
-1
/
+1
2018-08-22
Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-4
/
+6
2018-07-30
Fix Alias intra doc ICE
Guillaume Gomez
-2
/
+2
2018-07-23
Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus
bors
-5
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-3
/
+13
2018-07-16
ItemKind
csmoe
-18
/
+18
2018-07-13
Misc rustdoc changes
bjorn3
-5
/
+1
2018-07-10
rustdoc: Hide struct and enum variant constructor imports
Oliver Middleton
-5
/
+7
2018-07-04
Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27
bors
-40
/
+1
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-1
/
+1
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-7
/
+9
2018-06-21
Parse async fn header.
Without Boats
-10
/
+4
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+3
2018-06-17
rustdoc: import cross-crate macros alongside everything else
QuietMisdreavus
-40
/
+1
2018-06-14
rustdoc: discard struct ctors from imports
QuietMisdreavus
-0
/
+5
2018-06-08
Fix rustdoc
Oliver Schneider
-0
/
+3
2018-06-06
rustdoc: Fix missing stability and src links for inlined external macros
Oliver Middleton
-3
/
+3
2018-05-23
rustdoc: hide macro export statements from docs
QuietMisdreavus
-0
/
+4
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-14
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-03-17
AST/HIR: Clarify what the optional name in extern crate items mean
Vadim Petrochenkov
-2
/
+2
2018-02-18
More formatting fixups
Aaron Hill
-1
/
+1
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-3
/
+23
[next]