summary refs log tree commit diff
path: root/src/test/run-pass/enum-null-pointer-opt.rs
AgeCommit message (Collapse)AuthorLines
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+1
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-15/+15
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.
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
2015-01-05fix rpass testsJorge Aparicio-3/+0
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-28Don't expose NonZero through libstd.Luqman Aden-1/+3
2014-12-28Add tests for NonZero.Luqman Aden-0/+15
2014-12-28Add tests.Luqman Aden-1/+13
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+1
2014-09-11librustc: Enum nullable pointer opt should not apply to raw pointers.Luqman Aden-0/+5
2014-07-04Add tests for null pointer opt.Luqman Aden-0/+40