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
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2021-11-26
Rename `Type::ResolvedPath` to `Type::Path`
Noah Lev
-2
/
+2
2021-11-25
Stop re-exporting `Type::ResolvedPath`
Noah Lev
-4
/
+3
2021-11-24
Update comment
Noah Lev
-1
/
+1
2021-11-24
Remove `ResolvedPath.did`
Noah Lev
-3
/
+4
2021-11-24
Return the actual `DefId` for assoc. items in `register_res`
Noah Lev
-10
/
+2
2021-11-21
Auto merge of #90844 - camelid:cleanup-vis, r=jyn514
bors
-3
/
+1
2021-11-19
rustdoc: Move doc-reachability visiting back to cleaning
Noah Lev
-0
/
+6
2021-11-19
rustdoc: Remove `Crate.externs` and compute on-demand instead
Noah Lev
-16
/
+1
2021-11-17
rustdoc: Clean `Visibility` outside of `display_macro_source`
Noah Lev
-3
/
+1
2021-11-07
Give inline const separate DefKind
Gary Guo
-2
/
+3
2021-10-30
rustdoc: Stop sorting external crates
Noah Lev
-2
/
+1
2021-10-30
rustdoc: Remove `Crate.name` and instead compute it on-demand
Noah Lev
-2
/
+0
2021-10-30
rustdoc: Remove `Crate.src` and instead compute it on-demand
Noah Lev
-2
/
+0
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-8
/
+8
2021-10-09
Auto merge of #88379 - camelid:cleanup-clean, r=jyn514
bors
-36
/
+4
2021-10-03
Rename `strip_path` to `strip_path_generics`
Noah Lev
-1
/
+2
2021-09-30
Use `Path` instead of `Type` in `PolyTrait`
Noah Lev
-34
/
+2
2021-09-30
Remove `Path.global`
Noah Lev
-2
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-2
/
+1
2021-09-12
Remove `Type::ResolvedPath.is_generic`
Noah Lev
-15
/
+9
2021-09-11
rustdoc: Cleanup a pattern match in `external_generic_args()`
Noah Lev
-3
/
+2
2021-09-11
Remove unnecessary `is_trait` argument
Noah Lev
-6
/
+2
2021-09-11
Fix redundant arguments in `external_path()`
Noah Lev
-21
/
+20
2021-09-11
Remove unused `hir_id` parameter from `resolve_type`
Noah Lev
-2
/
+2
2021-09-11
Create a valid `Res` in `external_path()`
Noah Lev
-4
/
+6
2021-09-11
rustdoc: Get symbol for `TyParam` directly
Noah Lev
-1
/
+1
2021-09-09
Remove unnecessary `Cache.*_did` fields
Noah Lev
-4
/
+0
2021-09-03
rustdoc: Box `GenericArg::Const` to reduce enum size
Noah Lev
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-1
/
+1
2021-07-18
Rollup merge of #86889 - jyn514:crate-cleanup, r=camelid
Yuki Okushi
-6
/
+6
2021-07-15
Remove refs from pat slices
Cameron Steffen
-11
/
+6
2021-07-13
Remove trival `impl Clean for CrateNum`
Joshua Nelson
-2
/
+2
2021-07-13
Remove unnecessary CrateNum from Cache.externs
Joshua Nelson
-5
/
+5
2021-07-07
Unify macro source display
Guillaume Gomez
-0
/
+36
2021-07-05
Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514
bors
-16
/
+21
2021-07-03
Pretty-print macro matchers instead of using source code
Noah Lev
-16
/
+21
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-06-19
rustdoc: Introduce new `DynTrait` type for better representation of trait obj...
Justus K
-4
/
+14
2021-06-05
Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth
bors
-1
/
+2
2021-06-05
Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth
Yuki Okushi
-0
/
+5
2021-06-05
Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomez
Yuki Okushi
-20
/
+33
2021-06-04
rustdoc: link consistently to stable/beta in diagnostic messages
Joshua Nelson
-1
/
+2
2021-06-04
rustdoc: link to stable/beta docs consistently in documentation
Joshua Nelson
-0
/
+5
2021-05-19
rustdoc: render `<Self as X>::Y` type casts properly
Justus K
-1
/
+2
2021-05-05
Revert PR 83866
Pietro Albini
-11
/
+0
2021-05-04
Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...
bors
-4
/
+2
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-4
/
+2
2021-05-03
Valid underscores in hex/octal/binary literal docs
Smitty
-2
/
+21
2021-05-03
Make match in `register_res` easier to read
Joshua Nelson
-20
/
+33
2021-04-23
Take ItemType instead of TypeKind in record_extern_fqn
Joshua Nelson
-19
/
+19
[next]