]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/trait-duplicate-methods.rs
Changed issue number to 36105
[rust.git] / src / test / compile-fail / trait-duplicate-methods.rs
2016-07-12 Guillaume GomezRollup merge of #34742 - abhijeetbhagat:master, r=steve...
2016-06-01 borsAuto merge of #33814 - lambda:rtabort-use-platform...
2016-05-23 borsAuto merge of #31457 - lambda:rtabort-use-libc-abort...
2016-04-20 borsAuto merge of #31253 - ranma42:improve-unicode-iter...
2016-04-18 Steve KlabnikRollup merge of #32906 - jocki84:jocki84-book-size...
2016-04-17 Manish GoregaokarRollup merge of #31441 - gereeter:btree-docs, r=bluss
2016-04-06 Steve KlabnikRollup merge of #31762 - tshepang:in-which-case, r...
2016-03-28 Steve KlabnikRollup merge of #32177 - srinivasreddy:remove_integer_s...
2016-03-26 Manish GoregaokarRollup merge of #32257 - alexcrichton:fix-status-stdin...
2016-03-25 borsAuto merge of #31908 - jseyfried:disallow_shadowed_trai...
2016-03-24 Steve KlabnikRollup merge of #32276 - brson:doc, r=alexcrichton
2016-03-23 borsAuto merge of #32058 - pczarn:hashmap-initial-refactori...
2016-03-22 borsAuto merge of #32264 - GuillaumeGomez:lang_item, r...
2016-03-21 borsAuto merge of #32062 - Marwes:unification_table_for_eq_...
2016-03-20 borsAuto merge of #32010 - devonhollowood:non-c-like-enum...
2016-03-19 borsAuto merge of #32314 - alexcrichton:ascii-fun, r=aturon
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32288 - tclfs:patch-2, r=apasel422
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32271 - frewsxcv:compiletest-ignored...
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32269 - richo:impl-totokens-p-implitem...
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32265 - tclfs:patch-1, r=alexcrichton
2016-03-19 borsAuto merge of #32050 - achanda:from-slice-v4, r=alexcri...
2016-03-18 borsAuto merge of #31977 - bluss:partial-eq-save, r=brson
2016-03-18 borsAuto merge of #32282 - sfackler:panic-hook, r=alexcrichton
2016-03-18 borsAuto merge of #32248 - dstu:master, r=alexcrichton
2016-03-18 borsAuto merge of #32207 - achanda:ipv6-doc, r=alexcrichton
2016-03-17 borsAuto merge of #32294 - Manishearth:derive-fix, r=alexcr...
2016-03-17 borsAuto merge of #32237 - alexcrichton:rustbuild-make...
2016-03-17 borsAuto merge of #32285 - oli-obk:fix/const_bitshift,...
2016-03-16 borsAuto merge of #32284 - jseyfried:name_conflict_diagnost...
2016-03-16 Jeffrey SeyfriedFix fallout in tests
2015-07-14 Alexis Beingessnermove everything into the Rust tree
2013-07-08 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-07-03 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-01 borsauto merge of #7443 : yjh0502/rust/fix_field_dup, r...
2013-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-30 borsauto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr
2013-06-29 borsauto merge of #7449 : yichoi/rust/std_test, r=cmr
2013-06-29 borsauto merge of #7442 : graydon/rust/clean-llvm-trigger...
2013-06-29 borsauto merge of #7441 : catamorphism/rust/testcases_2013...
2013-06-29 borsauto merge of #7244 : bblum/rust/once, r=nikomatsakis
2013-06-29 borsauto merge of #7439 : catamorphism/rust/cut-rustpkg...
2013-06-28 borsauto merge of #7466 : thestinger/rust/passes, r=cmr
2013-06-28 borsauto merge of #7437 : brson/rust/winver, r=brson
2013-06-28 borsauto merge of #7451 : cmr/rust/rewrite-each-path, r...
2013-06-28 Patrick Waltonlibrustc: Fix merge fallout and test cases.
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-13 borsauto merge of #7079 : thestinger/rust/jemalloc, r=graydon
2013-06-12 borsauto merge of #7077 : SiegeLord/rust/new_css, r=pnkfelix
2013-06-12 borsauto merge of #7073 : influenza/rust/iterator-doc-fixes...
2013-06-12 borsauto merge of #7064 : luqmana/rust/issue-7062, r=sanxiyn
2013-06-12 Luqman AdenAdd tests for duplicate methods on traits/impls.