]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/empty-tag.rs
rollup merge of #19577: aidancully/master
[rust.git] / src / test / run-pass / empty-tag.rs
2014-12-09 Alex Crichtonrollup merge of #19577: aidancully/master
2014-12-09 Alex Crichtonrollup merge of #19576: nhoss2/master
2014-12-09 borsauto merge of #19466 : nikomatsakis/rust/recursion...
2014-12-09 borsauto merge of #19249 : barosl/rust/json-type-safety...
2014-12-09 borsauto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
2014-12-08 Niko Matsakislibrustc: Make `Copy` opt-in.
2014-11-25 borsauto merge of #18966 : huonw/rust/iter2slice, r=aturon
2014-11-24 borsauto merge of #19021 : roysc/rust/emacs-pr, r=brson
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-21 borsauto merge of #18984 : sheroze1123/rust/fix17574, r...
2014-11-21 borsauto merge of #18908 : tbu-/rust/pr_mapinplace_fixzeros...
2014-11-21 borsauto merge of #16552 : jauhien/rust/fix-libdir, r=alexc...
2014-11-20 borsauto merge of #19071 : huonw/rust/col2column, r=nikomat...
2014-11-19 Jakub Bukajrollup merge of #18968: danluu/guide_play
2014-11-19 Jakub Bukajrollup merge of #18944: liigo/improve-os-args-doc
2014-11-19 Jakub Bukajrollup merge of #18903: steveklabnik/error_handling_guide
2014-11-18 borsauto merge of #19031 : nodakai/rust/libcore-pow-and...
2014-11-18 borsauto merge of #19050 : japaric/rust/moar-dst, r=aturon
2014-11-17 Jakub Bukajrollup merge of #19041: japaric/clone
2014-11-17 Jakub Bukajrollup merge of #19038: jayelm/fixed-typos
2014-11-17 Jakub Bukajrollup merge of #19029: vberger/stability_function_body
2014-11-17 Jakub Bukajrollup merge of #19026: alfie/doc-fixes
2014-11-17 Jakub Bukajrollup merge of #19020: Gankro/better-warn
2014-11-17 Jakub Bukajrollup merge of #19018: tomjakubowski/fix-issue-19003
2014-11-17 Jakub Bukajrollup merge of #19016: gkoz/use_util_copy
2014-11-17 Jakub Bukajrollup merge of #19015: alex/libcore-typos
2014-11-17 Jakub Bukajrollup merge of #19008: alex/collections-typos
2014-11-17 Jakub Bukajrollup merge of #19000: IvanUkhov/doc-link-dylib
2014-11-17 Jakub Bukajrollup merge of #18951: tbu-/pr_array_cloneshow
2014-11-17 Jakub Bukajrollup merge of #18921: oli-obk/refactoring/graphviz...
2014-11-17 Jakub Bukajrollup merge of #18911: canndrew/slice_shift_char
2014-11-17 Jakub Bukajrollup merge of #18890: luqmana/tf
2014-11-17 borsauto merge of #18973 : sfackler/rust/enum-namespace...
2014-11-17 Steven FacklerSwitch to purely namespaced enums
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-05-31 borsauto merge of #14563 : dotdash/rust/clone_kill, r=huonw
2014-05-31 borsauto merge of #14557 : zwarich/rust/missing-comment...
2014-05-31 borsauto merge of #14555 : tomjakubowski/rust/fix-snappy...
2014-05-31 borsauto merge of #14553 : reem/rust/nuke-owned-vectors...
2014-05-31 borsauto merge of #14544 : aturon/rust/issue-14352, r=alexc...
2014-05-31 borsauto merge of #14534 : alexcrichton/rust/snapshots...
2014-05-30 Alex Crichtonstd: Rename {Eq,Ord} to Partial{Eq,Ord}
2014-03-02 borsMerge pull request #12636 from chromatic/fixup_trans_fail
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-03-01 borsauto merge of #12641 : sfackler/rust/issue-11552, r...
2014-03-01 borsauto merge of #12639 : luqmana/rust/struct-variant...
2014-03-01 borsauto merge of #12638 : luqmana/rust/op-no-ref, r=alexcr...
2014-03-01 borsauto merge of #12627 : alexcrichton/rust/issue-12623...
2014-03-01 borsauto merge of #12626 : alexcrichton/rust/assert-eq...
2014-03-01 Alex Crichtonstd: Change assert_eq!() to use {} instead of {:?}
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Patrick Waltonlibrustc: Stop reexporting the standard modules from...
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-21 borsauto merge of #6604 : bjz/rust/ptr-to-option, r=brson
2013-05-21 borsauto merge of #6576 : nikomatsakis/rust/issue-5362...
2013-05-19 borsauto merge of #6106 : thestinger/rust/iter, r=bstrie
2013-05-19 borsauto merge of #6601 : cmr/rust/assert_eq, r=Aatch
2013-05-19 Corey RichardsonUse assert_eq! rather than assert! where possible
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
2013-03-29 Patrick Waltonlibrustc: Remove `fail_unless!`
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-22 borsauto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2013-03-22 borsauto merge of #5496 : catamorphism/rust/release-notes...
2013-03-22 borsauto merge of #5488 : pcwalton/rust/depure, r=pcwalton
2013-03-22 Patrick Waltontest: Remove `pure` from the test suite
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
2013-02-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-05 Tim ChevalierMerge
2013-02-04 Brian AndersonMerge remote-tracking branch 'bstrie/rimov' into incoming
2013-02-03 borsautomated merge
2013-02-02 Graydon Hoarecheck-fast fallout from removing export, r=burningtree
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-12-05 Brian AndersonMerge remote-tracking branch 'rntz/tuple-iterbytes'
2012-11-20 Graydon HoareMerge pull request #4001 from jesse99/features/docs
2012-11-19 Patrick Waltonrustc: Implement explicit self for Eq and Ord. r=graydon
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-20 Brian AndersonMerge pull request #3545 from fsouza/incoming
2012-09-20 Patrick Waltonrustc: De-mode all overloaded operators
2012-09-07 Patrick Waltonrustc: Add an "ne" method to the Eq trait, and implemen...
next