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
/
html
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-15
rustdoc: Use dyn keyword when rendering dynamic traits
Oliver Middleton
-0
/
+3
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-5
/
+5
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-11
/
+9
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-1
/
+5
2018-07-27
Use str::repeat
Shotaro Yamada
-11
/
+9
2018-07-27
Prefer to_string() to format!()
ljedrz
-5
/
+5
2018-06-21
Display async fn in rustdoc.
Without Boats
-0
/
+13
2018-06-20
Make GenericBound explicit
varkor
-2
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-10
/
+10
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-10
/
+10
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-8
/
+8
2018-06-20
Rename "parameter" to "arg"
varkor
-5
/
+5
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-3
/
+3
2018-05-15
Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis
bors
-3
/
+3
2018-05-15
Rename GenericParam to GenericParamDef
varkor
-3
/
+3
2018-05-12
rustdoc: Add support for pub(restricted)
Oliver Middleton
-2
/
+13
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-03-24
Cleanup
Shotaro Yamada
-13
/
+2
2018-03-24
Hide synthesized type parameters
Shotaro Yamada
-3
/
+9
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-2
/
+1
2017-12-28
rustdoc: Don't try to generate links for modules in import paths
Oliver Middleton
-24
/
+2
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-43
/
+20
2017-12-10
Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavus
bors
-1
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-9
/
+7
2017-11-29
Fix invalid HTML escape
Guillaume Gomez
-1
/
+1
2017-11-28
link to never type docs
Andrew Cann
-1
/
+1
2017-10-17
rustdoc: add a primitive page for "unit"
Josh Stone
-1
/
+1
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-28
Fix invalid linker position
Guillaume Gomez
-1
/
+1
2017-08-01
add documentation for function pointers as a primitive
QuietMisdreavus
-5
/
+3
2017-07-30
add docs for references as a primitive
QuietMisdreavus
-19
/
+17
2017-06-24
rustdoc: Don't ICE on `use *;`
Oliver Middleton
-1
/
+5
2017-06-11
rustdoc: Link directly to associated types
Oliver Middleton
-23
/
+19
2017-06-01
rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`
Oliver Middleton
-11
/
+4
2017-05-31
rustdoc: Cleanup associated const value rendering
Oliver Middleton
-153
/
+53
2017-05-30
Fix signature by adding parens when needed
Guillaume Gomez
-14
/
+23
2017-05-15
rustdoc: Display `extern "C" fn` instead of `extern fn`
Oliver Middleton
-1
/
+0
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-2
/
+2
2017-04-12
Fix invalid associated type rendering in rustdoc
Guillaume Gomez
-41
/
+74
2017-04-09
merge with master to pick up pulldown switch
QuietMisdreavus
-4
/
+4
2017-04-06
rustdoc: move the space at the end of where clauses
QuietMisdreavus
-3
/
+11
2017-04-06
rustdoc: where clause adjustment to fix tests
QuietMisdreavus
-4
/
+7
2017-04-05
style: space between struct name and opening brace
QuietMisdreavus
-2
/
+2
2017-04-04
rustdoc: properly indent fn signatures in traits
QuietMisdreavus
-7
/
+21
2017-03-31
rustdoc: fix alignment of fn arguments when on multiple lines
QuietMisdreavus
-1
/
+1
2017-03-31
rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38
QuietMisdreavus
-32
/
+29
2017-03-28
rustdoc: format fns like format rfc 39
QuietMisdreavus
-20
/
+16
2017-03-21
Add whitespace around "=" in assoc items
Guillaume Gomez
-2
/
+2
[next]