]> git.lizzy.rs Git - rust.git/history - src/libstd/collections/hash/map.rs
std: Rename Show/String to Debug/Display
[rust.git] / src / libstd / collections / hash / map.rs
2015-01-21 Alex Crichtonstd: Rename Show/String to Debug/Display
2015-01-20 borsAuto merge of #21439 - alexcrichton:rollup, r=alexcrichton
2015-01-20 borsAuto merge of #20919 - fay-jai:update, r=brson
2015-01-20 Barosl LEERollup merge of #20991 - mneumann:llvm-dragonfly-take2...
2015-01-20 Barosl LEERollup merge of #21179 - nodakai:reference-mod-to-self...
2015-01-20 Barosl LEERollup merge of #21427 - steveklabnik:generics_fix...
2015-01-20 Barosl LEERollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakis
2015-01-20 Barosl LEERollup merge of #21404 - japaric:hash, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21399 - kballard:fix-PLEASE_BENCH...
2015-01-20 Barosl LEERollup merge of #21388 - aochagavia:collections, r...
2015-01-20 Barosl LEERollup merge of #21387 - retep998:hmodule, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21386 - Diggsey:issue-21384, r=alexcri...
2015-01-20 Barosl LEERollup merge of #21380 - tshepang:patch-3, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21123 - visualfc:master, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21377 - iKevinY:speedy-tidy, r=huonw
2015-01-20 Barosl LEERollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21369 - iKevinY:no-travis-notes, r...
2015-01-20 Barosl LEERollup merge of #21359 - WiSaGaN:bugfix/fix_marker...
2015-01-20 Barosl LEERollup merge of #21358 - glacjay:patch-2, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21357 - kimroen:patch-1, r=sanxiyn
2015-01-20 Barosl LEERollup merge of #21100 - tstorch:small_readability_upda...
2015-01-20 Barosl LEERollup merge of #21345 - glacjay:patch-1, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21339 - thorncp:api-docs-search, r...
2015-01-20 Barosl LEERollup merge of #21336 - rylev:better-nofile-error...
2015-01-20 Barosl LEERollup merge of #21331 - michaelsproul:sync-error-impls...
2015-01-20 Barosl LEERollup merge of #21048 - aroben:patch-1, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21326 - look:nano-syntax-highlighting...
2015-01-20 Barosl LEERollup merge of #21314 - fenhl:patch-1, r=steveklbanik
2015-01-20 Barosl LEERollup merge of #21312 - michaelsproul:remove-error...
2015-01-20 Barosl LEERollup merge of #21309 - thorncp:rustdoc-man-page,...
2015-01-20 Barosl LEERollup merge of #21302 - gutworth:rm-find-equiv-test...
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-18 borsauto merge of #20901 : dgrunwald/rust/update-token...
2015-01-17 Benjamin Petersonremove test_find_equiv, since find_equiv doesn't exist...
2015-01-15 Alex Crichtonrollup merge of #21075: iKevinY/intro-changes
2015-01-15 Alex Crichtonrollup merge of #20964: sfackler/recursion-syntax
2015-01-15 Alex Crichtonrollup merge of #20892: CarVac/master
2015-01-15 borsauto merge of #20980 : richo/rust/final-power, r=alexcr...
2015-01-14 borsauto merge of #21018 : tomjakubowski/rust/rustdoc-where...
2015-01-13 borsauto merge of #20997 : nikomatsakis/rust/assoc-types...
2015-01-13 borsauto merge of #20960 : erickt/rust/fix-associated-types...
2015-01-13 borsauto merge of #20955 : nikomatsakis/rust/assoc-types...
2015-01-13 borsauto merge of #20944 : brson/rust/weve-met-with-a-terri...
2015-01-12 borsauto merge of #20896 : sfackler/rust/atomic-rename...
2015-01-12 borsauto merge of #20894 : swgillespie/rust/emacs-issue...
2015-01-12 borsauto merge of #20942 : nagisa/rust/shrl-impls, r=nikoma...
2015-01-12 borsauto merge of #20917 : nick29581/rust/plugins, r=huonw
2015-01-12 borsauto merge of #20889 : Manishearth/rust/trait-error...
2015-01-12 borsauto merge of #20897 : barosl/rust/no-type-for-node...
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20966 from Valloric/ownership-fix
2015-01-12 borsMerge pull request #20956 from angst7/docfixes1
2015-01-12 borsMerge pull request #20934 from tomjakubowski/patch-1
2015-01-12 borsMerge pull request #20933 from gifnksm/patch-1
2015-01-12 borsMerge pull request #20930 from charmeleon/master
2015-01-12 borsMerge pull request #20926 from xnil/patch-1
2015-01-12 borsMerge pull request #20920 from piyo/issue-20853
2015-01-12 borsMerge pull request #20915 from csouth3/hash-iters
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-11 Chase SouthwoodAdd ExactSizeIterator impls for Hash{Map, Set, Table}
2015-01-09 borsMerge pull request #20718 from tshepang/bench-fix-some...
2015-01-08 borsMerge pull request #20735 from squidpickles/master
2015-01-08 Alex Crichtonrollup merge of #20736: akiss77/pr-u8-c_char
2015-01-08 borsauto merge of #20733 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20731: nick29581/assoc-inherant
2015-01-08 Alex Crichtonrollup merge of #20707: nikomatsakis/issue-20582
2015-01-08 Alex Crichtonrollup merge of #20723: pnkfelix/feature-gate-box-syntax
2015-01-08 Alex Crichtonrollup merge of #20720: nick29581/assoc-ice-missing
2015-01-08 Alex Crichtonrollup merge of #20657: alexcrichton/stabilize-macros
2015-01-08 Alex Crichtonrollup merge of #20706: nikomatsakis/assoc-types-projec...
2015-01-08 Alex Crichtonrollup merge of #20665: nikomatsakis/assoc-types-method...
2015-01-08 Alex Crichtonrollup merge of #20728: huonw/type-param-shadowing
2015-01-08 Alex Crichtonrollup merge of #20631: huon/no-drop-and-copy
2015-01-08 Alex Crichtonrollup merge of #20721: japaric/snap
2015-01-08 Alex Crichtonrollup merge of #20726: dgrunwald/require-parens-for...
2015-01-08 Alex Crichtonrollup merge of #20725: tomjakubowski/rustdoc-misc
2015-01-08 Alex Crichtonrollup merge of #20722: alexcrichton/audit-show
2015-01-08 Alex Crichtonrollup merge of #20716: brson/RUST_DEBUG
2015-01-08 Alex Crichtonrollup merge of #20710: daboross/fix-stable-before...
2015-01-08 Alex Crichtonrollup merge of #20709: thiagopnts/ownership-guide...
2015-01-08 Alex Crichtonrollup merge of #20708: aturon/new-int-modules
2015-01-08 Alex Crichtonrollup merge of #20704: alexcrichton/hopefully-make...
2015-01-08 Alex Crichtonrollup merge of #20703: barosl/rustdoc-z-index-fallout
2015-01-08 Alex Crichtonrollup merge of #20696: reem/unsized-typeid
2015-01-08 Alex Crichtonrollup merge of #20695: frewsxcv/patch-2
2015-01-08 Alex Crichtonrollup merge of #20693: EchoAce/intro-oboe
2015-01-08 Alex Crichtonrollup merge of #20688: jroesch/reject-non-param-bounds...
2015-01-08 Alex Crichtonrollup merge of #20680: nick29581/target-word
2015-01-08 Alex Crichtonrollup merge of #20663: brson/feature-staging
2015-01-08 Alex Crichtonrollup merge of #20654: alexcrichton/stabilize-hash
2015-01-08 Alex Crichtonrollup merge of #20611: simnalamburt/master
2015-01-07 Alex Crichtonstd: Stabilize the std::hash module
2015-01-07 borsauto merge of #20655 : nikomatsakis/rust/carl-ice,...
2015-01-07 borsMerge pull request #20689 from huonw/editor-_size
2015-01-07 borsMerge pull request #20682 from sfackler/fix-impls
2015-01-07 borsMerge pull request #20679 from geekcraik/master
2015-01-07 borsMerge pull request #20675 from jbcrail/fix-test-comments
2015-01-07 borsMerge pull request #20674 from jbcrail/fix-misspelled...
2015-01-07 borsMerge pull request #20672 from vrana/patch-3
2015-01-07 borsMerge pull request #20670 from vrana/patch-2
next