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
2019-04-30
rustdoc: refactor(?) synthetic impl building.
Eduard-Mihai Burtescu
-116
/
+68
2019-04-30
rustdoc: remove def_ctor hack.
Eduard-Mihai Burtescu
-82
/
+52
2019-04-28
Fix lint findings in librustdoc
flip1995
-3
/
+3
2019-04-28
Fix lint findings in librustc
flip1995
-1
/
+1
2019-03-31
Fix invalid bounds string generation in rustdoc
Guillaume Gomez
-1
/
+1
2019-03-18
Refactor `GenericArgs` to include const generics
varkor
-1
/
+7
2019-03-18
Rename typarams to param_names
varkor
-4
/
+4
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-4
/
+4
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-4
/
+4
2019-03-01
hir: remove NodeId from TraitRef
ljedrz
-1
/
+0
2019-02-23
Fix tidy check errors
Hirokazu Hata
-1
/
+4
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-4
/
+4
2019-02-15
Add Const kind to rustdoc
varkor
-0
/
+1
2019-01-22
Don't try to clean predicates involving ReErased
Aaron Hill
-0
/
+4
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-4
/
+4
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-7
/
+7
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-9
/
+9
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
[next]