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
Age
Commit message (
Expand
)
Author
Lines
2018-09-10
[beta] rustdoc: disable blanket impl collection
QuietMisdreavus
-111
/
+2
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
-28
/
+148
2018-07-28
Move blanket implementations generation into its own function
Guillaume Gomez
-19
/
+29
2018-07-28
Remove core exclusion condition
Guillaume Gomez
-13
/
+13
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-2
/
+8
2018-07-25
Add missing dyn
Tatsuyuki Ishi
-1
/
+1
2018-07-24
Remove generic-impl rendering filter
Guillaume Gomez
-85
/
+83
2018-07-24
Add src and fix generics display issues
Guillaume Gomez
-6
/
+6
2018-07-23
Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus
bors
-8
/
+0
2018-07-23
Fix style issues
Guillaume Gomez
-7
/
+9
2018-07-22
Fix urls
Guillaume Gomez
-4
/
+4
2018-07-22
Prevent some items to get generic impls listed
Guillaume Gomez
-1
/
+2
2018-07-22
Improve code
Guillaume Gomez
-54
/
+43
2018-07-22
Add new tests and fix old ones
Guillaume Gomez
-37
/
+65
2018-07-22
Cleanup
Guillaume Gomez
-59
/
+1
2018-07-22
Add filter over non generic impls
Guillaume Gomez
-53
/
+38
2018-07-22
Working generic impl
Guillaume Gomez
-114
/
+171
2018-07-22
some improvements
Guillaume Gomez
-3
/
+8
2018-07-22
part 2
Guillaume Gomez
-58
/
+41
2018-07-22
First step to generic trait impls
Guillaume Gomez
-20
/
+113
2018-07-22
Start of generic impl fix for rustdoc
Guillaume Gomez
-3
/
+24
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
-24
/
+25
2018-07-16
ForeignItemKind
csmoe
-3
/
+3
2018-07-16
TyKind
csmoe
-3
/
+3
2018-07-15
Auto merge of #52361 - QuietMisdreavus:proc-macro-doc, r=ollie27
bors
-5
/
+9
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
don't panic when you see proc-macros
QuietMisdreavus
-5
/
+9
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
-28
/
+6
2018-07-04
Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27
bors
-5
/
+38
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
[next]