| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -3/+10 | |
| rustdoc: do not use plain summary for trait impls Fixes #38386. Fixes #48332. Fixes #49430. Fixes #62741. Fixes #73474. Unfortunately this is not quite ready to go because the newly-working links trigger a bunch of linkcheck failures. The failures are tough to fix because the links are resolved relative to the implementor, which could be anywhere in the module hierarchy. (In the current docs, these links end up rendering as uninterpreted markdown syntax, so I don't think these failures are any worse than the status quo. It might be acceptable to just add them to the linkchecker whitelist.) Ideally this could be fixed with intra-doc links ~~but it isn't working for me: I am currently investigating if it's possible to solve it this way.~~ Opened #73829. EDIT: This is now ready! | ||||
| 2020-08-31 | Fix string | Guillaume Gomez | -1/+1 | |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -20/+15 | |
| 2020-08-30 | rustdoc: do not use plain summary for trait impls | Andy Russell | -3/+10 | |
| Fixes #38386. Fixes #48332. Fixes #49430. Fixes #62741. Fixes #73474. | ||||
| 2020-07-15 | rustdoc: Rename internal API fns to `into_string` | Lzu Tao | -3/+4 | |
| to avoid surprising listed in API guidelines. | ||||
| 2020-05-06 | Update librustdoc ID tests | Guillaume Gomez | -4/+4 | |
| 2020-04-23 | Update LangString::parse usage in markdown tests | Guillaume Gomez | -1/+1 | |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -71/+162 | |
| 2019-09-03 | Added ability to crosscompile doctests | Dario Gonzalez | -21/+23 | |
| 2019-08-11 | Drop RefCell from IdMap in markdown rendering | Mark Rousskov | -6/+6 | |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+20 | |
| 2019-06-16 | Separate librustcdoc module | chansuke | -0/+125 | |
