| Age | Commit message (Expand) | Author | Lines |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -5/+6 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-07-31 | Cleanup highlighting code | Mark Rousskov | -1/+0 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -49/+105 |
| 2018-07-31 | Format code for easier editing | Mark Rousskov | -6/+5 |
| 2018-07-31 | Further extract error code switch | Mark Rousskov | -27/+54 |
| 2018-07-31 | Remove dependency on error handling from find_testable_code | Mark Rousskov | -8/+13 |
| 2018-07-31 | Provide test configuration through struct | Mark Rousskov | -15/+10 |
| 2018-07-31 | Provide warnings for invalid code blocks in markdown files | Mark Rousskov | -5/+3 |
| 2018-07-31 | Pull out nightly checking to edges | Mark Rousskov | -8/+7 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -4/+4 |
| 2018-07-06 | Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie... | bors | -7/+36 |
| 2018-06-28 | Prevent some markdown transformation on short docblocks | Guillaume Gomez | -7/+36 |
| 2018-06-26 | rustdoc codeblock hash escape | Lucas Morales | -10/+10 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -3/+22 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -2/+2 |
| 2018-03-19 | Fix automatic urls with backticks | Guillaume Gomez | -2/+2 |
| 2018-03-18 | Add warning for invalid start of code blocks in rustdoc | Guillaume Gomez | -1/+6 |
| 2018-03-16 | fix doctest | QuietMisdreavus | -1/+1 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -12/+15 |
| 2018-02-20 | Fix rustdoc test ICE | Guillaume Gomez | -12/+15 |
| 2018-02-18 | Generate shortcut links | Manish Goregaokar | -2/+19 |
| 2018-02-18 | Include shortcut links in markdown_links | Manish Goregaokar | -7/+19 |
| 2018-02-17 | Remove useless comment | Guillaume Gomez | -1/+0 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -688/+60 |
| 2018-01-29 | rustdoc: Fix link title rendering with hoedown | Oliver Middleton | -1/+1 |
| 2018-01-22 | don't process code blocks when scanning for links | QuietMisdreavus | -2/+1 |
| 2018-01-22 | Temporary fix missing escape_href in hoedown_link by copying pulldown's code | Manish Goregaokar | -1/+53 |
| 2018-01-22 | Fix unit tests | Manish Goregaokar | -3/+3 |
| 2018-01-22 | Don't return early and discard the link in hoedown mode | Manish Goregaokar | -1/+1 |
| 2018-01-22 | add intra-links support to hoedown | QuietMisdreavus | -8/+66 |
| 2018-01-22 | cleanup | QuietMisdreavus | -2/+8 |
| 2018-01-22 | Add LinkReplacer pass for pulldown | Manish Goregaokar | -7/+40 |
| 2018-01-22 | resolve paths when cleaning docs | QuietMisdreavus | -0/+3 |
| 2018-01-22 | new function to pull the links from a chunk of markdown | QuietMisdreavus | -167/+250 |
| 2018-01-10 | Use correct line offsets for doctests (fixes #45868) | Manish Goregaokar | -2/+2 |
| 2017-11-14 | Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomez | Guillaume Gomez | -4/+4 |
| 2017-11-06 | tweak notes on ignore/compile_fail examples | QuietMisdreavus | -4/+4 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -1/+0 |
| 2017-10-21 | change footnote anchor formats to fix spurious rendering differences | QuietMisdreavus | -3/+3 |
| 2017-09-17 | Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus | Tim Neumann | -6/+39 |
| 2017-09-15 | Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton | bors | -3/+1 |
| 2017-09-11 | Add arrow and improve display | Guillaume Gomez | -22/+8 |
| 2017-09-11 | Add class for codeblocks | Guillaume Gomez | -6/+53 |
| 2017-09-05 | Test rustdoc unit tests. | Mark Simulacrum | -2/+4 |
| 2017-09-01 | set compile_fail flag stable | Guillaume Gomez | -3/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -9/+9 |
| 2017-08-13 | Rollup merge of #43782 - nrc:include, r=GuillaumeGomez | Guillaume Gomez | -4/+4 |
| 2017-08-10 | doc tests: use the filename from the source file for doc test programs, rathe... | Nick Cameron | -4/+4 |
| 2017-08-08 | Remove all usage of hoedown_buffer_puts | Guillaume Gomez | -2/+1 |