]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/destructure-trait-ref.rs
Update compile fail tests to use isize.
[rust.git] / src / test / compile-fail / destructure-trait-ref.rs
2015-01-08 Huon WilsonUpdate compile fail tests to use isize.
2015-01-08 borsauto merge of #20733 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20731: nick29581/assoc-inherant
2015-01-08 Alex Crichtonrollup merge of #20707: nikomatsakis/issue-20582
2015-01-08 Alex Crichtonrollup merge of #20723: pnkfelix/feature-gate-box-syntax
2015-01-07 Felix S. Klock IIcompile-fail tests: Add feature attributes to enable...
2014-11-23 borsauto merge of #18140 : JelteF/rust-1/guide-fix, r=cmr
2014-11-22 borsauto merge of #17513 : dradtke/rust/master, r=kballard
2014-11-03 Alex Crichtonrollup merge of #18247 : kballard/vim_rust_run_cwd_space
2014-11-03 borsauto merge of #18460 : gamazeps/rust/issue18451, r...
2014-11-03 Alex Crichtonrollup merge of #18460 : gamazeps/issue18451
2014-11-02 borsauto merge of #18456 : gamazeps/rust/issue18449, r...
2014-10-30 borsauto merge of #18279 : bgamari/rust/check-static-recurs...
2014-10-29 borsauto merge of #18282 : pczarn/rust/regex-parse, r=burnt...
2014-10-28 borsauto merge of #17851 : brson/rust/rustup, r=alexcrichton
2014-10-28 borsauto merge of #18273 : gamazeps/rust/issue18218, r...
2014-10-28 borsauto merge of #18254 : areski/rust/pr-fix-vec-doc-examp...
2014-10-27 Alex Crichtonrollup merge of #18259 : alexcrichton/snapshots
2014-10-27 Alex Crichtonrollup merge of #18327 : vadimcn/17982
2014-10-27 Alex Crichtonrollup merge of #18303 : cgaebel/make-vec-match-slice
2014-10-27 Alex Crichtonrollup merge of #18266 : nick29581/vtable2.rs
2014-10-27 Alex Crichtonrollup merge of #18265 : jakub-/mailmap
2014-10-27 Alex Crichtonrollup merge of #18257 : globin/master
2014-10-27 Alex Crichtonrollup merge of #18256 : SimonSapin/view_item_to_string
2014-10-27 Alex Crichtonrollup merge of #18251 : steveklabnik/build_module_guide
2014-10-27 Alex Crichtonrollup merge of #18250 : dotdash/fix_aliasing
2014-10-27 Alex Crichtonrollup merge of #18244 : areski/pr-fix-string-doc
2014-10-27 Alex Crichtonrollup merge of #18239 : msiemens/fix-ice-rename-failed
2014-10-27 Alex Crichtonrollup merge of #18235 : nikomatsakis/issue-18209
2014-10-27 Alex Crichtonrollup merge of #18231 : cakebaker/fix_greater_than_for...
2014-10-27 borsauto merge of #17978 : arielb1/rust/remaining-garbage...
2014-10-27 borsauto merge of #18130 : mahkoh/rust/udp, r=alexcrichton
2014-10-26 borsauto merge of #18143 : mahkoh/rust/reverse_complement...
2014-10-26 borsauto merge of #18212 : kmcallister/rust/unsafecell...
2014-10-25 borsauto merge of #18293 : thestinger/rust/heap, r=cmr
2014-10-25 borsauto merge of #18176 : jkleint/rust/guide-borrow-wordin...
2014-10-25 borsauto merge of #18171 : jakub-/rust/match-typeck, r...
2014-10-24 Jakub BukajUpdate tests with the new error messages
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-26 borsauto merge of #15197 : omasanori/rust/doc-fix, r=alexcr...
2014-06-25 borsauto merge of #15121 : steveklabnik/rust/matching_docs...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-25 borsauto merge of #15163 : alexcrichton/rust/rollup, r...
2014-06-25 Niko Matsakislibrustc: Remove the fallback to `int` from typechecking.
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 borsauto merge of #15079 : nikomatsakis/rust/issue-5527...
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-24 borsauto merge of #15105 : alexcrichton/rust/snapshots...
2014-06-23 borsauto merge of #15106 : Sawyer47/rust/rm-duplicated...
2014-06-23 borsauto merge of #15100 : rapha/rust/master, r=alexcrichton
2014-06-23 borsauto merge of #15098 : ben0x539/rust/nullary-tuple...
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-21 Edward WangMake destructuring trait reference work