rust/src/test
Eli Friedman b423a0f9ef Split TyBareFn into TyFnDef and TyFnPtr.
There's a lot of stuff wrong with the representation of these types:
TyFnDef doesn't actually uniquely identify a function, TyFnPtr is used to
represent method calls, TyFnDef in the sub-expression of a cast isn't
correctly reified, and probably some other stuff I haven't discovered yet.
Splitting them seems like the right first step, though.
2016-03-09 16:45:28 +02:00
..
auxiliary Split TyBareFn into TyFnDef and TyFnPtr. 2016-03-09 16:45:28 +02:00
codegen Workaround LLVM optimizer bug by not marking &mut pointers as noalias 2016-02-10 23:09:47 +01:00
codegen-units Implement the translation item collector. 2016-01-26 10:17:45 -05:00
compile-fail Split TyBareFn into TyFnDef and TyFnPtr. 2016-03-09 16:45:28 +02:00
compile-fail-fulldeps mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
debuginfo Rename sunos to solaris 2016-01-31 19:01:30 +03:00
parse-fail Auto merge of #32071 - jseyfried:parse_pub, r=nikomatsakis 2016-03-09 01:45:33 -08:00
pretty libsyntax: fix pretty printing of macro with braces 2016-01-28 09:19:43 +01:00
run-fail Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichton 2016-03-03 17:41:13 +00:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Add tests for read_volatile and write_volatile 2016-02-19 23:45:49 +00:00
run-pass Split TyBareFn into TyFnDef and TyFnPtr. 2016-03-09 16:45:28 +02:00
run-pass-fulldeps mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
run-pass-valgrind test: Mark all rpass-valgrind as no-prefer-dynamic 2016-02-29 09:36:00 -08:00
rustdoc Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichton 2016-03-06 17:08:36 +00:00