]> git.lizzy.rs Git - rust.git/history - src/libstd/collections/hash/map.rs
Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422
[rust.git] / src / libstd / collections / hash / map.rs
2016-03-23 borsAuto merge of #32058 - pczarn:hashmap-initial-refactori...
2016-03-22 Piotr Czarneckif clarification, docs
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-21 Steve KlabnikRollup merge of #32340 - Digipom:master, r=steveklabnik
2016-03-21 Steve KlabnikRollup merge of #32322 - GuillaumeGomez:cmp_doc, r...
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 #32332 - jonas-schievink:issue32323...
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32329 - sfackler:assert-recover-safe...
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32327 - toddlucas:master, r=apasel422
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32321 - alexcrichton:cross-to-netbsd...
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32319 - benaryorg:patch-3, r=alexcrichton
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32316 - tclfs:patch-3, r=steveklabnik
2016-03-19 Eduard-Mihai BurtescuRollup merge of #32308 - bombless:patch-2, r=alexcrichton
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 #32304 - pravic:fix-variadic-ffi-test...
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 #32309 - aturon:overlap-warning, r=nikoma...
2016-03-18 borsAuto merge of #32282 - sfackler:panic-hook, r=alexcrichton
2016-03-18 borsAuto merge of #32080 - eddyb:transcendent, r=nikomatsakis
2016-03-18 borsAuto merge of #32248 - dstu:master, r=alexcrichton
2016-03-17 Piotr Czarneckifixup Cleaner Recover::replace
2016-03-16 borsAuto merge of #31746 - erickt:newline, r=sfackler
2016-03-16 Stu BlackUse issue number from rust-lang/rust, not rust-lang...
2016-03-15 borsAuto merge of #31838 - aochagavia:trans, r=nrc
2016-03-15 borsAuto merge of #31887 - SimonSapin:quiet-test, r=alexcri...
2016-03-14 borsAuto merge of #32169 - mitaa:anon-tip, r=nrc
2016-03-14 Stu BlackExpose the key of Entry variants for HashMap and BTreeMap.
2016-03-14 borsAuto merge of #30587 - oli-obk:eager_const_eval2, r...
2016-03-14 borsAuto merge of #32233 - Amanieu:volatile_store, r=eddyb
2016-03-13 borsAuto merge of #32211 - achanda:ipv6-global, r=alexcrichton
2016-03-13 borsAuto merge of #32184 - ollie27:win_stdout, r=alexcrichton
2016-03-13 Manish GoregaokarRollup merge of #32218 - cantino:minor_book_typo_fixes...
2016-03-13 Manish GoregaokarRollup merge of #32212 - Manishearth:ice-cu, r=eddyb
2016-03-13 Manish GoregaokarRollup merge of #32179 - srinivasreddy:remove_int_suffi...
2016-03-13 Manish GoregaokarRollup merge of #32164 - nikomatsakis:fewer-errors...
2016-03-13 borsAuto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
2016-03-13 borsAuto merge of #32141 - jseyfried:fix_resolution_in_lexi...
2016-03-13 borsAuto merge of #32217 - alexcrichton:fix-make-dist,...
2016-03-13 borsAuto merge of #32140 - ruud-v-a:avx-intrinsics, r=alexc...
2016-03-12 borsAuto merge of #32112 - alexcrichton:fix-issues, r=aturon
2016-03-12 Alex Crichtonstd: Clean out deprecated APIs
2016-03-09 borsAuto merge of #31631 - jonas-schievink:agoraphobia...
2016-03-09 borsAuto merge of #30804 - shssoichiro:deny-warnings-msg...
2016-03-08 borsAuto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
2016-03-08 borsAuto merge of #29734 - Ryman:whitespace_consistency...
2016-03-06 Piotr Czarneckifix Recover::replace
2016-03-05 Piotr CzarneckiTurn 2 assertions into debug assertions
2016-03-05 Piotr CzarneckiAdd tests
2016-03-05 Piotr CzarneckiRefactor fn robin_hood
2016-03-05 Piotr CzarneckiAdd `InternalEntry` for use in all searches.
2016-03-05 Piotr CzarneckiRename 'distance' -> 'displacement'
2016-03-04 Steve KlabnikRollup merge of #32035 - ubsan:master, r=bluss
2016-03-01 borsAuto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakis
2016-03-01 borsAuto merge of #31335 - SimonSapin:ascii-into, r=alexcri...
2016-03-01 borsAuto merge of #31713 - alexcrichton:rustbuild-docs...
2016-02-26 borsAuto merge of #31858 - alexcrichton:fix-networking...
2016-02-26 borsAuto merge of #31846 - alexcrichton:better-disable...
2016-02-26 Manish GoregaokarRollup merge of #31904 - bluss:writer-formatter-error...
2016-02-26 Manish GoregaokarRollup merge of #31901 - bluss:suggest-use, r=sanxiyn
2016-02-26 borsAuto merge of #31834 - ubsan:copy_from_slice, r=alexcri...
2016-02-26 borsAuto merge of #31857 - jseyfried:fix_scoping, r=nikomat...
2016-02-25 borsAuto merge of #30856 - mneumann:thread_local_extern...
2016-02-25 Manish GoregaokarRollup merge of #31837 - mitaa:rdoc-inherent-assoc...
2016-02-25 Manish GoregaokarRollup merge of #31835 - mitaa:rdoc-global-src, r=alexc...
2016-02-25 Manish GoregaokarRollup merge of #31831 - tormol:master, r=alexcrichton
2016-02-25 Manish GoregaokarRollup merge of #31827 - teoryn:patch-1, r=brson
2016-02-25 Manish GoregaokarRollup merge of #31818 - GuillaumeGomez:error_display...
2016-02-25 Manish GoregaokarRollup merge of #31800 - alexcrichton:armv6-plz, r...
2016-02-25 Manish GoregaokarRollup merge of #31362 - jseyfried:fix_extern_crate_vis...
2016-02-24 Manish GoregaokarRollup merge of #31850 - GuillaumeGomez:vec-doc, r...
2016-02-24 Manish GoregaokarRollup merge of #31843 - Wafflespeanut:bool_docs, r...
2016-02-24 Manish GoregaokarRollup merge of #31842 - dileepbapat:master, r=alexcrichton
2016-02-24 Manish GoregaokarRollup merge of #31839 - mitaa:rdoc-idx-self, r=alexcri...
2016-02-24 Manish GoregaokarRollup merge of #31784 - urschrei:chunks_doc, r=stevekl...
2016-02-24 Manish GoregaokarRollup merge of #31677 - ivan:doc-vtable, r=steveklabnik
2016-02-24 borsAuto merge of #31832 - mmatyas:update_libc_16f1c19...
2016-02-24 borsAuto merge of #31828 - frewsxcv:sepseq-associated-funct...
2016-02-24 borsAuto merge of #31782 - pitdicker:clean_out_windows_c...
2016-02-24 borsAuto merge of #31778 - aturon:snapshot, r=alexcrichton
2016-02-23 borsAuto merge of #31751 - gkoz:os_str_path_cmp, r=aturon
2016-02-23 Aaron TuronRegister new snapshots
2016-02-22 borsAuto merge of #31715 - mitaa:rdoc-index-crate, r=alexcr...
2016-02-22 borsAuto merge of #31704 - tbu-:pr_vec_into_iter_clone...
2016-02-20 borsAuto merge of #31608 - frewsxcv:osstring-simple-functio...
2016-02-20 borsAuto merge of #31747 - jseyfried:stop_resolve_after_fai...
2016-02-20 borsAuto merge of #31620 - alexcrichton:fix-out-of-tree...
2016-02-19 Steve KlabnikRollup merge of #31741 - alexcrichton:fix-ios, r=nikoma...
2016-02-19 Steve KlabnikRollup merge of #31737 - dhuseby:netbsd_fixes, r=alexcr...
2016-02-19 Steve KlabnikRollup merge of #31721 - rphmeier:err_tuplestruct_count...
2016-02-19 borsAuto merge of #31742 - frewsxcv:needless-lifetimes...
2016-02-19 borsAuto merge of #31738 - seanmonstar:sys-rand, r=alexcrichton
2016-02-19 borsAuto merge of #31736 - bluss:write-char, r=alexcrichton
2016-02-19 borsAuto merge of #31735 - aliclark:freebsd-link-defs,...
2016-02-19 borsAuto merge of #31716 - jseyfried:fix_privacy_for_def_er...
next