]> git.lizzy.rs Git - rust.git/history - src/libstd/container.rs
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
[rust.git] / src / libstd / container.rs
2014-01-03 borsauto merge of #11093 : alexcrichton/rust/issue-11085...
2014-01-02 borsauto merge of #10828 : SimonSapin/rust/ascii_opt, r...
2014-01-01 borsauto merge of #11187 : alexcrichton/rust/once, r=brson
2014-01-01 borsauto merge of #11137 : g3xzh/rust/benchm, r=cmr
2014-01-01 borsauto merge of #11186 : alexcrichton/rust/native-udp...
2013-12-31 borsauto merge of #11157 : alexcrichton/rust/issue-11154...
2013-12-30 borsauto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton
2013-12-30 borsauto merge of #11185 : huonw/rust/doc-ignore, r=cmr
2013-12-30 borsauto merge of #11169 : alexcrichton/rust/snapshots...
2013-12-30 borsauto merge of #11168 : sfackler/rust/de-at-extctxt...
2013-12-30 borsauto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
2013-12-30 borsauto merge of #11204 : alexcrichton/rust/issue-11200...
2013-12-29 borsauto merge of #11134 : lucab/rust/lucab/libstd-doc...
2013-12-27 Luca Brunostd: uniform modules titles for doc
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-23 borsauto merge of #8677 : bblum/rust/scratch, r=alexcrichton
2013-08-22 borsauto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphism
2013-08-22 borsauto merge of #8627 : kballard/rust/fix-rusti, r=catamo...
2013-08-22 borsauto merge of #8626 : kballard/rust/issue-8615, r=catam...
2013-08-22 borsauto merge of #8620 : brson/rust/issue-7563, r=alexcrichton
2013-08-22 borsauto merge of #8616 : kballard/rust/url-parse-errors...
2013-08-22 borsauto merge of #8590 : blake2-ppc/rust/std-str, r=alexcr...
2013-08-22 borsauto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis
2013-08-22 borsauto merge of #8595 : vadimcn/rust/print_link_args...
2013-08-21 borsauto merge of #8594 : bytewiseand/rust/static-fn-ptr...
2013-08-21 borsauto merge of #8546 : jld/rust/discrim-symbol-rm, r...
2013-08-21 borsauto merge of #8610 : kballard/rust/mod_floor, r=alexcr...
2013-08-21 borsauto merge of #8604 : kballard/rust/iter-size-hint...
2013-08-21 borsauto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
2013-08-21 borsauto merge of #8600 : sfackler/rust/http, r=brson
2013-08-21 borsauto merge of #8585 : jankobler/rust/extract-grammar...
2013-08-21 borsauto merge of #8582 : thestinger/rust/container, r...
2013-08-21 Daniel Micaycontainer: inline contains_key default method
2013-08-05 borsauto merge of #8279 : pcwalton/rust/no-main, r=brson
2013-08-04 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-04 borsauto merge of #8260 : omasanori/rust/fix-extra-unicode...
2013-08-04 Daniel MicayMerge pull request #8284 from huonw/emacs-in-kw
2013-08-04 borsauto merge of #8262 : dotdash/rust/no_rval_copies,...
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-04 borsauto merge of #8254 : brson/rust/libuv-mac-supp, r...
2013-08-04 borsauto merge of #8264 : thestinger/rust/snapshot, r=Aatch
2013-08-04 borsauto merge of #8269 : brson/rust/fix-task-cleanup,...
2013-08-04 Daniel MicayMerge pull request #8251 from chris-morgan/vim-sigil...
2013-08-03 borsauto merge of #8246 : stepancheg/rust/contains-key...
2013-08-03 Stepan KoltsovAdd default implementation of Map::contains_key function
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-02 borsauto merge of #8185 : alexcrichton/rust/issue-8179...
2013-08-01 borsauto merge of #8172 : brson/rust/nomorestack, r=pcwalton
2013-08-01 borsauto merge of #8170 : brson/rust/nopipes, r=pcwalton
2013-08-01 borsauto merge of #8190 : thestinger/rust/for, r=thestinger
2013-08-01 blake2-ppcstd: Remove the internal iterator methods from trait Set
2013-07-29 borsauto merge of #8032 : catamorphism/rust/rustpkg-tags...
2013-07-29 borsauto merge of #7984 : gifnksm/rust/tutorial-links,...
2013-07-29 borsauto merge of #8003 : crnobog/rust/case-insensitive...
2013-07-29 borsauto merge of #8085 : mrordinaire/rust/percent-p, r...
2013-07-28 borsauto merge of #8046 : kmcallister/rust/unused-log,...
2013-07-28 borsauto merge of #8076 : omasanori/rust/cleanup, r=huonw
2013-07-28 borsauto merge of #7864 : brson/rust/start-on-main-thread...
2013-07-27 borsauto merge of #8074 : thestinger/rust/iterator, r=cmr
2013-07-27 borsauto merge of #8077 : graydon/rust/reorganize-driver...
2013-07-27 borsauto merge of #8078 : luqmana/rust/gst, r=Aatch
2013-07-27 borsauto merge of #8036 : sfackler/rust/container-impls...
2013-07-25 Steven FacklerAdded default impls for container methods
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-18 borsauto merge of #7747 : chris-morgan/rust/vim-compiler...
2013-07-16 borsauto merge of #7684 : pnkfelix/rust/fsk-invert-range...
2013-07-15 borsauto merge of #7802 : catamorphism/rust/issue-6128...
2013-07-15 borsauto merge of #7796 : thomaslee/rust/issue-6247, r...
2013-07-14 borsauto merge of #7788 : MarkJr94/rust/from_iter, r=cmr
2013-07-14 borsauto merge of #7781 : dotdash/rust/glue, r=huonw
2013-07-14 borsauto merge of #7779 : kballard/rust/print-macro-args...
2013-07-14 borsauto merge of #7778 : tedhorst/rust/manuninstall, r=cmr
2013-07-14 borsauto merge of #7768 : sfackler/rust/containers, r=huonw
2013-07-14 Steven FacklerSplit mutable methods out of Set and Map
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-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-29 borsauto merge of #7244 : bblum/rust/once, r=nikomatsakis
2013-06-26 borsauto merge of #7382 : msullivan/rust/cleanup, r=bblum
2013-06-26 borsauto merge of #7356 : msullivan/rust/default-methods...
2013-06-26 borsauto merge of #7345 : blake2-ppc/rust/iterator-flat...
2013-06-26 borsauto merge of #7255 : michaelwoerister/rust/debuginfo...
2013-06-26 borsauto merge of #7216 : kballard/rust/task_rng, r=brson
2013-06-26 borsauto merge of #7113 : alexcrichton/rust/banned-warnings...
2013-06-26 borsauto merge of #7393 : alexcrichton/rust/enable-threads...
2013-06-26 borsauto merge of #7269 : luqmana/rust/drop, r=thestinger
2013-06-26 Brian AndersonMerge remote-tracking branch 'mozilla/master' into...
2013-06-26 borsauto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatch
2013-06-25 borsauto merge of #7373 : thestinger/rust/iterator, r=huonw
2013-06-25 Daniel Micaycontainer: remove internal iterators from Map
2013-06-25 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-20 Brian AndersonMerge remote-tracking branch 'brson/io' into io-upstream
2013-06-17 borsauto merge of #7131 : Blei/rust/windows-dynamic-lib...
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
next