]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/struct-base-wrong-type.rs
Update compile fail tests to use isize.
[rust.git] / src / test / compile-fail / struct-base-wrong-type.rs
2015-01-08 Huon WilsonUpdate compile fail tests to use isize.
2014-09-17 Alex Crichtonrollup merge of #17326 : brson/wintest
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-31 Alex Crichtonrollup merge of #16726 : tshepang/consistency
2014-08-31 Alex Crichtonrollup merge of #16721 : tshepang/convenience
2014-08-31 Alex Crichtonrollup merge of #16716 : tshepang/temp
2014-08-30 borsauto merge of #16393 : SimonSapin/rust/patch-9, r=steve...
2014-08-30 borsauto merge of #16598 : bkoropoff/rust/import-shadow...
2014-08-28 borsauto merge of #16626 : ruud-v-a/rust/duration-reform...
2014-08-27 borsauto merge of #16724 : tshepang/rust/misleading, r...
2014-08-27 borsauto merge of #16689 : wickerwaka/rust/crate-as, r...
2014-08-27 borsauto merge of #16685 : alexcrichton/rust/remove-glob...
2014-08-27 borsauto merge of #16704 : flugsio/rust/fix-rustc-ice-lint...
2014-08-26 borsauto merge of #16720 : tshepang/rust/trailing-prompt...
2014-08-25 borsauto merge of #16740 : alexcrichton/rust/issue-16725...
2014-08-25 borsauto merge of #16699 : treeman/rust/issue-8492, r=alexc...
2014-08-24 Jonas HietalaAdjust the error messages to match the pattern "expecte...
2013-07-31 borsauto merge of #8138 : Dretch/rust/posix-path-push,...
2013-07-31 borsauto merge of #8115 : bjz/rust/num-traits, r=brson
2013-07-29 borsauto merge of #8090 : blake2-ppc/rust/iterator-adaptor...
2013-07-29 borsauto merge of #8032 : catamorphism/rust/rustpkg-tags...
2013-07-29 borsauto merge of #7984 : gifnksm/rust/tutorial-links,...
2013-07-29 borsauto merge of #8003 : crnobog/rust/case-insensitive...
2013-07-29 borsauto merge of #8085 : mrordinaire/rust/percent-p, r...
2013-07-29 borsauto merge of #8091 : kevinmehall/rust/const-struct...
2013-07-29 Kevin MehallAdd support for `..base` on static struct initializers.