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
/
clean
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-04-22
Remove `keywords` from ExternCrate
Joshua Nelson
-4
/
+4
2021-04-22
Get rid of ExternCrate::primitives
Joshua Nelson
-1
/
+2
2021-04-22
Remove `name` field from ExternalCrate
Joshua Nelson
-1
/
+2
2021-04-22
Remove src field from ExternCrate
Joshua Nelson
-1
/
+3
2021-04-16
rustdoc: get rid of unused path printing code
Michael Howell
-1
/
+1
2021-04-07
Reuse logic for determining the channel in the rest of rustdoc
Joshua Nelson
-0
/
+11
2021-04-04
Render destructured struct function param names as underscore.
Alan Egerton
-11
/
+1
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-1
/
+1
2021-03-31
Revert explicit lifetimes
Jack Huey
-6
/
+6
2021-03-31
Track bound vars
Jack Huey
-6
/
+6
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-12
/
+12
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-1
/
+1
2021-03-20
update `const_eval_resolve`
lcnr
-1
/
+1
2021-03-09
Remove `masked_crates` from `clean::Crate`
Camelid
-4
/
+1
[next]