]> git.lizzy.rs Git - rust.git/history - src/libextra/extra.rs
auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwalton
[rust.git] / src / libextra / extra.rs
2013-08-09 borsauto merge of #8350 : dim-an/rust/fix-struct-match...
2013-08-09 borsauto merge of #8336 : stepancheg/rust/socket-addr-from...
2013-08-08 borsauto merge of #8245 : alexcrichton/rust/fmt2, r=graydon
2013-08-07 borsauto merge of #8326 : thestinger/rust/iterator, r=alexc...
2013-08-07 borsauto merge of #8373 : alexcrichton/rust/disable-rusti...
2013-08-07 borsauto merge of #8305 : huonw/rust/triage-fixes, r=cmr
2013-08-07 borsauto merge of #8323 : kballard/rust/saturating, r=thest...
2013-08-07 borsauto merge of #8285 : huonw/rust/deriving+++, r=alexcri...
2013-08-07 borsauto merge of #8287 : sfackler/rust/hex, r=alexcrichton
2013-08-06 borsauto merge of #8321 : alexcrichton/rust/enable-rusti...
2013-08-06 borsauto merge of #8317 : bblum/rust/fast-spawn-unlinked...
2013-08-06 Steven FacklerAdded hexadecimal encoding module
2013-08-06 borsauto merge of #8313 : msullivan/rust/cleanup, r=catamor...
2013-08-06 borsauto merge of #8312 : alexcrichton/rust/use-treemap...
2013-08-06 borsauto merge of #8308 : blake2-ppc/rust/str-slice-bytes...
2013-08-06 borsauto merge of #8054 : sammykim/rust/move-EnumSet, r...
2013-08-06 Sangeun KimMove EnumSet into libextra
2013-08-04 borsauto merge of #8243 : stepancheg/rust/ipv, r=brson
2013-08-04 borsauto merge of #8237 : blake2-ppc/rust/faster-utf8,...
2013-08-03 borsauto merge of #8246 : stepancheg/rust/contains-key...
2013-08-03 borsauto merge of #8223 : davidhalperin/rust/master, r...
2013-08-03 borsauto merge of #8219 : sstewartgallus/rust/fix_dynamic_l...
2013-08-03 borsauto merge of #8213 : kballard/rust/fd-limit, r=brson
2013-08-03 borsauto merge of #8206 : omasanori/rust/blk-to-block,...
2013-08-03 borsauto merge of #8204 : kballard/rust/str-into-owned...
2013-08-03 borsauto merge of #8174 : DaGenix/rust/digest-improvements...
2013-08-02 Palmer CoxSha2: Create cryptoutil.rs and re-write the Sha2 module...
2013-08-02 borsauto merge of #8221 : brson/rust/single-threaded, r...
2013-08-02 borsauto merge of #8202 : pnkfelix/rust/fsk-issue8056-make...
2013-08-02 borsauto merge of #8195 : bblum/rust/task-cleanup, r=brson
2013-08-02 borsauto merge of #8193 : cmr/rust/linux-errno, r=graydon
2013-08-02 borsauto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton
2013-08-02 borsauto merge of #8175 : brson/rust/nodbg, r=graydon
2013-08-01 Brian Andersonextra: Remove dbg module and rt support code
2013-07-29 borsauto merge of #7984 : gifnksm/rust/tutorial-links,...
2013-07-27 borsauto merge of #7979 : crnobog/rust/auxfiles-path-window...
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-25 borsauto merge of #7931 : blake2-ppc/rust/chain-mut-ref...
2013-07-24 borsauto merge of #7980 : graydon/rust/misc-benchmarks...
2013-07-24 borsauto merge of #7958 : kemurphy/rust/link-section, r...
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
2013-07-23 borsauto merge of #7954 : zslayton/rust/master, r=huonw
2013-07-23 borsauto merge of #7944 : blake2-ppc/rust/dlist-move-nodes...
2013-07-23 borsauto merge of #7934 : sfackler/rust/smallintset, r...
2013-07-23 borsauto merge of #7875 : sstewartgallus/rust/fubar, r...
2013-07-23 borsauto merge of #7873 : sstewartgallus/rust/cleanup_synta...
2013-07-23 borsauto merge of #7703 : sfackler/rust/bitv, r=alexcrichton
2013-07-23 borsauto merge of #7916 : olsonjeffery/rust/newrt_timer...
2013-07-22 borsauto merge of #7883 : brson/rust/rm-std-net, r=graydon
2013-07-22 Brian Andersonextra: Add url module
2013-07-22 Brian Andersonextra: Remove uv, net, timer code
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-16 borsauto merge of #7684 : pnkfelix/rust/fsk-invert-range...
2013-07-13 borsauto merge of #7734 : alexcrichton/rust/issue-3395...
2013-07-12 borsauto merge of #7717 : dotdash/rust/transmute, r=pcwalton
2013-07-12 borsauto merge of #7706 : sanxiyn/rust/qualification-lint...
2013-07-12 borsauto merge of #7696 : glinscott/rust/utf8_perf, r=cmr
2013-07-12 borsauto merge of #7705 : sanxiyn/rust/simd-op, r=cmr
2013-07-12 borsauto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelix
2013-07-12 Daniel MicayMerge pull request #7679 from alexcrichton/consume...
2013-07-12 borsauto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
2013-07-12 borsauto merge of #7688 : nikomatsakis/rust/issue-6298...
2013-07-11 borsauto merge of #7623 : graydon/rust/codegen-compiletests...
2013-07-11 borsauto merge of #7707 : thestinger/rust/double, r=cmr
2013-07-11 borsauto merge of #7652 : blake2-ppc/rust/dlist, r=huonw
2013-07-11 borsauto merge of #7632 : gavinb/rust/7484_manpages, r=cmr
2013-07-11 blake2-ppcextra: Rename deque::Deque to ringbuf::RingBuf and...
2013-07-11 blake2-ppcextra: Add mod container with trait Deque
2013-07-10 borsauto merge of #7637 : pnkfelix/rust/fsk-guard-against...
2013-07-09 borsauto merge of #7117 : jensnockert/rust/freestanding...
2013-07-09 borsauto merge of #7528 : indutny/rust/feature/memory-api...
2013-07-09 borsauto merge of #7641 : lucab/rust/lucab/po4a, r=catamorphism
2013-07-09 borsauto merge of #7614 : MarkJr94/rust/smallintmap_enum...
2013-07-09 borsauto merge of #7578 : alexcrichton/rust/overflow, r...
2013-07-09 borsauto merge of #7262 : nikomatsakis/rust/ref-bindings...
2013-07-08 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-08 borsauto merge of #7612 : thestinger/rust/utf8, r=huonw
2013-07-08 borsauto merge of #7608 : glinscott/rust/json_perf, r=pcwalton
2013-07-08 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-08 borsauto merge of #7577 : brson/rust/vers, r=cmr
2013-07-08 Brian AndersonBump version numbers to 0.8-pre
2013-07-08 borsauto merge of #7604 : apasel422/rust/peek, r=huonw
2013-07-08 Daniel MicayMerge pull request #7595 from thestinger/iterator
2013-07-08 borsauto merge of #7497 : alexcrichton/rust/issue-7394...
2013-07-08 borsauto merge of #7586 : g5pw/rust/master, r=cmr
2013-07-07 borsauto merge of #7629 : thestinger/rust/rope, r=graydon
2013-07-07 borsauto merge of #7456 : graydon/rust/better-trans-stats...
2013-07-07 borsauto merge of #7636 : dotdash/rust/scope_cleanup, r...
2013-07-07 borsauto merge of #7602 : blake2-ppc/rust/vec-pop-opt,...
2013-07-07 borsauto merge of #7594 : chris-morgan/rust/proper-net...
2013-07-06 Daniel Micayremove extra::rope
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-07-05 Chris MorganMove `extra::net_*` to `extra::net::*` properly.
2013-07-04 borsauto merge of #7543 : sanxiyn/rust/newtype-immediates...
2013-07-03 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-03 borsauto merge of #7518 : graydon/rust/stats-improvements...
2013-07-03 borsauto merge of #7474 : Seldaek/rust/clean-iter, r=thestinger
2013-07-03 borsauto merge of #7510 : Dretch/rust/missing-trait-message...
2013-07-03 borsauto merge of #7498 : luqmana/rust/cow, r=catamorphism
2013-07-01 borsauto merge of #7443 : yjh0502/rust/fix_field_dup, r...
next