| Age | Commit message (Expand) | Author | Lines |
| 2019-02-06 | display sugared return types for async functions | Andy Russell | -7/+28 |
| 2019-02-05 | allow shorthand syntax for deprecation reason | Andy Russell | -0/+5 |
| 2019-02-01 | don't try to get a DefId for a Def that doesn't have one | QuietMisdreavus | -0/+8 |
| 2019-02-01 | Fix image link in the settings menu | Guillaume Gomez | -1/+1 |
| 2019-01-31 | rustdoc: wrap stability tags in colored spans | Andy Russell | -7/+15 |
| 2019-01-28 | rustdoc: remove blank unstable spans | Andy Russell | -0/+12 |
| 2019-01-27 | Make 'generate-redirect-pages' option unstable | Guillaume Gomez | -2/+2 |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -23/+39 |
| 2019-01-27 | Remove rustdoc old style files generation | Guillaume Gomez | -29/+23 |
| 2019-01-22 | add intra-doc link test to proc-macro test | QuietMisdreavus | -0/+5 |
| 2019-01-20 | Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus | bors | -0/+27 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -0/+34 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -13/+0 |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -0/+27 |
| 2019-01-13 | Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez | Mazdak Farrokhzad | -27/+27 |
| 2019-01-13 | Removed more copyright notices. | Alexander Regueiro | -10/+0 |
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -3/+0 |
| 2019-01-10 | add test for pub extern crate | DebugSteven | -0/+11 |
| 2019-01-07 | Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2019-01-06 | use utf-8 throughout htmldocck | Andy Russell | -1/+1 |
| 2019-01-04 | force binary filename for compiled doctests | QuietMisdreavus | -0/+7 |
| 2019-01-03 | Fix stack overflow when finding blanket impls | Aaron Hill | -0/+34 |
| 2019-01-01 | Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril | bors | -10/+0 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -0/+16 |
| 2018-12-28 | remove remaining copyright headers | Matthias Krüger | -10/+0 |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -27/+27 |
| 2018-12-27 | Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis | bors | -0/+34 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3424/+9 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -0/+16 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -1/+0 |
| 2018-12-23 | Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomez | kennytm | -0/+24 |
| 2018-12-22 | Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus | bors | -10/+40 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -2/+28 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -0/+43 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -0/+10 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -0/+6 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -0/+18 |
| 2018-12-20 | Add test for associated const version display | Guillaume Gomez | -0/+26 |
| 2018-12-19 | Set constness correctly | Guillaume Gomez | -4/+4 |
| 2018-12-18 | Don't render const keyword on stable | Guillaume Gomez | -0/+43 |
| 2018-12-18 | Fix DOM errors | Guillaume Gomez | -2/+2 |
| 2018-12-16 | Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+30 |
| 2018-12-14 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -0/+34 |
| 2018-12-14 | simplify deprecation and stability rendering | Andy Russell | -10/+30 |
| 2018-12-14 | add test for parsing comments in doctest headers | QuietMisdreavus | -0/+30 |
| 2018-12-08 | rustdoc: Fix local reexports of proc macros | Oliver Middleton | -0/+13 |
| 2018-12-06 | Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakis | bors | -0/+71 |
| 2018-12-06 | Rollup merge of #56315 - weiznich:rustdoc_inline_macro_reexport, r=QuietMisdr... | Pietro Albini | -0/+28 |
| 2018-12-04 | Add a test case for inlining the docs of a macro reexport | Georg Semmler | -0/+28 |
| 2018-12-04 | Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus | bors | -0/+15 |