Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Oliver Middleton
93f78bc45e
rustdoc: Display extern "C" fn instead of extern fn
2017-05-15 00:52:17 +01:00
Ryan Prichard
89b6f397c5
Replace ignore-android with ignore-cross-compile in rustdoc tests
...
The problem is that rustdoc searches for external crates using the host
triple, not the target triple. It's actually unclear to me whether this is
correct behavior or not, but it is necessary to get cross-compiled tests
working.
2015-04-22 20:32:14 -07:00
Alex Crichton
445faca844
Test fixes and review feedback
2015-04-10 00:58:10 -07:00
Alex Crichton
2b9076ee19
rustdoc: Encode ABI in all methods
...
This commit ensures that the ABI of functions is propagated all the way through
to the documentation.
Closes #22038
2015-04-07 17:54:34 -07:00
Alex Crichton
d3647fe815
test: Move all run-make rustdoc tests to test/rustdoc
2015-04-07 17:54:33 -07:00