]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/liveness-dead.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / liveness-dead.rs
2014-03-29 Brian AndersonConvert most code to new inner attribute syntax.
2013-12-13 borsauto merge of #10849 : adridu59/rust/patch-css, r=alexc...
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
2013-12-11 borsauto merge of #10833 : sfackler/rust/mut-pat, r=brson
2013-12-09 borsauto merge of #10840 : cmr/rust/any_docs2, r=huonw
2013-12-09 borsauto merge of #10859 : huonw/rust/helper-dists, r=cmr
2013-12-09 borsauto merge of #10874 : vadimcn/rust/integrated-as,...
2013-12-08 borsauto merge of #10477 : ktt3ja/rust/dead-code, r=alexcri...
2013-12-08 Kiet TranAdd dead-code warning pass
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
2013-07-20 borsauto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton
2013-07-19 borsauto merge of #7863 : catamorphism/rust/issue-5883...
2013-07-19 borsauto merge of #7859 : kmcallister/rust/rt-diag-messages...
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-19 borsauto merge of #7854 : brson/rust/rt-test-threads, r...
2013-07-18 borsauto merge of #7847 : alexcrichton/rust/verbose-submodu...
2013-07-18 borsauto merge of #7846 : alexcrichton/rust/static-mut...
2013-07-18 borsauto merge of #7845 : gifnksm/rust/tutorial-remove...
2013-07-18 borsauto merge of #7842 : thestinger/rust/closure, r=huonw
2013-07-18 borsauto merge of #7840 : alexcrichton/rust/better-test...
2013-07-18 borsauto merge of #7747 : chris-morgan/rust/vim-compiler...
2013-07-18 borsauto merge of #7849 : nikomatsakis/rust/issue-7444...
2013-07-18 borsauto merge of #7851 : dotdash/rust/intrinsics, r=pcwalton
2013-07-17 Patrick Waltonlibrustc: Remove all uses of "copy".
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-18 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-17 borsauto merge of #6442 : sstewartgallus/rust/incoming...
2013-05-17 borsauto merge of #6534 : brson/rust/intrinsic-docs, r...
2013-05-17 borsauto merge of #6550 : Aatch/rust/atomic-load, r=thestinger
2013-05-17 borsauto merge of #6549 : bjz/rust/numeric-traits, r=thestinger
2013-05-17 borsauto merge of #6093 : alexcrichton/rust/issue-2647...
2013-05-17 Alex CrichtonRe-implement lint with less emphasis on item ids
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-06 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-05 Tim ChevalierDemode some code using by-mutbl-ref; warn about by...
2012-07-03 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-07-02 Brian AndersonMerge branch 'doc-comments'
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-06-30 Gareth Daniel Smithchange the test suite `//! kind` syntax to `//~ kind...
2012-05-24 Niko Matsakisimprove liveness so it reports unused vars / dead assig...