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-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-14
/
+14
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-0
/
+1
2018-08-06
Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddyb
bors
-2
/
+2
2018-08-04
Update to master
Guillaume Gomez
-5
/
+2
2018-08-04
Remove FinderTrait and move its functions into DocContext
Guillaume Gomez
-9
/
+2
2018-08-04
Improve functions naming
Guillaume Gomez
-3
/
+3
2018-08-04
Clean generic impls code
Guillaume Gomez
-290
/
+24
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-4
/
+5
2018-08-02
Fix rustdoc crash when 'static bound appears in struct declaration
Aaron Hill
-2
/
+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
[next]