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
2018-09-10
[beta] rustdoc: disable blanket impl collection
QuietMisdreavus
-111
/
+2
2018-07-28
Move blanket implementations generation into its own function
Guillaume Gomez
-19
/
+29
2018-07-28
Remove core exclusion condition
Guillaume Gomez
-13
/
+13
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-2
/
+5
2018-07-24
Remove generic-impl rendering filter
Guillaume Gomez
-85
/
+83
2018-07-24
Add src and fix generics display issues
Guillaume Gomez
-6
/
+6
2018-07-23
Fix style issues
Guillaume Gomez
-7
/
+9
2018-07-22
Fix urls
Guillaume Gomez
-4
/
+4
2018-07-22
Prevent some items to get generic impls listed
Guillaume Gomez
-1
/
+2
2018-07-22
Improve code
Guillaume Gomez
-54
/
+43
2018-07-22
Add new tests and fix old ones
Guillaume Gomez
-37
/
+65
2018-07-22
Cleanup
Guillaume Gomez
-59
/
+1
2018-07-22
Add filter over non generic impls
Guillaume Gomez
-46
/
+38
2018-07-22
Working generic impl
Guillaume Gomez
-114
/
+165
2018-07-22
some improvements
Guillaume Gomez
-3
/
+8
2018-07-22
part 2
Guillaume Gomez
-58
/
+41
2018-07-22
First step to generic trait impls
Guillaume Gomez
-19
/
+113
2018-07-22
Start of generic impl fix for rustdoc
Guillaume Gomez
-3
/
+24
2018-07-16
ItemKind
csmoe
-5
/
+6
2018-07-16
TyKind
csmoe
-2
/
+2
2018-06-28
Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for path segments in HIR
Vadim Petrochenkov
-3
/
+3
2018-06-28
Use `Ident`s for lifetimes in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-26
Update rustdoc
Oliver Schneider
-1
/
+1
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-12
/
+12
2018-06-20
Introduce ParamName and use it in place of LifetimeName
varkor
-3
/
+3
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-15
/
+4
2018-06-20
Lift bounds into GenericParam
varkor
-9
/
+9
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-11
/
+12
2018-06-20
Rename "parameter" to "arg"
varkor
-19
/
+17
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-18
Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus
bors
-15
/
+36
2018-05-15
add auto-impl for primitive type
Guillaume Gomez
-15
/
+36
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-1
/
+1
2018-05-15
Pull common parameters into GenericParamDef
varkor
-7
/
+7
2018-05-15
Inline get_type
varkor
-1
/
+1
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-24
/
+24
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-1
/
+1
2018-05-15
Rename GenericParam to GenericParamDef
varkor
-3
/
+3
2018-05-15
Prefer iterator to vec
varkor
-1
/
+0
2018-05-15
Consolidate ty::Generics
varkor
-21
/
+19
2018-05-09
Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakis
bors
-533
/
+33
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-2
/
+2
2018-04-26
Simplified name mapping in auto trait handling.
Inokentiy Babushkin
-1
/
+1
2018-04-26
Adjusted types and visibility in auto trait machinery.
Inokentiy Babushkin
-1
/
+1
2018-04-26
Reworked auto trait functionality in rustdoc.
Inokentiy Babushkin
-533
/
+33
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-2
/
+2
2018-04-13
Use InternedString rather than Name for RegionParameterDef
varkor
-4
/
+4
2018-04-11
Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm
kennytm
-3
/
+1
2018-04-11
Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis
bors
-1
/
+3
[next]