about summary refs log tree commit diff
path: root/src/test/run-pass/tuple-struct-constructor-pointer.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-21/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-2/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-18Add assertions to testAndreas Martens-2/+4
2013-08-17Fix segfault when calling tuple struct constructor as extern fnAndreas Martens-0/+19