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-11-08
hir::ItemKind::Fn: use hir::MethodSig
Mazdak Farrokhzad
-2
/
+2
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-2
/
+2
2019-08-26
Mutate DocContext from LibEmbargoVisitor and RustdocVisitor
Mark Rousskov
-4
/
+4
2019-08-14
Merge Variant and Variant_
Caio
-4
/
+4
2019-08-11
Use entry API in store_path
Mark Rousskov
-6
/
+2
2019-08-11
Remove crate_name from DocContext
Mark Rousskov
-5
/
+6
2019-08-11
Move def_id_to_path to use site in visit_ast
Mark Rousskov
-1
/
+18
2019-08-10
Remove NodeId from doctree::Module
Mark Rousskov
-2
/
+1
2019-08-10
Gather deprecation information during cleaning
Mark Rousskov
-22
/
+0
2019-08-10
Gather stability information during cleaning
Mark Rousskov
-22
/
+2
2019-08-10
Make exact_paths a non-optional field on RustdocVisitor
Mark Rousskov
-12
/
+11
2019-08-10
Represent ownership transfer in RustdocVisitor::visit
Mark Rousskov
-1
/
+1
2019-08-10
Make fields of RustdocVisitor private
Mark Rousskov
-10
/
+4
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-02
Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`
varkor
-2
/
+2
2019-08-02
Replace "existential" by "opaque"
varkor
-3
/
+3
2019-07-23
Normalize use of backticks in compiler messages for doc
Samy Kacimi
-5
/
+5
2019-07-11
Remove `MacroKind::ProcMacroStub`
Vadim Petrochenkov
-5
/
+2
2019-07-04
rename hir::map::opt_local_def_id*
ljedrz
-2
/
+2
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-3
/
+3
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
2019-06-19
rustc: disallow cloning HIR nodes.
Eduard-Mihai Burtescu
-120
/
+123
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-5
/
+5
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-12
/
+14
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-25
/
+25
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-10
/
+11
2019-04-24
doc: some HirIdification
ljedrz
-10
/
+10
2019-03-25
hir: replace NodeId with HirId in ItemId
ljedrz
-2
/
+2
2019-03-24
Separate variant id and variant constructor id.
David Wood
-4
/
+5
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-3
/
+4
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-6
/
+6
2019-03-02
hir: remove NodeId from Item
ljedrz
-18
/
+18
2019-03-02
hir: remove NodeId from ForeignItem
ljedrz
-1
/
+1
2019-02-24
doc: partially HirIdify visit_ast
ljedrz
-37
/
+38
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
[next]