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
Age
Commit message (
Expand
)
Author
Lines
2019-03-07
fix bad use of with_emitter
Esteban Küber
-2
/
+2
2019-03-07
hir: remove NodeId from PathSegment
ljedrz
-2
/
+0
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-41
/
+50
2019-03-06
Make `-Z treat-err-as-bug` take a number of errors to be emitted
Esteban Küber
-1
/
+1
2019-03-06
don't process `external_traits` when collecting intra-doc links
QuietMisdreavus
-0
/
+10
2019-03-05
Stub rustdoc const generics implementations
varkor
-0
/
+12
2019-03-05
only print coverage pass lists if running on nightly
QuietMisdreavus
-7
/
+11
2019-03-05
remove unused Display impl
QuietMisdreavus
-7
/
+0
2019-03-02
Fix "Auto-hide item methods documentation" setting
Guillaume Gomez
-32
/
+37
2019-03-02
hir: remove NodeId from VariantData
ljedrz
-1
/
+1
2019-03-02
hir: remove NodeId from Item
ljedrz
-43
/
+43
2019-03-02
hir: remove NodeId from ForeignItem
ljedrz
-4
/
+6
2019-03-02
hir: remove NodeId from StructField
ljedrz
-3
/
+5
2019-03-01
hir: remove NodeId from TraitRef
ljedrz
-2
/
+0
2019-03-01
hir: remove NodeId from ImplItem
ljedrz
-3
/
+4
2019-03-01
ty: HirIdify some lints
ljedrz
-7
/
+7
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-3
/
+4
2019-03-01
hir: remove NodeId from AnonConst
ljedrz
-1
/
+1
2019-02-28
track items per-file instead of per-type
QuietMisdreavus
-117
/
+33
2019-02-28
tweak wording of extern types
QuietMisdreavus
-1
/
+1
2019-02-28
add a coverage mode for private items
QuietMisdreavus
-3
/
+20
2019-02-28
print doc coverage as a table of individual item types
QuietMisdreavus
-42
/
+166
2019-02-28
refactor: combine item count numbers into a new struct
QuietMisdreavus
-29
/
+57
2019-02-28
count fewer items in calculate-doc-coverage
QuietMisdreavus
-1
/
+5
2019-02-28
add option to calculate documentation coverage
QuietMisdreavus
-4
/
+146
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-23
/
+26
2019-02-28
Auto merge of #57760 - dlrobertson:varargs1, r=alexreg
bors
-20
/
+10
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-20
/
+10
2019-02-27
Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus
Mazdak Farrokhzad
-150
/
+82
2019-02-27
rename Substs to InternalSubsts
csmoe
-6
/
+6
2019-02-26
Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc
bors
-53
/
+53
2019-02-25
Rollup merge of #58697 - taiki-e:question-in-macros, r=Centril
Mazdak Farrokhzad
-2
/
+2
2019-02-24
Use ? in some macros
Taiki Endo
-2
/
+2
2019-02-24
doc: partially HirIdify visit_ast
ljedrz
-37
/
+38
2019-02-24
hir: remove NodeId from GenericParam
ljedrz
-5
/
+7
2019-02-24
hir: remove NodeId from Lifetime and Ty
ljedrz
-11
/
+8
2019-02-24
Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomez
Mazdak Farrokhzad
-2
/
+39
2019-02-24
Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc
bors
-7
/
+7
2019-02-23
merge early and late passes into single struct
Andy Russell
-138
/
+68
2019-02-23
move collapse and unindent docs passes earlier
Andy Russell
-14
/
+16
2019-02-23
Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis
bors
-1
/
+1
2019-02-23
fix build for Rust 2018 now that #58100 has been merged
Trevor Spiteri
-1
/
+1
2019-02-23
rustdoc: support methods on primitives in intra-doc links
Trevor Spiteri
-2
/
+39
2019-02-23
Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=Manishearth
Mazdak Farrokhzad
-1
/
+5
2019-02-23
Fix tidy check errors
Hirokazu Hata
-10
/
+45
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-423
/
+419
2019-02-22
Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, r=Guilla...
Mazdak Farrokhzad
-22
/
+8
2019-02-22
Don't generate minification variable if minification disabled
Guillaume Gomez
-1
/
+5
2019-02-22
Update parking_lot to 0.7
Bastien Orivel
-1
/
+1
2019-02-20
Dedup a rustdoc diagnostic construction
Dale Wijnand
-22
/
+8
[prev]
[next]