summary refs log tree commit diff
path: root/src/test/run-pass/enum-null-pointer-opt.rs
AgeCommit message (Expand)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
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-15/+15
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/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
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