| Age | Commit message (Expand) | Author | Lines |
| 2019-02-22 | Fix non-clickable urls | Guillaume Gomez | -4/+0 |
| 2019-02-22 | Fix invalid background color | Guillaume Gomez | -8/+0 |
| 2019-02-17 | Fixes text becoming invisible when element targetted | Guillaume Gomez | -14/+2 |
| 2019-02-15 | libpanic_unwind => 2018: fix ICEs. | Mazdak Farrokhzad | -3/+5 |
| 2019-01-15 | Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Fix crates filtering box not being filled | Guillaume Gomez | -1/+1 |
| 2019-01-14 | Add additional human-readable cfg strings to rustdoc | Jethro Beekman | -0/+2 |
| 2019-01-13 | Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez | Mazdak Farrokhzad | -66/+68 |
| 2019-01-13 | Rollup merge of #57508 - DebugSteven:inline-extern, r=GuillaumeGomez | Mazdak Farrokhzad | -5/+26 |
| 2019-01-12 | Rollup merge of #57417 - QuietMisdreavus:semi-revert-doctest-parsing, r=Guill... | Mazdak Farrokhzad | -3/+48 |
| 2019-01-10 | inline pub extern crate statements | DebugSteven | -5/+26 |
| 2019-01-07 | semi-revert libsyntax doctest parsing if a macro is wrapping main | QuietMisdreavus | -3/+48 |
| 2019-01-07 | Update static files code for updated Source Serif Pro font | Trevor Spiteri | -19/+12 |
| 2019-01-07 | Replace Heuristica with Source Serif Pro italic in rustdoc.css | Trevor Spiteri | -5/+4 |
| 2019-01-07 | Source Serif Pro regular and bold 2.007, and italic 1.007 | Trevor Spiteri | -117/+2 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -4/+2 |
| 2019-01-05 | Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -1/+1 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -4/+15 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -7/+18 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -1/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -3/+2 |
| 2019-01-04 | force binary filename for compiled doctests | QuietMisdreavus | -2/+2 |
| 2019-01-04 | hack-fix to rustdoc | Ariel Ben-Yehuda | -4/+15 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -7/+18 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -12/+11 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -27/+36 |
| 2018-12-29 | Rollup merge of #57163 - JohnHeitmann:chevron-fix, r=estebank | kennytm | -1/+1 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -19/+62 |
| 2018-12-27 | Give the crate select chevron room to breathe. | John Heitmann | -1/+1 |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -66/+68 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -27/+36 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -479/+1 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -8/+7 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -19/+62 |
| 2018-12-23 | Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomez | kennytm | -22/+68 |
| 2018-12-23 | Rollup merge of #56967 - GuillaumeGomez:regen-search-index, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-22 | Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus | bors | -117/+143 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -31/+51 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -4/+10 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -8/+42 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -10/+23 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -14/+47 |
| 2018-12-19 | FIXME(9639) remove fixme and accept non-utf8 paths in librustdoc | Niv Kaminer | -7/+5 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -2/+2 |
| 2018-12-19 | Rollup merge of #56959 - JohnHeitmann:mobile-z-fix, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -39/+39 |
| 2018-12-19 | Set constness correctly | Guillaume Gomez | -2/+8 |
| 2018-12-19 | FIXME(RFC1868) point the fixme to the tracking issue | Niv Kaminer | -1/+2 |