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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-07
Settings to function
Mark Rousskov
-36
/
+19
2019-09-07
layout::render takes Print instead of fmt::Display
Mark Rousskov
-5
/
+5
2019-09-07
De-indent all fmt::Display impls for later replacement to functions
Mark Rousskov
-233
/
+233
2019-09-07
Delete Sidebar struct in favor of FnOnce impl
Mark Rousskov
-8
/
+2
2019-09-07
Implement Print for FnOnce(&mut Buffer)
Mark Rousskov
-5
/
+5
2019-09-07
Move sidebar to Buffer-printing
Mark Rousskov
-60
/
+44
2019-09-07
Replace writeln!/write! with push_str
Mark Rousskov
-81
/
+69
2019-09-07
Move constant parameters to render to Layout struct
Mark Rousskov
-22
/
+7
2019-09-07
Remove needless clone of layout
Mark Rousskov
-2
/
+1
2019-09-07
Create buffers in top-level rendering
Mark Rousskov
-28
/
+21
2019-09-07
Migrate top-level rendering to Buffer
Mark Rousskov
-42
/
+41
2019-09-05
Fix invalid span generation when it should be div
Guillaume Gomez
-4
/
+4
2019-08-29
Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum
Mazdak Farrokhzad
-11
/
+14
2019-08-26
Shorten line during rendering instead of in markdown
Mark Rousskov
-25
/
+35
2019-08-26
Inline recurse into only callsite
Mark Rousskov
-57
/
+40
2019-08-26
Transition a few fmt::Display impls to functions
Mark Rousskov
-3
/
+3
2019-08-26
Store only the current depth
Mark Rousskov
-5
/
+5
2019-08-26
Remove dead tracking of external param names
Mark Rousskov
-26
/
+0
2019-08-26
Move source HTML generation to own module
Mark Rousskov
-173
/
+6
2019-08-22
Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison
Mazdak Farrokhzad
-8
/
+8
2019-08-21
Fix confusion in theme picker functions
Guillaume Gomez
-8
/
+8
2019-08-21
Replaced skipStorage with saveTheme variable
Guillaume Gomez
-1
/
+1
2019-08-11
Drop RefCell from IdMap in markdown rendering
Mark Rousskov
-5
/
+4
2019-08-11
Remove fmt::Display impls on Markdown structs
Mark Rousskov
-5
/
+5
2019-08-11
Remove thread-local for playground config
Mark Rousskov
-9
/
+20
2019-08-11
Store typed Passes
Mark Rousskov
-10
/
+4
2019-08-11
Remove ReentrantMutex
Mark Rousskov
-1
/
+1
2019-08-06
Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez
Mazdak Farrokhzad
-7
/
+15
2019-08-05
Display methods from DerefMut in the sidebar as well
Guillaume Gomez
-3
/
+5
2019-08-03
Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril
bors
-11
/
+11
2019-08-02
Replace "existential" by "opaque"
varkor
-11
/
+11
2019-08-02
librustdoc: Unconfigure tests during normal build
Vadim Petrochenkov
-30
/
+3
2019-08-01
Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody
Pietro Albini
-1
/
+2
2019-07-28
Update minifier-rs version
Guillaume Gomez
-4
/
+4
2019-07-25
Add keywords item into the sidebar
Guillaume Gomez
-1
/
+2
2019-07-20
Update render.rs
Kinrany
-1
/
+1
2019-07-20
Fix theme picker blur handler: always hide instead of switching
Kinrany
-7
/
+15
2019-07-18
Replace deref with as_deref
Yuki Okushi
-1
/
+1
2019-07-18
fixed breaking changes
Brad Gibson
-4
/
+4
2019-07-16
hide default trait methods by default
Guillaume Gomez
-3
/
+4
2019-07-16
code formatting
Guillaume Gomez
-8
/
+10
2019-07-11
Remove feature gate `dropck_parametricity` completely
Lzu Tao
-1
/
+0
2019-07-11
Remove `MacroKind::ProcMacroStub`
Vadim Petrochenkov
-2
/
+0
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-26
remove unused derives and variants
Andy Russell
-3
/
+0
2019-06-21
Better handling of the sender channel part in rustdoc file writing
Guillaume Gomez
-2
/
+2
2019-06-21
Handle fs errors through errors::Handler instead of eprintln and panic
Guillaume Gomez
-4
/
+18
2019-06-21
Add DocFS layer to rustdoc
Robert Collins
-136
/
+152
[prev]
[next]