| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11/+0 | |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -1/+1 | |
| Change from syntaxy-looking [src] to the plain word "source". | ||||
| 2020-11-10 | (rustdoc) [src] link for types defined by macros shows invocation | Florian Warzecha | -1/+1 | |
| Previously the [src] link on types defined by a macro pointed to the macro definition. This commit makes the Clean-Implementation for Spans aware of macro defined types, so that the link points to the invocation instead. | ||||
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -1/+1 | |
| Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead. | ||||
| 2020-03-10 | pacify rustdoc by using better url | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-08-18 | rustdoc: remove the `!` from macro URLs and titles | Nick Cameron | -1/+1 | |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -0/+21 | |
| If the span of a local item points into an external macro its source-file will be bogus. | ||||
