rust/src/test
Ariel Ben-Yehuda 2679944653 fix broken assertion in type_param
Nested generics (aka method generics) in trait methods don't have an
*additional* Self parameter in their own type parameter list (they have
a Self parameter in the parent generics), so don't try to check we're
correctly adjusting for it.

Fixes #46568.
2017-12-13 23:06:54 -06:00
..
codegen Stabilize abi_sysv64 2017-12-06 01:19:35 +01:00
codegen-units Add regression tests for non-instantiation of inline and const fns. 2017-11-07 08:54:38 +01:00
compile-fail centralize does_not_live_long_enough error reporting 2017-12-10 17:46:32 +02:00
compile-fail-fulldeps Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc 2017-12-02 10:15:21 +00:00
debuginfo Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
incremental incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
mir-opt add closure requirement tests, improve debugging output 2017-12-07 05:28:00 -05:00
parse-fail Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov 2017-12-07 21:05:49 +00:00
pretty Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm 2017-11-07 22:40:20 +08:00
run-fail rustc: Prepare to enable ThinLTO by default 2017-11-30 07:17:53 -08:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make rustc_back: move dynamic_lib to rustc_metadata. 2017-12-04 18:25:29 +02:00
run-pass Auto merge of #46573 - jseyfried:add_decl_macro_test, r=nrc 2017-12-09 01:20:16 +00:00
run-pass-fulldeps Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb 2017-12-05 00:21:59 +00:00
run-pass-valgrind Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
rustdoc Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavus 2017-12-03 00:54:52 +00:00
ui fix broken assertion in type_param 2017-12-13 23:06:54 -06:00
ui-fulldeps mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
COMPILER_TESTS.md Fixes spelling error in COMPILER_TESTS.md 2017-11-19 19:05:49 -08:00