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
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
2018-01-23
Auto merge of #47678 - kennytm:rollup, r=kennytm
bors
-1
/
+2
2018-01-23
rustdoc: Show when traits are auto traits
Oliver Middleton
-1
/
+2
2018-01-22
cleanup
QuietMisdreavus
-4
/
+4
2018-01-22
Make correct resolver available in rustdoc
Manish Goregaokar
-6
/
+6
2018-01-22
add a rustc_resolve::Resolver to DocContext
QuietMisdreavus
-4
/
+4
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-2
/
+2
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-13
/
+0
2018-01-08
rustdoc: Don't import macros from private imports
Oliver Middleton
-1
/
+2
2017-12-14
stub out trait aliases in librustdoc
Alex Burka
-0
/
+3
2017-11-21
Properly handle reexport of foreign items.
kennytm
-0
/
+12
2017-11-03
Feature gate `auto trait` and ignore it in rustdoc
leonardo.yvens
-1
/
+1
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-2
/
+2
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-4
/
+6
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-4
/
+4
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-3
/
+4
2017-09-05
rustc: Move original_crate_name to a query
Alex Crichton
-1
/
+1
2017-08-29
rustc: Make the `export_map` of TyCtxt private
Alex Crichton
-2
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-25
/
+25
2017-06-12
rustdoc: Fix missing enum variant reexports
Oliver Middleton
-14
/
+10
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-3
/
+2
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-1
/
+7
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-1
/
+2
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+1
2017-03-28
Rustdoc: memoize `pub use`-reexported macros so they don't appear twice in docs
Austin Bonander
-2
/
+20
2017-03-23
move `export_map` into the tcx
Niko Matsakis
-1
/
+1
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-1
/
+1
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-1
/
+1
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-4
/
+8
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-2
/
+4
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-2
/
+2
[next]