rust/src/test
bors 16329b0ad3 Auto merge of #57063 - kennytm:rollup, r=kennytm
Rollup of 25 pull requests

Successful merges:

 - #56802 (Add DoubleEndedIterator::nth_back)
 - #56909 (static eval: Do not ICE on layout size overflow)
 - #56914 (Ignore ui/target-feature-gate on sparc, sparc64, powerpc, powerpc64 and powerpc64le)
 - #56919 (Remove a wrong multiplier on relocation offset computation)
 - #56933 (Add --progress to git submodule commands in x.py)
 - #56936 (rename div_euc -> div_euclid, and mod_euc -> rem_euclid)
 - #56941 (deny intra-doc link resolution failures in libstd)
 - #56945 (Fix rustdoc-js tests)
 - #56967 (Replace current crate's searchIndex when regenerating)
 - #56970 (Mem uninit doc ptr drop)
 - #56973 (make basic CTFE tracing available on release builds)
 - #56979 (Adding unwinding support for x86_64_fortanix_unknown_sgx target.)
 - #56981 (miri: allocation is infallible)
 - #56984 (A few tweaks to dropck_outlives)
 - #56989 (Fix compiletest `trim` deprecation warnings)
 - #56992 (suggest similar lint names for unknown lints)
 - #57002 (Stabilize Vec(Deque)::resize_with)
 - #57011 (rustdoc: add new CLI flag to load static files from a different location)
 - #57027 (Optimize away a move)
 - #57034 (Inline tweaks)
 - #57039 (Update migrate warning wording.)
 - #57040 (Fix feature gate to point to 1.32.0 for `path_from_str`)
 - #57049 (Stabilize #[repr(packed(N))])
 - #57050 (Fixed typo in HashMap documentation)
 - #57052 (Fix stabilization version numbers (exhaustive_integer_patterns + macro_literal_matcher))
2018-12-22 23:12:23 +00:00
..
auxiliary
codegen Stabilize #[repr(packed(N))] 2018-12-21 10:18:38 -08:00
codegen-units Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
compile-fail Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis 2018-12-18 14:21:07 +00:00
debuginfo Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=nikomatsakis 2018-12-20 22:04:21 +00:00
incremental std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
mir-opt Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=nikomatsakis 2018-12-20 22:04:21 +00:00
pretty Reintroduce special pretty-printing for $crate when it's necessary for proc macros 2018-12-19 23:17:54 +03:00
run-fail
run-fail-fulldeps
run-make Rollup merge of #56014 - euclio:issue-21335, r=nagisa 2018-12-01 01:05:50 +08:00
run-make-fulldeps Rollup merge of #56947 - hsivonen:neon, r=alexcrichton 2018-12-19 11:47:20 +01:00
run-pass Auto merge of #57063 - kennytm:rollup, r=kennytm 2018-12-22 23:12:23 +00:00
run-pass-fulldeps Auto merge of #56502 - Zoxc:hir-func, r=eddyb 2018-12-07 20:04:06 +00:00
run-pass-valgrind std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
rustdoc Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomez 2018-12-23 02:12:16 +08:00
rustdoc-js Improve filter test 2018-12-03 23:05:09 +01:00
rustdoc-ui Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix 2018-12-19 11:47:07 +01:00
rustfix
ui Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelix 2018-12-23 02:12:28 +08:00
ui-fulldeps Move some tests from ui-fulldeps to ui 2018-12-09 19:56:30 +03:00
COMPILER_TESTS.md