rust/src/test
bors bf8648dbda auto merge of #14121 : luqmana/rust/option-ffi, r=alexcrichton
This slightly adjusts the NullablePointer representation for some enums in the case where the non-nullable variant has a single field (the ptr field) to be just that, the pointer. This is in contrast to the current behaviour where we'd wrap that single pointer in a LLVM struct.

Fixes #11040 & #11303.
2014-05-18 01:16:27 -07:00
..
auxiliary Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
bench libgetopts: Remove all uses of ~str from libgetopts 2014-05-16 11:41:27 -07:00
codegen
compile-fail std: Refactor liballoc out of lib{std,sync} 2014-05-17 21:52:23 -07:00
compile-fail-fulldeps test: Move syntax extension tests to cfail-full 2014-05-15 23:22:06 -07:00
debuginfo Update debuginfo tests. 2014-05-18 03:04:50 -04:00
pretty
run-fail
run-make Unit tests for flowgraph pretty printing. 2014-05-15 13:50:42 -07:00
run-pass auto merge of #14121 : luqmana/rust/option-ffi, r=alexcrichton 2014-05-18 01:16:27 -07:00
run-pass-fulldeps