| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Bless rustdoc-ui tests | Nilstrieb | -16/+16 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+1 | |
| 2023-07-22 | add tests for broken links in unused doc strings | Lukas Markeffsky | -0/+43 | |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -3/+416 | |
| Fixes #110111 This bug, and the workaround in this commit, is closely linked to [raphlinus/pulldown-cmark#441], getting offsets of link components. In particular, pulldown-cmark doesn't provide the offsets of the contents of a link. To work around this, rustdoc parser parts of a link definition itself. [raphlinus/pulldown-cmark#441]: https://github.com/raphlinus/pulldown-cmark/issues/441 | ||||
| 2023-05-23 | Add regression test for #111189 | Guillaume Gomez | -0/+31 | |
| 2023-04-29 | move lint tests into subdirectories | jyn | -0/+159 | |
| 2023-04-29 | Move some rustdoc-ui tests to subdirectories | jyn | -0/+19 | |
| 2023-04-26 | Rollup merge of #110329 - aDotInTheVoid:json-inline-again, r=jyn514 | jyn | -11/+0 | |
| Improve tests for #110138 These should live in rustdoc-json, not rustdoc-ui, so we can run assertions, and not just check there's no ICE CC #100515, as we never document this suite r? rustdoc | ||||
| 2023-04-18 | rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence | Michael Howell | -0/+60 | |
| 2023-04-14 | Move test from rustdoc-ui to rustdoc-json | Alona Enraght-Moony | -11/+0 | |
| 2023-04-10 | fix(doc): do not parse inline when output is json for external crate | bohan | -0/+11 | |
| 2023-04-05 | Bless rustdoc-ui test with new errors order | Rémy Rakic | -15/+15 | |
| The order in which the multiple errors for the ambiguous intra doc links are printed is different. | ||||
| 2023-03-31 | Rollup merge of #109104 - ↵ | Guillaume Gomez | -47/+460 | |
| GuillaumeGomez:fix-invalid-suggestion-ambiguous-intra-doc2, r=oli-obk,notriddle rustdoc: Fix invalid suggestions on ambiguous intra doc links v2 Fixes https://github.com/rust-lang/rust/issues/108653. This is another approach to fixing the same issue. This time, we keep the computed information around instead of re-computing it. Strangely enough, the order for ambiguities seem to have been changed. Not an issue but it creates a lot of diff... So which version do you prefer? r? `@notriddle` | ||||
| 2023-03-24 | Put back `is_derive_trait_collision` check | Guillaume Gomez | -0/+22 | |
| 2023-03-24 | Update UI tests for primitive type ambiguity error renaming | Guillaume Gomez | -25/+25 | |
| 2023-03-24 | Add regression tests for #108653 | Guillaume Gomez | -25/+416 | |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -0/+13 | |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -0/+11 | |
| Keep ids of the documented items themselves, not their parent modules. Parent modules can be retreived from those ids when necessary. | ||||
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -0/+16 | |
| 2023-02-20 | Make `configure_and_expand` "infalllible" by just aborting the compilation ↵ | Oli Scherer | -3/+1 | |
| if it fails instead of bubbling out an error | ||||
| 2023-02-19 | Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726 | Dylan DPC | -0/+27 | |
| resolve: Fix doc links referring to other crates when documenting proc macro crates directly Fixes https://github.com/rust-lang/rust/issues/107950 | ||||
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -16/+16 | |
| 2023-02-13 | resolve: Fix doc links referring to other crates when documenting proc macro ↵ | Vadim Petrochenkov | -0/+27 | |
| crates directly | ||||
| 2023-02-11 | rustdoc: Don't resolve link to field on different variant | clubby789 | -1/+29 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2133 | |
