summary refs log tree commit diff
path: root/src/test/run-pass/enum-alignment.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-3/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+1
2014-02-15std: clean up ptr a bitCorey Richardson-3/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-05-29test: Fix problem with check-fast. rs=burningtreePatrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-04-29test: Fix tests.Patrick Walton-1/+4
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-1/+1
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-13Represent enums with regular structs; no more alignment-breaking casts.Jed Davis-0/+26