rust/src/test
bors a173778d1d Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnik
rustdoc: Fix short summaries in search results

They should be run through a Markdown renderer in rustdoc to remove
links.

This also fixes the mouse over text for the Crates list on the sidebar.

[before](https://doc.rust-lang.org/nightly/std/index.html?search=ord) [after](https://ollie27.github.io/rust_doc_test/std/index.html?search=ord)
2016-12-22 22:28:41 +00:00
..
codegen Ignore test on -windows-gnu. 2016-12-03 15:01:09 -08:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust into rollup 2016-12-20 13:00:16 -08:00
compile-fail-fulldeps Require #[proc_macro_derive] functions to be pub. 2016-12-15 03:02:32 +00:00
debuginfo Fix computation of enum names based off the discrfield in the case of the null pointer optimization. This functionality is needed by pretty printers for gdb and lldb. 2016-12-14 12:28:26 -05:00
incremental Auto merge of #38325 - frewsxcv:rollup, r=frewsxcv 2016-12-13 02:28:23 +00:00
mir-opt Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb 2016-12-14 06:26:21 +00: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 #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichton 2016-12-08 21:13:52 +00:00
run-pass Fix and cleanup callee shims 2016-12-20 20:03:34 -07:00
run-pass-fulldeps remove useless lifetimes on LateLintPass impl methods 2016-12-07 13:56:36 +01:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc rustdoc: Fix short summaries in search results 2016-12-12 18:39:36 +00:00
ui Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis 2016-12-21 07:28:16 +00:00