about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-default-impl
AgeCommit message (Collapse)AuthorLines
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-57/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
Conflicts: src/compiletest/compiletest.rs src/libcollections/lib.rs src/librustc_back/lib.rs src/libserialize/lib.rs src/libstd/lib.rs src/libtest/lib.rs src/test/run-make/rustdoc-default-impl/foo.rs src/test/run-pass/env-home-dir.rs
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-20fix falloutFlavio Percoco-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-0/+55
This adds a special code path for impls which are listed as default impls to ensure that they're loaded correctly.