| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-04-06 | rustdoc: where clause adjustment to fix tests | QuietMisdreavus | -1/+1 | |
| - add spaces to output so stripping lines and breaking spaces renders the same - add commas to where clauses in rustdoc tests to match the new output | ||||
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -1/+1 | |
| For tuple structs the where clause comes after the definition. | ||||
| 2015-05-25 | rustdoc: Show where clauses in type aliases | Ulrik Sverdrup | -0/+4 | |
| Yes, it's allowed. Example: type MapFn<I, B> where I: Iterator = Map<I, fn(I::Item) -> B>; Fixes #25769 | ||||
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -0/+44 | |
