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
/
clean
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
Delete unused code in rustdoc
Mark Rousskov
-22
/
+0
2018-07-29
Remove unused `mut`s
Matthew Jasper
-1
/
+1
2018-07-28
Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus
bors
-1
/
+2
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-0
/
+2
2018-07-25
Add missing dyn
Tatsuyuki Ishi
-1
/
+1
2018-07-23
Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus
bors
-8
/
+0
2018-07-22
First step to generic trait impls
Guillaume Gomez
-1
/
+0
2018-07-23
Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton
kennytm
-7
/
+5
2018-07-22
Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...
bors
-2
/
+59
2018-07-22
Add "self" intra-link support
Guillaume Gomez
-2
/
+59
2018-07-21
Avoid using `#[macro_export]` for documenting builtin macros
Vadim Petrochenkov
-7
/
+5
2018-07-19
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
bors
-0
/
+32
2018-07-19
Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus
bors
-0
/
+5
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+32
2018-07-16
ItemKind
csmoe
-19
/
+19
2018-07-16
ForeignItemKind
csmoe
-3
/
+3
2018-07-16
TyKind
csmoe
-1
/
+1
2018-07-14
Address comments
Vadim Petrochenkov
-3
/
+1
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+15
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+16
2018-07-13
Misc rustdoc changes
bjorn3
-8
/
+0
2018-07-13
Switch to any from count when checking for non_exhaustive attribute.
David Wood
-2
/
+1
2018-07-05
Simplified checking for non_exhaustive attribute.
David Wood
-25
/
+6
2018-07-02
Update rustdoc
Oliver Schneider
-8
/
+0
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-4
/
+4
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-8
/
+8
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-1
/
+1
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-1
/
+1
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-4
/
+4
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-4
/
+4
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Fix rebase
Vadim Petrochenkov
-5
/
+5
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-10
/
+10
2018-06-28
Use `Ident`s in a number of structures in HIR
Vadim Petrochenkov
-3
/
+3
2018-06-28
Use `Ident`s for path segments in HIR
Vadim Petrochenkov
-7
/
+7
2018-06-28
Use `Ident`s for associated type bindings in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for lifetimes in HIR
Vadim Petrochenkov
-5
/
+5
2018-06-27
Display #[non_exhaustive] in rustdoc on types.
David Wood
-0
/
+25
2018-06-26
Update rustdoc
Oliver Schneider
-4
/
+4
2018-06-22
Fix rustdoc and remove default impl for FnHeader
Taylor Cramer
-3
/
+9
2018-06-21
Parse async fn header.
Without Boats
-27
/
+21
2018-06-20
Make GenericBound explicit
varkor
-11
/
+12
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-41
/
+41
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-5
/
+7
2018-06-20
Introduce ParamName and use it in place of LifetimeName
varkor
-5
/
+5
2018-06-20
Lift name into GenericParam
varkor
-5
/
+5
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-23
/
+16
2018-06-20
Lift bounds into GenericParam
varkor
-43
/
+52
2018-06-20
Simply joint lifetime/type iteration
varkor
-8
/
+4
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-87
/
+102
[next]