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
/
passes
Age
Commit message (
Expand
)
Author
Lines
2020-08-28
Fix swapped stability attributes
Joshua Nelson
-6
/
+6
2020-08-24
Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum
bors
-2
/
+6
2020-08-23
Use underscores instead of spaces
Joshua Nelson
-2
/
+2
2020-08-23
Add some timing info to rustdoc
Joshua Nelson
-2
/
+6
2020-08-23
xpy fmt
Joshua Nelson
-7
/
+2
2020-08-23
Report an ambiguity if both modules and primitives are in scope
Joshua Nelson
-43
/
+109
2020-08-23
Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov
bors
-90
/
+209
2020-08-22
Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...
bors
-22
/
+20
2020-08-22
rustdoc: Only resolve traits in scope
Joshua Nelson
-13
/
+18
2020-08-22
rustdoc: Cache traits implemented by a type
Joshua Nelson
-45
/
+59
2020-08-22
rustdoc: Add support for associated items even outside the impl itself
Joshua Nelson
-88
/
+188
2020-08-22
Rollup merge of #75745 - jyn514:refactor-resolve, r=Manishearth
Dylan DPC
-23
/
+1
2020-08-21
Unify checks for lint missing_doc_code_examples and --show-coverage
Guillaume Gomez
-22
/
+20
2020-08-21
Show line even if there is no code examples
Guillaume Gomez
-5
/
+3
2020-08-21
Ignore more kind of items for doc examples
Guillaume Gomez
-0
/
+4
2020-08-20
fmt
Guillaume Gomez
-11
/
+2
2020-08-20
Update how doc examples are counted
Guillaume Gomez
-18
/
+16
2020-08-20
Remove "total" columns in --show-coverage output
Guillaume Gomez
-6
/
+5
2020-08-20
Remove duplicate binding in match
Joshua Nelson
-1
/
+1
2020-08-20
Update rustdoc coverage UI test
Guillaume Gomez
-5
/
+11
2020-08-20
Ignore code examples on given items where it doesn't make sense
Guillaume Gomez
-19
/
+40
2020-08-20
Remove duplication in `fold_item`
Joshua Nelson
-23
/
+1
2020-08-19
xpy fmt
Joshua Nelson
-1
/
+6
2020-08-19
Use `impls` for intra doc links as well
Joshua Nelson
-34
/
+18
2020-08-19
Allow reusing the code in `collect_trait_impls`
Joshua Nelson
-34
/
+1
2020-08-19
Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514
Yuki Okushi
-24
/
+84
2020-08-19
Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomez
Yuki Okushi
-7
/
+18
2020-08-18
Add doc examples count for --show-coverage
Guillaume Gomez
-24
/
+84
2020-08-17
Resolve true and false as booleans
Joshua Nelson
-7
/
+18
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-15
/
+15
2020-08-14
Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco
Tyler Mandry
-2
/
+2
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-2
/
+2
2020-08-13
Add Array Impl Lang Item in various places
kadmin
-0
/
+1
2020-08-09
Give precedence to primitives over modules
Joshua Nelson
-3
/
+5
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-2
/
+4
2020-08-06
Rollup merge of #75079 - jyn514:disambiguator, r=Manishearth
Manish Goregaokar
-43
/
+145
2020-08-06
Add doc-comment for `kind_side_channel`
Joshua Nelson
-0
/
+3
2020-08-06
Remove dead code
Joshua Nelson
-17
/
+1
2020-08-06
Fix outdated code
Joshua Nelson
-3
/
+1
2020-08-06
Use the proper kind for associated items
Joshua Nelson
-2
/
+8
2020-08-06
Still print help even if there's no span
Joshua Nelson
-0
/
+2
2020-08-05
Suggest f() for functions and add a test case
Joshua Nelson
-1
/
+2
2020-08-05
Unresolved link -> incompatible link kind
Joshua Nelson
-2
/
+1
2020-08-05
Give a much better error message if the struct failed to resolve
Joshua Nelson
-60
/
+127
2020-08-03
item -> link
Joshua Nelson
-1
/
+1
2020-08-02
Don't mark associated items as traits
Joshua Nelson
-1
/
+2
2020-08-02
Disallow linking to items with a mismatched disambiguator
Joshua Nelson
-2
/
+43
2020-08-01
rustc_metadata: track the simplified Self type for every trait impl.
Eduard-Mihai Burtescu
-1
/
+1
2020-07-30
Rename the lint again
Manish Goregaokar
-1
/
+1
2020-07-30
Rename to intra_doc_resolution_failures
Manish Goregaokar
-36
/
+30
[next]