]> git.lizzy.rs Git - rust.git/history - src/libextra/net_tcp.rs
Change finalize -> drop.
[rust.git] / src / libextra / net_tcp.rs
2013-06-26 Luqman AdenChange finalize -> drop.
2013-06-24 borsauto merge of #7279 : hanny24/rust/master, r=msullivan
2013-06-23 borsauto merge of #7267 : luqmana/rust/issue-5792, r=cmr
2013-06-23 borsauto merge of #7258 : huonw/rust/7256, r=bstrie
2013-06-22 Daniel MicayMerge pull request #7270 from thestinger/doc
2013-06-22 Daniel MicayMerge pull request #7230 from Blei/green-squiggle
2013-06-21 borsauto merge of #7219 : sstewartgallus/rust/cleanup,...
2013-06-21 borsauto merge of #7259 : dotdash/rust/ir_improvement,...
2013-06-21 borsauto merge of #7200 : yichoi/rust/fix_je_mac_cross...
2013-06-21 borsauto merge of #7263 : thestinger/rust/iterator, r=graydon
2013-06-21 Daniel Micayvec: rm old_iter implementations, except BaseIter
2013-06-21 borsauto merge of #7203 : msullivan/rust/default-methods...
2013-06-21 borsauto merge of #7161 : kballard/rust/terminfo-parm-forma...
2013-06-20 borsauto merge of #7128 : yichoi/rust/fix_sometc, r=brson
2013-06-20 James Millerlibextra: cleanup warnings
2013-06-17 borsauto merge of #7131 : Blei/rust/windows-dynamic-lib...
2013-06-17 borsauto merge of #7157 : sstewartgallus/rust/master, r...
2013-06-16 borsauto merge of #7165 : brson/rust/releasenotes, r=thestinger
2013-06-16 borsauto merge of #7177 : huonw/rust/unfold-fix, r=thestinger
2013-06-16 borsauto merge of #7171 : bstrie/rust/delbin, r=thestinger
2013-06-16 borsauto merge of #7166 : brson/rust/fuzzer, r=pcwalton
2013-06-16 borsauto merge of #7163 : brson/rust/reinterpret-cast,...
2013-06-16 borsauto merge of #7160 : kballard/rust/terminfo-parm-i...
2013-06-16 borsauto merge of #7159 : Blei/rust/free-glue-no-destructor...
2013-06-16 borsauto merge of #7156 : Dretch/rust/float-hash, r=graydon
2013-06-16 borsauto merge of #7155 : Blei/rust/drop-glue-alloca, r...
2013-06-16 borsauto merge of #7142 : alexcrichton/rust/deriving-zero...
2013-06-16 borsauto merge of #7137 : erickt/rust/from-elem-fixme,...
2013-06-16 borsauto merge of #7123 : huonw/rust/more-str, r=thestinger
2013-06-16 borsauto merge of #7149 : thestinger/rust/vec, r=graydon
2013-06-16 Daniel Micayrm vec::uniq_len
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 #7072 : thestinger/rust/ptr, r=catamorphism
2013-06-12 borsauto merge of #7060 : huonw/rust/more-str, r=thestinger
2013-06-12 Huon Wilsonstd: unify the str -> [u8] functions as 3 methods:...
2013-06-11 borsauto merge of #7033 : influenza/rust/rust-7022, r=graydon
2013-06-11 borsauto merge of #7035 : influenza/rust/getopts-doc-update...
2013-06-11 borsauto merge of #7046 : luqmana/rust/issue-7044, r=sanxiyn
2013-06-10 borsauto merge of #7032 : huonw/rust/each-fn-kill, r=thestinger
2013-06-10 Huon Wilsonstd: remove str::contains in favour of the method
2013-06-10 Huon Wilsonstd: remove str::{len, slice, is_empty} in favour of...
2013-06-07 borsauto merge of #6985 : Aatch/rust/fixed-vec-6977, r...
2013-06-07 borsauto merge of #6895 : cmr/rust/jemalloc, r=brson
2013-06-07 borsauto merge of #6984 : brson/rust/rtcross, r=brson
2013-06-06 borsauto merge of #6982 : Aatch/rust/better-foreign-error...
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-04 borsauto merge of #6928 : Blei/rust/fix-constructors, r...
2013-06-04 Philipp Brüschweilerstd::cell: Modernize constructors
2013-06-03 borsauto merge of #6826 : cmr/rust/terminfo, r=thestinger
2013-06-02 borsauto merge of #6879 : yichoi/rust/arm-test, r=brson
2013-06-02 borsauto merge of #6866 : pcwalton/rust/pub-extern, r=brson
2013-06-01 borsauto merge of #6880 : thomaslee/rust/issue-6745, r...
2013-06-01 borsauto merge of #6871 : pcwalton/rust/de-pub-impl, r...
2013-06-01 Patrick WaltonRemove all uses of `pub impl`. rs=style
2013-06-01 borsauto merge of #6851 : alexcrichton/rust/bugfixes, r...
2013-05-31 borsauto merge of #6853 : bblum/rust/sized, r=pcwalton
2013-05-31 borsauto merge of #6833 : fdr/rust/fix-warnings, r=Aatch
2013-05-31 borsauto merge of #6848 : pcwalton/rust/issue-6352, r=pcwalton
2013-05-31 borsauto merge of #6845 : thestinger/rust/zsh-complete...
2013-05-31 borsauto merge of #6841 : steveklabnik/rust/range_docs...
2013-05-31 borsauto merge of #6818 : nikomatsakis/rust/irrefut-pattern...
2013-05-30 Niko MatsakisRemove copy bindings from patterns.
2013-05-30 borsauto merge of #6798 : alexcrichton/rust/doc-lints,...
2013-05-30 Alex Crichtonlibextra: Require documentation by default
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-29 borsauto merge of #6813 : pnkfelix/rust/fsk-issue-6805...
2013-05-29 borsauto merge of #6733 : alexcrichton/rust/issue-2400...
2013-05-29 borsauto merge of #6793 : graydon/rust/drop-ast-before...
2013-05-29 borsauto merge of #6780 : june0cho/rust/issue5984, r=brson
2013-05-29 borsauto merge of #6740 : Aatch/rust/atomic-types, r=brson
2013-05-29 borsauto merge of #6731 : thomaslee/rust/issue-6575, r...
2013-05-28 borsauto merge of #6775 : yjh0502/rust/issue_6696, r=catamo...
2013-05-28 borsauto merge of #6707 : catamorphism/rust/issue-5543...
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-28 borsauto merge of #6773 : lkuper/rust/alt-to-match, r=thest...
2013-05-28 borsauto merge of #6771 : thestinger/rust/highlight, r...
2013-05-27 Daniel Micaysyntax highlight code examples in docstrings
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-24 borsauto merge of #6680 : ben0x539/rust/slashslashslash...
2013-05-24 borsauto merge of #6711 : catamorphism/rust/issue-5700...
2013-05-24 borsauto merge of #6706 : brson/rust/glue, r=catamorphism
2013-05-24 borsauto merge of #6710 : thestinger/rust/swap, r=catamorphism
2013-05-24 borsauto merge of #6690 : erickt/rust/cleanup-warnings...
2013-05-24 Erick Tryzelaarcleanup warnings from libextra
2013-05-23 Patrick Waltontest: Update tests and import the prelude in some more...
2013-05-23 Patrick Waltonlibextra: Rename the actual metadata names of libcore...
2013-05-23 Patrick Waltonlibstd: Rename libcore to libstd and libstd to libextra...