]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/unreachable-code.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / unreachable-code.rs
2014-03-29 Brian AndersonConvert most code to new inner attribute syntax.
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-03 borsauto merge of #6826 : cmr/rust/terminfo, r=thestinger
2013-06-02 borsauto merge of #6866 : pcwalton/rust/pub-extern, r=brson
2013-06-01 borsauto merge of #6881 : Aatch/rust/new-passes-2, r=thestinger
2013-06-01 borsauto merge of #6851 : alexcrichton/rust/bugfixes, r...
2013-05-31 Alex CrichtonPromote unreachable code to being a lint attribute
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-20 borsauto merge of #5350 : yichoi/rust/pull-0313-2, r=graydo...
2013-03-19 borsauto merge of #5356 : jld/rust/enum-less-magic, r=graydon
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-13 borsauto merge of #5340 : brson/rust/column, r=brson
2013-03-13 borsauto merge of #5339 : catamorphism/rust/less-copy,...
2013-03-13 borsauto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn
2013-03-13 borsauto merge of #5319 : brson/rust/debuginfo, r=brson
2013-03-13 borsauto merge of #5293 : brson/rust/logging, r=brson
2013-03-12 Brian AndersonRemove uses of log
2013-02-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-03-11 Tim ChevalierTweak some test cases and add a few new ones