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
/
doctree.rs
Age
Commit message (
Expand
)
Author
Lines
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
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-1
/
+3
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-2
/
+3
2016-09-13
Remove some ancient code providing special support for newtypes
Vadim Petrochenkov
-14
/
+7
2016-09-03
Support unions in rustdoc
Vadim Petrochenkov
-0
/
+15
2016-06-23
Address comments and fix travis warning
Jonathan Turner
-1
/
+0
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-3
/
+4
2016-04-25
Linkify extern crates on rustdoc pages
mitaa
-0
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2015-12-18
Abstract away differences between Vec and ptr::P in HIR
Vadim Petrochenkov
-21
/
+21
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-0
/
+12
2015-12-07
Remove some unnecessary indirection from HIR structures
Vadim Petrochenkov
-2
/
+2
2015-11-26
rustdoc: only show macro arm's lhs
Jonas Schievink
-0
/
+1
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-2
/
+2
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-2
/
+2
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-3
/
+3
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-1
/
+0
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-1
/
+1
2015-10-13
Unify structures and enum variants in HIR
Vadim Petrochenkov
-1
/
+1
2015-09-22
Use Names in the remaining HIR structures with exception of...
Vadim Petrochenkov
-2
/
+2
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-2
/
+2
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-11
/
+11
2015-09-17
Remove Visibility field from enum variants
Simonas Kazlauskas
-1
/
+0
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-15
/
+15
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-59
/
+60
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-0
/
+1
2015-04-16
rustdoc: Fix cross-crate macro source links
Alex Crichton
-0
/
+1
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-0
/
+2
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-0
/
+2
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-2
/
+2
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-2
/
+2
2015-02-22
Fix rustdoc fallout
Flavio Percoco
-0
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-2
/
+20
[next]