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
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
2019-06-26
remove unused derives and variants
Andy Russell
-1
/
+1
2019-06-19
rustc: disallow cloning HIR nodes.
Eduard-Mihai Burtescu
-94
/
+108
2019-03-24
Separate variant id and variant constructor id.
David Wood
-0
/
+1
2019-03-02
hir: remove NodeId from Item
ljedrz
-13
/
+13
2019-02-10
Add trait alias support in rustdoc
Guillaume Gomez
-15
/
+29
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-26
add derive macros' helper attributes to doc output
QuietMisdreavus
-0
/
+1
2018-09-25
handle proc-macros as macros instead of functions
QuietMisdreavus
-0
/
+13
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-07-30
Delete unused code in rustdoc
Mark Rousskov
-6
/
+0
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+13
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
-1
/
+2
2018-06-21
Parse async fn header.
Without Boats
-4
/
+1
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-1
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-0
/
+1
2018-01-23
rustdoc: Show when traits are auto traits
Oliver Middleton
-0
/
+1
2018-01-13
Fix rustdoc
leonardo.yvens
-1
/
+0
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-9
/
+0
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-2
/
+2
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+1
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-0
/
+1
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-2
/
+2
2016-12-19
Don't try get local DefId of imported macro in rustdoc.
Michael Woerister
-1
/
+3
[next]