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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-04
Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU
Matthias Krüger
-11
/
+17
2021-12-28
remove in_band_lifetimes from librustdoc
Michael Goulet
-6
/
+6
2021-12-23
Do not display `~const Drop` in rustdoc
Deadbeef
-20
/
+35
2021-12-23
fix rustdoc
lcnr
-11
/
+17
2021-12-11
rustdoc: Pretty-print assoc const defaults on-demand
Noah Lev
-3
/
+6
2021-12-03
Remove a Clean impl for a tuple (9)
Noah Lev
-43
/
+48
2021-12-03
Remove a Clean impl for a tuple (8)
Noah Lev
-86
/
+89
2021-12-03
Remove a Clean impl for a tuple (7)
Noah Lev
-23
/
+25
2021-12-03
Remove a Clean impl for a tuple (6)
Noah Lev
-16
/
+17
2021-12-03
Remove a Clean impl for a tuple (5)
Noah Lev
-19
/
+20
2021-12-03
Remove a Clean impl for a tuple (4)
Noah Lev
-14
/
+17
2021-12-03
Clean up definition of `clean_ty_generics` a bit
Noah Lev
-5
/
+3
2021-12-03
Remove a Clean impl for a tuple (3)
Noah Lev
-145
/
+144
2021-12-03
Remove a Clean impl for a tuple (2)
Noah Lev
-27
/
+28
2021-12-03
Remove a Clean impl for a tuple (1)
Noah Lev
-25
/
+18
2021-12-03
rustdoc: Rename bounds to bindings where appropriate
Noah Lev
-4
/
+4
2021-12-02
Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu
Matthias Krüger
-1
/
+34
2021-12-02
Transform const generics if the function uses rustc_legacy_const_generics
Guillaume Gomez
-1
/
+34
2021-12-01
Use `try_normalize_erasing_regions` instead of a custom infer context
Joshua Nelson
-13
/
+3
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-3
/
+2
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-25
Clean up `clean` re-exports
Noah Lev
-5
/
+0
2021-11-24
Remove `ResolvedPath.did`
Noah Lev
-2
/
+2
2021-11-23
Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514
bors
-2
/
+13
2021-11-21
Auto merge of #90844 - camelid:cleanup-vis, r=jyn514
bors
-64
/
+38
2021-11-19
Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwco
Yuki Okushi
-4
/
+2
2021-11-19
Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514
Yuki Okushi
-18
/
+32
2021-11-18
rustc: Remove `#[rustc_synthetic]`
Vadim Petrochenkov
-4
/
+2
2021-11-17
rustdoc: Cleanup visibility cleaning some more
Noah Lev
-52
/
+31
2021-11-17
rustdoc: Remove Clean impl for `hir::Visibility`
Noah Lev
-26
/
+18
2021-11-17
rustdoc: Clean `Visibility` outside of `display_macro_source`
Noah Lev
-3
/
+6
2021-11-16
Avoid documenting top-level private imports
inquisitivecrystal
-2
/
+13
2021-11-13
Delete rustdoc::doctree
hi-rustin
-2
/
+2
2021-11-09
Add comments ensuring that generics are cleaned before args
Noah Lev
-0
/
+4
2021-11-09
Remove unnecessary reborrows
Noah Lev
-2
/
+5
2021-11-09
Remove where bound from `clean_fn_decl_with_args`
Noah Lev
-16
/
+19
2021-11-09
Use computed visibility in rustdoc
inquisitivecrystal
-4
/
+8
2021-11-09
Replace where-bounded Clean impl with function
Noah Lev
-13
/
+17
2021-11-08
Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez
bors
-93
/
+95
2021-11-07
Remove Clean impl for `&T`
Noah Lev
-7
/
+1
2021-11-07
Remove unused Clean impl for `Rc<T>`
Noah Lev
-7
/
+0
2021-11-07
Remove Clean impl for `Vec<T>`
Noah Lev
-41
/
+41
2021-11-07
Remove Clean impl for `IndexVec<T>`
Noah Lev
-7
/
+0
2021-11-07
Remove Clean impl for `Option<T>`
Noah Lev
-10
/
+4
2021-11-07
rustdoc: Use `ty::ImplPolarity` instead of custom enum
Noah Lev
-13
/
+1
2021-11-07
Use an enum to record polarity in `clean::Impl`
Noah Lev
-6
/
+6
2021-11-07
rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum
Noah Lev
-2
/
+1
2021-11-06
rustdoc: Remove redundant `Impl.span` field
Noah Lev
-1
/
+0
2021-11-05
rustdoc: clippy::complexity fixes
Matthias Krüger
-4
/
+3
[next]