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
/
passes
Age
Commit message (
Expand
)
Author
Lines
2018-09-14
Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor
bors
-1
/
+3
2018-09-13
introduce SelfCtor
F001
-1
/
+3
2018-09-13
resolve: Put different parent scopes into a single structure
Vadim Petrochenkov
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-17
/
+17
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-20
resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...
Vadim Petrochenkov
-3
/
+1
2018-08-20
resolve: Move derive attribute detection closer to other macro ident resoluti...
Vadim Petrochenkov
-1
/
+1
2018-08-04
only abort after all early passes have run
QuietMisdreavus
-2
/
+0
2018-08-04
don't process intra-links on extern-crate items
QuietMisdreavus
-1
/
+2
2018-08-04
turn intra-doc-link collection into an early pass
QuietMisdreavus
-0
/
+604
2018-08-04
introduce "early passes" an convert a few over
QuietMisdreavus
-10
/
+74
2018-08-04
strongly-typed passes
QuietMisdreavus
-45
/
+76
2018-07-30
Delete unused code in rustdoc
Mark Rousskov
-46
/
+68
2018-07-26
rustdoc: rework how default passes are chosen
QuietMisdreavus
-0
/
+27
2018-07-24
remove pluginmanager
steveklabnik
-14
/
+7
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-06-04
Add doc keyword support
Guillaume Gomez
-0
/
+3
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-4
/
+4
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+1
2017-11-30
Hide trait impl with private trait type parameter
Christian Duerr
-0
/
+9
2017-11-21
allow loading external files in documentation
QuietMisdreavus
-12
/
+75
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+1
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-0
/
+53
2017-06-23
rustdoc: Fix a few issues with associated consts
Oliver Middleton
-3
/
+3
2017-06-11
rustdoc: Stop stripping empty modules
Oliver Middleton
-13
/
+5
2017-03-31
Fix hard break issue
Guillaume Gomez
-1
/
+12
2016-11-24
rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.
Eduard-Mihai Burtescu
-39
/
+27
2016-10-02
Remove redundant 'Variant' in variant names, stop reexporting.
Corey Farwell
-1
/
+1
2016-09-25
Move in-pass-function structs and impls outside functions.
Corey Farwell
-68
/
+74
2016-09-25
Move pass contants/types into the new `pass` module.
Corey Farwell
-0
/
+27
2016-09-25
Separate rustdoc passes into separate modules.
Corey Farwell
-0
/
+508