about summary refs log tree commit diff
path: root/src/test/compile-fail/packed-struct-generic-transmute.rs
AgeCommit message (Expand)AuthorLines
2015-10-16Change error message in rustbookGuillaume Gomez-1/+1
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+0
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-07std: Tweak String implementationsAlex Crichton-1/+1
2015-01-07TestsNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-2/+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