| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-28 | Remove unnecessary use of `include!` in rustdoc test | Noah Lev | -1/+3 | |
| Using `include!` shouldn't affect the test. It was only added because: > I replicated how it was performed in libstd. Since it's the main > target of this fix, I thought it was the best way. <https://github.com/rust-lang/rust/pull/52827/files#r207647331> But it's unnecessary and adds unnecessary indirection. | ||||
| 2021-11-28 | Fix warnings in rustdoc HTML tests | Noah Lev | -0/+4 | |
| Now that compiletest denies warnings in these tests, they need fixing! | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-04 | Fix primitive blanket impls not showing up | Guillaume Gomez | -0/+13 | |
