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
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2021-11-21
Auto merge of #90844 - camelid:cleanup-vis, r=jyn514
bors
-7
/
+2
2021-11-19
Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514
Yuki Okushi
-0
/
+1
2021-11-17
rustdoc: Clean `Visibility` outside of `display_macro_source`
Noah Lev
-7
/
+2
2021-11-09
Add comments ensuring that generics are cleaned before args
Noah Lev
-0
/
+1
2021-11-09
Add `ty::Visibility::is_public()`
inquisitivecrystal
-2
/
+2
2021-11-07
Remove Clean impl for `Vec<T>`
Noah Lev
-6
/
+4
2021-11-07
Remove Clean impl for `IndexVec<T>`
Noah Lev
-1
/
+1
2021-11-07
Remove Clean impl for `Option<T>`
Noah Lev
-1
/
+1
2021-11-07
rustdoc: Use `ty::ImplPolarity` instead of custom enum
Noah Lev
-1
/
+1
2021-11-07
Use an enum to record polarity in `clean::Impl`
Noah Lev
-1
/
+1
2021-11-07
rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum
Noah Lev
-3
/
+4
2021-11-06
rustdoc: Remove redundant `Impl.span` field
Noah Lev
-1
/
+0
2021-10-27
Improve perf measurements of `build_extern_trait_impl`
Noah Lev
-0
/
+2
2021-10-22
Fix another place that used `def_id_no_primitives()`
Noah Lev
-1
/
+1
2021-10-22
Rename `Type::def_id_full()` to `Type::def_id()`
Noah Lev
-2
/
+2
2021-10-22
Rename `Type::def_id()` to `Type::def_id_no_primitives()`
Noah Lev
-1
/
+5
2021-10-22
Use `def_id_full()` where easily possible
Noah Lev
-2
/
+2
2021-10-22
Replace `GetDefId` with inherent methods
Noah Lev
-3
/
+1
2021-10-21
Fix docs for `inline::build_impl`
Noah Lev
-1
/
+1
2021-10-09
Auto merge of #88379 - camelid:cleanup-clean, r=jyn514
bors
-27
/
+25
2021-10-05
Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d
Wim Looman
-2
/
+2
2021-10-05
Make cfg implicitly imply doc(cfg)
Wim Looman
-2
/
+2
2021-10-02
Replace all uses of `path.res.def_id()` with `path.def_id()`
Noah Lev
-4
/
+4
2021-09-30
Remove temporary `GetDefId` impl for `Path`
Noah Lev
-2
/
+2
2021-09-30
Avoid unnecessary matches by changing `Clean` impl
Noah Lev
-4
/
+1
2021-09-30
Use `Path` instead of `Type` in `PolyTrait`
Noah Lev
-21
/
+23
2021-09-30
Make `Impl.trait_` a `Path`, not a `Type`
Noah Lev
-1
/
+1
2021-09-30
Remove `Path.global`
Noah Lev
-1
/
+0
2021-09-26
Elaborate comment
Hirochika Matsumoto
-1
/
+1
2021-09-25
rustdoc: Don't show hidden trait methods
Hirochika Matsumoto
-1
/
+33
2021-09-21
Revert the rustdoc box syntax removal
est31
-12
/
+6
2021-09-12
Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco
Manish Goregaokar
-6
/
+5
2021-09-12
downgrade some logging
Joshua Nelson
-2
/
+2
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-6
/
+5
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-2
/
+0
2021-08-29
rustdoc: Stop using resolver for macro loading
Vadim Petrochenkov
-3
/
+3
2021-08-18
remove box_syntax uses from cranelift and tools
Marcel Hellwig
-6
/
+12
2021-08-05
* Rename Span::from_rustc_span to Span::new
Guillaume Gomez
-1
/
+1
2021-07-07
Fix reexports visibility
Guillaume Gomez
-12
/
+25
2021-07-07
Unify macro source display
Guillaume Gomez
-31
/
+7
2021-07-07
Fix rendering of reexported macros 2.0
Guillaume Gomez
-9
/
+27
2021-07-06
Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514
bors
-3
/
+4
2021-07-05
rustdoc: Add `PrimitiveType` to `ItemId::Primitive`
Justus K
-2
/
+3
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-2
/
+2
2021-07-05
Remove `impl Clean for {Ident, Symbol}`
Joshua Nelson
-1
/
+1
2021-07-03
Pretty-print macro matchers instead of using source code
Noah Lev
-16
/
+12
2021-06-26
Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez
bors
-4
/
+7
2021-06-22
Account for more cases
Deadbeef
-4
/
+4
2021-06-22
Do not list impl when trait has doc(hidden)
Deadbeef
-1
/
+18
2021-06-18
rustdoc: Render `for<'_>` lifetimes in front of where bound
Justus K
-4
/
+7
[next]