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-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
2020-12-18
Calculate stability, const_stability, and deprecation on-demand
Joshua Nelson
-3
/
+0
2020-12-17
Continue String to Symbol conversion in rustdoc
Guillaume Gomez
-7
/
+7
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-6
/
+5
2020-12-12
Small cleanups
Joshua Nelson
-1
/
+1
2020-11-29
Add support for stable-const-since in docs on items (standalone or assoc)
Rune Tynan
-0
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-5
/
+5
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-1
/
+1
2020-10-16
Review comments
Jack Huey
-1
/
+1
2020-10-16
map_bound_ref -> rebind
Jack Huey
-8
/
+6
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-7
/
+10
2020-08-24
hir: consistent use and naming of lang items
David Wood
-5
/
+5
2020-07-31
fix rustdoc generic param order
Bastian Kauschke
-0
/
+5
2020-07-29
Fix some typos in src/librustdoc/clean/auto_trait.rs
Josh Triplett
-4
/
+4
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-5
/
+5
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-2
/
+2
2020-07-27
rustdoc
Bastian Kauschke
-5
/
+5
2020-07-27
`PredicateKint` -> `PredicateKind`, the beginning of the end
Bastian Kauschke
-1
/
+1
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-2
/
+2
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-2
/
+2
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-3
/
+3
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-04-06
ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`.
Eduard-Mihai Burtescu
-19
/
+22
2020-04-02
direct imports for langitem stuff
Mazdak Farrokhzad
-0
/
+1
2020-03-31
more clippy fixes
Matthias Krüger
-5
/
+2
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-14
Make downstream crates compile.
Camille GILLOT
-1
/
+1
[next]