]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/enum-discrim-width-stuff.rs
Add tests for enum discriminant sizing.
[rust.git] / src / test / run-pass / enum-discrim-width-stuff.rs
2013-10-29 Jed DavisAdd tests for enum discriminant sizing.
2013-10-29 Jed DavisAdjust reflection for the possibility of discriminants...
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-19 borsauto merge of #9834 : alexcrichton/rust/morestack,...
2013-10-19 borsauto merge of #9919 : alexcrichton/rust/fmt-begone...
2013-10-19 borsauto merge of #9856 : alexcrichton/rust/privacy-errors...
2013-10-18 borsauto merge of #9935 : reedlepee123/rust/my_new_branch...
2013-10-18 borsauto merge of #9851 : alexcrichton/rust/include_bin...
2013-10-18 borsauto merge of #9926 : Kimundi/rust/future_result_bad_si...
2013-10-18 borsauto merge of #9924 : metajack/rust/fix-starts-with...
2013-10-18 borsauto merge of #9896 : brson/rust/stdmem, r=alexcrichton
2013-10-18 Brian Andersonstd: Move size/align functions to std::mem. #2240
2013-10-17 borsauto merge of #9634 : blake2-ppc/rust/by-ref-iter,...
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-04 borsauto merge of #9662 : vadimcn/rust/package-runtime...
2013-10-03 borsauto merge of #9522 : steveklabnik/rust/doc_std_opts...
2013-10-02 borsauto merge of #9638 : pnkfelix/rust/fsk-issue7526-attem...
2013-10-02 borsauto merge of #9656 : thestinger/rust/immediate, r...
2013-10-02 borsauto merge of #9600 : MicahChalmer/rust/fill-with-code...
2013-10-02 borsauto merge of #9578 : alexcrichton/rust/un-ignore-libuv...
2013-10-01 borsauto merge of #9645 : dckc/rust/patch-2, r=catamorphism
2013-10-01 borsauto merge of #9644 : alexcrichton/rust/clarify, r...
2013-10-01 borsauto merge of #9636 : alexcrichton/rust/rustdoc, r...
2013-10-01 borsauto merge of #9576 : FlaPer87/rust/issue/9125, r=alexc...
2013-10-01 borsauto merge of #9599 : alexcrichton/rust/less-fmt, r...
2013-10-01 Alex Crichtonrpass: Remove usage of fmt!
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8757 : vadimcn/rust/debug-info-tests...
2013-08-27 borsauto merge of #8700 : alexcrichton/rust/better-llvm...
2013-08-27 borsauto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-26 borsauto merge of #8758 : pnkfelix/rust/fsk-more-oldvisit...
2013-08-26 borsauto merge of #8749 : gifnksm/rust/bigint-cfg, r=pnkfelix
2013-08-26 borsauto merge of #8737 : blake2-ppc/rust/std-str-rsplit...
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-25 Jed DavisAdd a test case for the preceding changes.