| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -24/+0 | |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 | |
| 2014-09-23 | rustdoc: Don't try to inline the crate root | Alex Crichton | -1/+1 | |
| Fixes other test cases found in #16274 | ||||
| 2014-09-23 | rustdoc: Prevent infinite recursion when inlining | Alex Crichton | -0/+25 | |
| Cyclic pub-use chains triggered infinite recursion, and this commit adds a hash set to guard against cyclic recursion. This will cause one of the reexports to render as a `pub use` instead of inlining the documentation. Closes #16274 | ||||
