rust/src/test
bors 827eba4e70 Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton
rustdoc: get back missing crate-name when --playground-url is used

follow up PR #37763
r? @alexcrichton (since you r+ed to #37763 )

----

Edit: When `#![doc(html_playground_url="")]` is used, the current crate name is saved to `PLAYGROUND`, so rustdoc may generate `extern crate NAME;` into code snips automatically. But when `--playground-url` was introduced in PR #37763, I forgot saving crate name to `PLAYGROUND`. This PR fix that.

----

Update:
- add test
- unstable `--playground-url`
2016-12-01 07:07:32 +00:00
..
codegen Fix codegen test after change of llvm type naming scheme 2016-11-13 19:49:56 -05:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Auto merge of #38014 - jseyfried:refactor_path_resolution, r=nrc 2016-11-30 16:02:18 +00:00
compile-fail-fulldeps rustc: rework stability to be on-demand for type-directed lookup. 2016-11-28 04:18:11 +02:00
debuginfo Move all Linux/OSX CI infastructure to Travis 2016-11-11 07:36:40 -08:00
incremental Fix SVH tests some more 2016-11-29 13:04:27 +01:00
mir-opt update tests 2016-10-04 20:43:43 +03:00
parse-fail Fix fallout in tests. 2016-11-22 01:48:14 +00:00
pretty rustc: desugar UFCS as much as possible during HIR lowering. 2016-11-28 04:18:10 +02:00
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make Auto merge of #37908 - nrc:save-def, r=eddyb 2016-11-23 14:31:45 -06:00
run-pass Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb 2016-11-29 20:41:38 -06:00
run-pass-fulldeps Move the myriad-closures.rs test case to run-pass-full test suite. 2016-11-22 15:16:54 -05:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton 2016-12-01 07:07:32 +00:00
ui Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakis 2016-11-29 17:27:00 -06:00