about summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-ffi-compat.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-28/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2016-03-09tests: Avoid transmuting from fn item types.Eduard Burtescu-2/+3
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
This commit removes pretty-expanded from all tests that wind up calling panic! one way or another now that its internals are unstable.
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
Now that support has been removed, all lingering use cases are renamed.
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2014-11-07Update parser with `for` syntaxNiko Matsakis-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-05-16Make some NullablePointer enums FFI-compatible with the base pointer type.Luqman Aden-0/+35