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-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
2018-04-09
Convert sort_unstable_by to sort_by_cached_key
varkor
-3
/
+1
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-1
/
+1
2018-04-06
Fix rustdoc after changing type param representation.
Michael Woerister
-1
/
+3
2018-03-23
Fix rustdoc
Sean Griffin
-2
/
+0
2018-03-20
Fix tidy trailing whitespace
Phlosioneer
-2
/
+2
2018-03-19
Fix ordering of auto-generated trait bounds in rustdoc output
Phlosioneer
-35
/
+67
2018-03-01
Fix breakage in rustdoc
Sean Griffin
-1
/
+6
2018-02-24
Fix auto trait impl rustdoc ice
Guillaume Gomez
-1
/
+1
2018-02-19
Sort synthetic impls bounds before rendering
Aaron Hill
-0
/
+45
2018-02-18
Cleanup formatting
Aaron Hill
-19
/
+11
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-0
/
+1455