summary refs log tree commit diff
path: root/src/test/run-pass/issue-2214.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+4
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-14Removing ccdeclSteve Klabnik-1/+1
2013-10-14Remove unused abi attributes.Steve Klabnik-2/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-4/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-9/+12
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-24librustc: Make C functions unsafePatrick Walton-1/+3
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-2/+4
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-3/+3
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-3/+3
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-6/+6
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-09-01Demode reinterpret_castBrian Anderson-1/+1
2012-08-03fix compilation of 2214Niko Matsakis-1/+1
2012-08-02Make comparisons between region pointers workTim Chevalier-1/+5
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-06-21Hopefully make issue 2214 test case work on Windows -- sighTim Chevalier-0/+5
2012-06-21Fix linker problem in issue 2214 test caseTim Chevalier-0/+19
2012-06-21Revert "Add test for issue 2214"Tim Chevalier-18/+0
2012-06-21Add test for issue 2214Tim Chevalier-0/+18