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_ast.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-2
/
+2
2021-03-23
Remove another unnecessary `Option`
Camelid
-10
/
+4
2021-03-22
rustdoc: Record crate name instead of using `None`
Camelid
-1
/
+1
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-1
/
+3
2021-03-04
Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits...
Guillaume Gomez
-4
/
+4
2021-03-04
Move visibility check inside the should_have_doc_example function
Guillaume Gomez
-3
/
+0
2021-03-04
Don't warn for `missing_doc_examples` when item is #[doc(hidden)]
Guillaume Gomez
-13
/
+13
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-3
/
+3
2021-02-22
Remove many RefCells from DocContext
Camelid
-8
/
+3
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-4
/
+3
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-4
/
+4
2021-01-15
Remove doctree::Import
Rune Tynan
-9
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2021-01-07
Apply suggestions from code review & other minor nits
Daniel Henry-Mantilla
-7
/
+10
2021-01-06
Fix rebase and clean up some code.
Daniel Henry-Mantilla
-22
/
+8
2021-01-06
Fix ICE on `pub macro`s defined within a non-module type namespace.
Daniel Henry-Mantilla
-5
/
+13
2021-01-06
Style nit: replace `for_each` & `return` with `for` & `continue`
Daniel Henry-Mantilla
-7
/
+6
2021-01-06
Fix type/value namespace clashes + test for that
Daniel Henry-Mantilla
-42
/
+38
2021-01-06
Implement suggestions from code review.
Daniel Henry-Mantilla
-21
/
+23
2021-01-06
Rustdoc: Fix macros 2.0 and built-in derives being shown at the wrong path.
Daniel Henry-Mantilla
-5
/
+51
2020-12-23
Don't unnecessarily override attrs for Module
Joshua Nelson
-5
/
+1
2020-12-01
Pass around Symbols instead of Idents in doctree
Joshua Nelson
-9
/
+9
2020-11-27
Remove doctree::Macro
Rune Tynan
-19
/
+2
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-2
/
+2
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+1
2020-11-24
Get rid of doctree::ExternCrate
Joshua Nelson
-13
/
+2
2020-11-24
Get rid of doctree::Trait
Joshua Nelson
-14
/
+1
2020-11-24
Get rid of doctree::Function
Joshua Nelson
-62
/
+2
2020-11-24
Get rid of doctree::ForeignItem
Joshua Nelson
-8
/
+2
2020-11-22
Get rid of `doctree::Impl`
Joshua Nelson
-28
/
+2
2020-11-21
Fix wrong names when inlining
Joshua Nelson
-6
/
+6
2020-11-21
Get rid of some doctree items
Joshua Nelson
-82
/
+9
2020-11-17
Remove dead code in rustdoc::doctree
Joshua Nelson
-98
/
+11
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-4
/
+4
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-0
/
+1
2020-09-25
Rename `whence` to `span`
Camelid
-17
/
+17
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-1
/
+1
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-6
/
+6
2020-07-16
Record visibility of reexports for all items, not just type items
Manish Goregaokar
-17
/
+13
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-17
/
+26
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-19
/
+10
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-17
/
+12
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-2
/
+2
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-2
/
+2
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-8
/
+9
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
[next]