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
/
passes
Age
Commit message (
Expand
)
Author
Lines
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
2020-07-29
Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures
Manish Goregaokar
-1
/
+1
2020-07-27
private_items_doc_tests -> doc_test_lints
Joshua Nelson
-3
/
+3
2020-07-27
Move `look_for_tests` to `private_items_doc_tests`
Joshua Nelson
-56
/
+61
2020-07-27
Separate `missing_doc_code_examples` from intra-doc links
Joshua Nelson
-16
/
+21
2020-07-22
rustdoc: Add explanation when linting against public to private item links
Dennis Hamester
-0
/
+7
2020-07-22
rustdoc: Always warn when linking from public to private items
Dennis Hamester
-5
/
+12
2020-07-20
refactor and reword intra-doc link errors
Andy Russell
-181
/
+173
2020-07-17
intra-doc links: Resolve modules in type namespace
Manish Goregaokar
-15
/
+8
2020-07-16
Add more debugging
Joshua Nelson
-2
/
+9
2020-07-16
Support intra-doc links on trait and module re-exports
Joshua Nelson
-21
/
+7
2020-07-16
Support intra-doc links on macro re-exports
Joshua Nelson
-10
/
+8
2020-07-16
Move import to top of function
Joshua Nelson
-1
/
+2
2020-07-16
Remove warnings
Joshua Nelson
-3
/
+1
2020-07-16
Make sure that module_id is actually a module
Joshua Nelson
-1
/
+13
2020-07-16
Don't panic on fake IDs
Joshua Nelson
-101
/
+11
2020-07-16
Use DefId for modules
Joshua Nelson
-8
/
+17
2020-07-16
Use the scope of the imported variable for resolution, not the current scope
Joshua Nelson
-4
/
+92
2020-07-13
Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514
Manish Goregaokar
-0
/
+1
2020-07-09
Allow for parentheses after macro intra-doc-links
Manish Goregaokar
-0
/
+3
2020-07-08
rustdoc: Allow linking from private items to private types
Dennis Hamester
-0
/
+1
2020-07-06
Rollup merge of #74078 - jyn514:lut, r=Manishearth
Manish Goregaokar
-5
/
+28
[prev]
[next]