]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/cross-crate-newtype-struct-pat.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / cross-crate-newtype-struct-pat.rs
2014-04-14 borsauto merge of #13477 : Manishearth/rust/newattr, r...
2014-04-13 borsauto merge of #13470 : Manishearth/rust/docnum, r=brson
2014-04-09 borsauto merge of #13383 : ben0x539/rust/glob-dots, r=brson
2014-04-07 borsauto merge of #13288 : alexcrichton/rust/remove-check...
2014-04-06 Brian AndersonRemove check-fast. Closes #4193, #8844, #6330, #7416
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-19 borsauto merge of #12231 : wycats/rust/url_path_parse,...
2014-02-18 borsauto merge of #12351 : kud1ing/rust/backticks, r=alexcr...
2014-02-17 borsauto merge of #12284 : brson/rust/install, r=alexcrichton
2014-02-16 borsauto merge of #12301 : FlaPer87/rust/issue-8893, r...
2014-02-16 borsauto merge of #12299 : sfackler/rust/limit-return,...
2014-02-16 borsauto merge of #12298 : alexcrichton/rust/rustdoc-testin...
2014-02-15 borsauto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton
2014-02-15 borsauto merge of #12272 : alexcrichton/rust/snapshot,...
2014-02-15 Alex Crichtonextern mod => extern crate
2014-02-12 borsauto merge of #12185 : nikomatsakis/rust/issue-12033...
2014-02-12 borsauto merge of #12184 : JeremyLetang/rust/rustpkg-link...
2014-02-11 borsauto merge of #12183 : SimonSapin/rust/patch-4, r=alexc...
2014-02-11 borsauto merge of #12171 : chromatic/rust/fix_crate_tutoria...
2014-02-11 borsauto merge of #12110 : fhahn/rust/issue-11363-change...
2014-02-11 Florian HahnChange `xfail` directives in compiletests to `ignore...
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-01-07 borsauto merge of #11296 : brson/rust/anti-cond, r=alexcrichton
2014-01-06 borsauto merge of #10826 : SimonSapin/rust/str-insert,...
2014-01-05 borsauto merge of #11304 : alexcrichton/rust/eintr, r=brson
2014-01-05 borsauto merge of #11307 : vadimcn/rust/test-adb, r=brson
2014-01-05 borsauto merge of #11290 : alexcrichton/rust/testname,...
2014-01-04 borsauto merge of #11284 : huonw/rust/issue-6233, r=alexcri...
2014-01-04 borsauto merge of #11301 : vadimcn/rust/fix-android, r...
2014-01-04 borsauto merge of #11306 : alexcrichton/rust/native-bounds...
2014-01-04 borsauto merge of #11299 : brson/rust/exp10, r=pcwalton
2014-01-04 borsauto merge of #11295 : sfackler/rust/de-jank-encoder...
2014-01-04 borsauto merge of #11271 : adridu59/rust/patch-io, r=huonw
2014-01-04 borsauto merge of #11292 : brson/rust/llvmconfig, r=alexcri...
2014-01-04 borsauto merge of #11291 : brson/rust/copy-runtime-deps...
2014-01-04 borsauto merge of #11283 : brson/rust/doublefailure, r...
2014-01-04 borsauto merge of #11251 : pcwalton/rust/remove-at-mut...
2014-01-03 Patrick Waltontest: Make all the run-pass tests use `pub fn main`
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-08 borsauto merge of #6119 : brson/rust/main, r=brson
2013-05-03 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-03 borsauto merge of #6195 : luqmana/rust/newtype-drop, r...
2013-05-02 borsauto merge of #6125 : luqmana/rust/newtype-drop, r...
2013-05-02 borsauto merge of #6173 : sammykim/rust/doc-vec, r=yichoi
2013-05-01 borsauto merge of #6113 : brson/rust/task-drop, r=graydon
2013-05-01 borsauto merge of #6105 : Aatch/rust/linker-improv, r=pcwalton
2013-05-01 borsauto merge of #6103 : catamorphism/rust/nonfatal-errors...
2013-04-30 borsauto merge of #6118 : brson/rust/too-much-recursion...
2013-04-30 borsauto merge of #6121 : luqmana/rust/newtype-cc, r=graydon
2013-04-30 Luqman AdenAdd test for cross crate newtype struct in match pattern.