about summary refs log tree commit diff
path: root/src/test/compile-fail/packed-struct-transmute.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-38/+0
2017-06-18Update transmute size lints.Mark Simulacrum-1/+1
2015-10-16Change error message in rustbookGuillaume Gomez-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+2
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-1/+1
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+35