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
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-12
don't alloc Path and mutate it inplace
klensy
-1
/
+1
2021-12-03
Remove a Clean impl for a tuple (3)
Noah Lev
-7
/
+12
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-4
/
+4
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-1
/
+1
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-3
/
+3
2021-11-07
rustdoc: Use `ty::ImplPolarity` instead of custom enum
Noah Lev
-2
/
+2
2021-11-07
Use an enum to record polarity in `clean::Impl`
Noah Lev
-4
/
+4
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-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-12
/
+12
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-1
/
+1
2021-10-03
Rename `strip_path` to `strip_path_generics`
Noah Lev
-1
/
+1
2021-10-02
Replace all uses of `path.res.def_id()` with `path.def_id()`
Noah Lev
-1
/
+1
2021-10-02
Turn some comments into docs
Noah Lev
-57
/
+57
2021-09-30
Remove unnecessary `Box` in `Type::QPath`
Noah Lev
-3
/
+3
2021-09-30
Avoid unnecessary matches by changing `Clean` impl
Noah Lev
-1
/
+1
2021-09-30
Use `Path` instead of `Type` in `PolyTrait`
Noah Lev
-122
/
+86
2021-09-30
Make `Impl.trait_` a `Path`, not a `Type`
Noah Lev
-1
/
+1
2021-09-25
Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514
Manish Goregaokar
-12
/
+3
2021-09-21
Revert the rustdoc box syntax removal
est31
-2
/
+2
2021-09-12
Remove `Type::ResolvedPath.is_generic`
Noah Lev
-12
/
+3
2021-09-05
Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez
bors
-4
/
+5
2021-09-02
rustdoc: Clean up handling of lifetime bounds
Noah Lev
-4
/
+5
2021-08-31
Remove unhelpful `expect()` message
Noah Lev
-4
/
+2
2021-08-31
Box `GenericArgs::Parenthesized.output`
Noah Lev
-2
/
+4
2021-08-18
remove box_syntax uses from cranelift and tools
Marcel Hellwig
-2
/
+2
2021-08-13
move Constness into TraitPredicate
Deadbeef
-2
/
+2
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-1
/
+1
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-1
/
+1
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-1
/
+1
2021-06-19
rustdoc: Introduce new `DynTrait` type for better representation of trait obj...
Justus K
-9
/
+1
2021-06-18
rustdoc: Render `for<'_>` lifetimes in front of where bound
Justus K
-2
/
+6
2021-06-03
rustdoc- Show defaults on const generics
Ellen
-1
/
+4
2021-05-19
rustdoc: render `<Self as X>::Y` type casts properly
Justus K
-1
/
+1
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-1
/
+1
2021-04-30
Remove unnecessary `provided_trait_methods` field from Impl
Joshua Nelson
-1
/
+0
2021-04-27
cfg taken out of Attributes, put in Item
Timothée Delabrouille
-0
/
+1
2021-04-24
Get rid of `item.span`
Joshua Nelson
-1
/
+1
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-1
/
+1
2021-03-01
Get TyCtxt from self instead of passing as argument in AutoTraitFinder
Noam Koren
-15
/
+12
2021-02-28
Remove unnecessary `self_ty` parameter to `get_blanket_impls`
Joshua Nelson
-30
/
+23
2021-02-22
Remove many RefCells from DocContext
Camelid
-1
/
+1
2021-02-19
Show negative implementation of Sized trait
Guillaume Gomez
-90
/
+114
2021-02-16
Make `Clean` take &mut DocContext
Joshua Nelson
-49
/
+36
2021-01-16
Review changes
Jack Huey
-5
/
+5
2021-01-09
Replace under-used ImplPolarity enum with a boolean
Guillaume Gomez
-4
/
+4
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-2
/
+2
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-5
/
+5
2020-12-29
don't clone copy types
Matthias Krüger
-2
/
+2
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
[next]