about summary refs log tree commit diff
path: root/src/test/run-pass/extern-pass-TwoU8s.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-32/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-1/+1
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-3/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-03-19rustc: Fix x86 ffi for struct argumentsklutzy-3/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-29Statically link librustrt to libstdAlex Crichton-0/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-09-03Re-xfail extern-pass-TwoU{8,16}.rs (still doesn't work on 32-bit platforms).Huon Wilson-0/+2
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-2/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-0/+32