| Age | Commit message (Expand) | Author | Lines |
| 2022-06-20 | Integrate `generate_macro_def_id_path` into `href_with_root_path` | Guillaume Gomez | -67/+2 |
| 2022-06-20 | Improve code readability and documentation | Guillaume Gomez | -26/+54 |
| 2022-06-20 | Rename ContextInfo into HrefContext | Guillaume Gomez | -25/+25 |
| 2022-06-20 | Add support for macro in "jump to def" feature | Guillaume Gomez | -19/+107 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -6/+6 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -10/+6 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -3/+3 |
| 2021-11-23 | Fix RustDoc | Esteban Kuber | -1/+1 |
| 2021-11-04 | Sort scraped call locations before serializing | Will Crichton | -1/+7 |
| 2021-10-27 | Rollup merge of #90278 - notriddle:notriddle/highlight-ptr, r=jyn541,Guillaum... | Matthias Krüger | -6/+21 |
| 2021-10-25 | rustdoc: use better highlighting for *const, *mut, and &mut | Michael Howell | -6/+21 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -2/+2 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -11/+64 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -1/+1 |
| 2021-10-06 | Change serialized format to use DefPathHash instead of custom String | Will Crichton | -5/+1 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -1/+5 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -11/+64 |
| 2021-10-04 | Make rustdoc not highlight `->` and `=>` as operators | Michael Howell | -2/+21 |
| 2021-09-29 | Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddle | Eric Huss | -5/+65 |
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -0/+8 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -3/+4 |
| 2021-08-06 | Fix highlighting for union keyword | Guillaume Gomez | -5/+65 |
| 2021-08-05 | Remove LightSpan and use Span directly | Guillaume Gomez | -28/+21 |
| 2021-08-05 | * Rename LightSpan::empty into LightSpan::dummy | Guillaume Gomez | -22/+18 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -1/+8 |
| 2021-08-05 | Fix invalid generation of HTML in highlight | Guillaume Gomez | -41/+42 |
| 2021-08-05 | formatting | Guillaume Gomez | -16/+12 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -2/+1 |
| 2021-08-05 | Move extra arguments for highlight URL generation into a new ContextInfo stru... | Guillaume Gomez | -31/+39 |
| 2021-08-05 | Wrap the span_map tuple index into a type called "LightSpan" | Guillaume Gomez | -27/+10 |
| 2021-08-05 | Improve code readability | Guillaume Gomez | -55/+42 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -1/+1 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -10/+60 |
| 2021-08-05 | Generate links for methods as well | Guillaume Gomez | -3/+3 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -34/+152 |
| 2021-06-26 | Rename 'bad prefix' to 'unknown prefix'. | Mara Bos | -1/+1 |
| 2021-06-26 | Reserve prefixed identifiers and string literals (RFC 3101) | lrh2000 | -1/+1 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -3/+12 |
| 2021-05-05 | Remove unneeded call to with_default_session_globals in rustdoc highlight | Guillaume Gomez | -20/+17 |
| 2021-05-03 | Change librustdoc write(.. \n) to writeln(..); fix comment in grammar | mautamu | -2/+2 |
| 2021-04-08 | Merge idents if they are part of a path | Guillaume Gomez | -18/+107 |
| 2021-04-02 | rustdoc: highlight macros more efficiently | Michael Howell | -2/+6 |
| 2021-01-30 | rustdoc tweaking | bors | -24/+22 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -7/+15 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -1/+1 |
| 2020-12-05 | Move tooltips messages to CSS instead of inside HTML | Guillaume Gomez | -5/+10 |
| 2020-11-17 | Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez | Mara Bos | -17/+16 |
| 2020-11-17 | Rollup merge of #77939 - GuillaumeGomez:fix-source-code-dos-backline, r=jyn514 | Mara Bos | -1/+3 |
| 2020-11-15 | Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ... | Guillaume Gomez | -3/+3 |