| Age | Commit message (Expand) | Author | Lines |
| 2017-04-23 | rustc: make the const-eval cache polymorphic. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-22 | Fix line display | Guillaume Gomez | -12/+8 |
| 2017-04-22 | Fix tests | Guillaume Gomez | -4/+5 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -86/+382 |
| 2017-04-20 | Fix line display for hoedown | Guillaume Gomez | -9/+37 |
| 2017-04-17 | Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis | Corey Farwell | -3/+1 |
| 2017-04-17 | Rollup merge of #41290 - GuillaumeGomez:put-back-hoedown, r=steveklabnik | Corey Farwell | -7/+252 |
| 2017-04-17 | Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomez | Corey Farwell | -4/+225 |
| 2017-04-17 | Hoedown big comeback! | Guillaume Gomez | -7/+252 |
| 2017-04-17 | rustdoc: add a list of headings to the sidebar | QuietMisdreavus | -4/+225 |
| 2017-04-16 | rustc: expose monomorphic const_eval through on-demand. | Eduard-Mihai Burtescu | -3/+1 |
| 2017-04-14 | Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv | Corey Farwell | -42/+75 |
| 2017-04-14 | Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcv | Corey Farwell | -0/+8 |
| 2017-04-14 | Rollup merge of #40702 - mrhota:global_asm, r=nagisa | Corey Farwell | -0/+1 |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -1/+9 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+1 |
| 2017-04-12 | Fix invalid associated type rendering in rustdoc | Guillaume Gomez | -42/+75 |
| 2017-04-11 | just panic in rustdoc if we encounter a subtype predicate | Niko Matsakis | -7/+4 |
| 2017-04-11 | add Subtype predicate | Niko Matsakis | -0/+11 |
| 2017-04-11 | Rollup merge of #41173 - GuillaumeGomez:fix-rustdoc-code-block-parsing, r=ste... | Corey Farwell | -9/+17 |
| 2017-04-11 | Remove strings fulfilled with whitespaces in code block headers | Guillaume Gomez | -6/+7 |
| 2017-04-09 | Fix block code headers parsing | Guillaume Gomez | -8/+15 |
| 2017-04-09 | Fix rustdoc infinitely recursing when an external crate reexports itself | Aaron Hill | -0/+8 |
| 2017-04-09 | merge with master to pick up pulldown switch | QuietMisdreavus | -571/+622 |
| 2017-04-08 | Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkov | bors | -1/+1 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -340/+292 |
| 2017-04-07 | Rollup merge of #41131 - euclio:collapse-animation, r=GuillaumeGomez | Corey Farwell | -4/+11 |
| 2017-04-06 | rustdoc: collapse docblock before showing label | Andy Russell | -4/+11 |
| 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 | -6/+9 |
| 2017-04-06 | rustdoc: Use pulldown-cmark for Markdown HTML rendering | Oliver Middleton | -470/+274 |
| 2017-04-05 | style: space between struct name and opening brace | QuietMisdreavus | -2/+2 |
| 2017-04-04 | rustdoc: don't add a space before `{` on traits with where clauses | QuietMisdreavus | -3/+8 |
| 2017-04-04 | rustdoc: properly indent fn signatures in traits | QuietMisdreavus | -30/+48 |
| 2017-04-04 | Handle ordered lists as well | Guillaume Gomez | -4/+12 |
| 2017-04-02 | Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnik | bors | -31/+171 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+1 |
| 2017-04-01 | Force footnote references to be sorted by id | Guillaume Gomez | -4/+6 |
| 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 | -81/+55 |
| 2017-03-31 | Fix hard break issue | Guillaume Gomez | -3/+46 |
| 2017-03-31 | Rollup merge of #40888 - wesleywiser:rustdoc_src_sidebar, r=GuillaumeGomez | Corey Farwell | -5/+9 |
| 2017-03-30 | Fix multiple footnotes and improve testing | Guillaume Gomez | -21/+33 |
| 2017-03-29 | Add support for image, rules and footnotes | Guillaume Gomez | -28/+111 |
| 2017-03-29 | Rollup merge of #40814 - abonander:issue_39436, r=jseyfried | Corey Farwell | -2/+20 |
| 2017-03-29 | Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnik | bors | -487/+515 |
| 2017-03-28 | Make the rustdoc sidebar white on `src` pages | Wesley Wiser | -5/+9 |
| 2017-03-28 | rustdoc: format fns like format rfc 39 | QuietMisdreavus | -20/+16 |
| 2017-03-28 | Rustdoc: memoize `pub use`-reexported macros so they don't appear twice in docs | Austin Bonander | -2/+20 |
| 2017-03-28 | Improve function naming | Guillaume Gomez | -23/+22 |