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
/
doctree.rs
Age
Commit message (
Expand
)
Author
Lines
2021-11-13
Delete rustdoc::doctree
hi-rustin
-27
/
+0
2021-08-28
Teach tools that macros are now HIR items
inquisitivecrystal
-10
/
+2
2021-05-01
compute where_outer on demand, remove it from Module
Timothée Delabrouille
-5
/
+8
2021-04-23
rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...
Joshua Nelson
-2
/
+0
2021-03-23
Remove another unnecessary `Option`
Camelid
-2
/
+2
2021-01-20
Move StructType to clean, remove it from Unions, make JSON output whether som...
Rune Tynan
-20
/
+0
2021-01-15
Remove doctree::Import
Rune Tynan
-14
/
+0
2021-01-14
Remove doctree::Variant
Rune Tynan
-6
/
+0
2020-12-23
Don't unnecessarily override attrs for Module
Joshua Nelson
-3
/
+1
2020-12-01
Pass around Symbols instead of Idents in doctree
Joshua Nelson
-4
/
+4
2020-11-27
Remove doctree::Macro
Rune Tynan
-10
/
+1
2020-11-24
Get rid of doctree::ExternCrate
Joshua Nelson
-14
/
+0
2020-11-24
Get rid of doctree::Trait
Joshua Nelson
-13
/
+0
2020-11-24
Get rid of doctree::Function
Joshua Nelson
-21
/
+0
2020-11-24
Get rid of doctree::ForeignItem
Joshua Nelson
-7
/
+1
2020-11-22
Get rid of `doctree::Impl`
Joshua Nelson
-18
/
+0
2020-11-21
Fix wrong names when inlining
Joshua Nelson
-2
/
+3
2020-11-21
Get rid of some doctree items
Joshua Nelson
-78
/
+2
2020-11-17
Remove dead code in rustdoc::doctree
Joshua Nelson
-47
/
+5
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-173
/
+173
2020-10-09
Correctly handle "pub use" reexports
Guillaume Gomez
-0
/
+1
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-0
/
+2
2020-09-25
Rename `whence` to `span`
Camelid
-17
/
+17
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-1
/
+1
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-22
/
+21
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-1
/
+1
2020-01-19
Add `constness` field to `hir::ItemKind::Impl`
Dylan MacKenzie
-0
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-4
/
+4
2019-12-30
Retire HirVec.
Camille GILLOT
-1
/
+1
2019-12-27
Fallout in other crates.
Camille GILLOT
-34
/
+34
2019-12-22
Format the world
Mark Rousskov
-17
/
+17
2019-12-21
Use Arena inside hir::StructField.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::EnumDef.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::ForeignItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-5
/
+4
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-22
Add missing space in librustdoc
Igor Aleksanov
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-08-11
rustdoc: Replace HirVec with slices in doctree
Mark Rousskov
-21
/
+21
2019-08-10
Remove NodeId from doctree::Module
Mark Rousskov
-5
/
+3
2019-08-10
Gather deprecation information during cleaning
Mark Rousskov
-18
/
+0
2019-08-10
Gather stability information during cleaning
Mark Rousskov
-17
/
+3
2019-08-02
Replace "existential" by "opaque"
varkor
-4
/
+4
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-1
/
+1
[next]