]> git.lizzy.rs Git - rust.git/history - src/libcollections/lru_cache.rs
use TotalEq for HashMap
[rust.git] / src / libcollections / lru_cache.rs
2014-03-23 Daniel Micayuse TotalEq for HashMap
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-14 borsauto merge of #12888 : aochagavia/rust/Fix-comment...
2014-03-14 borsauto merge of #12871 : aochagavia/rust/Optimize-while_s...
2014-03-14 borsauto merge of #12855 : alexcrichton/rust/shutdown,...
2014-03-14 borsauto merge of #12798 : pczarn/rust/inline-asm, r=alexcr...
2014-03-13 borsauto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
2014-03-13 borsauto merge of #12238 : ktt3ja/rust/lifetime-error-msg...
2014-03-13 borsauto merge of #12852 : itdaniher/rust/master, r=alexcri...
2014-03-13 borsauto merge of #12849 : nick29581/rust/doubles, r=alexcr...
2014-03-13 borsauto merge of #12845 : eddyb/rust/vec-no-drop-flag...
2014-03-13 borsauto merge of #12602 : alexcrichton/rust/backtrace...
2014-03-13 borsauto merge of #12823 : alexcrichton/rust/issue-12666...
2014-03-13 borsauto merge of #12756 : pongad/rust/remove_owned_str_pat...
2014-03-13 borsauto merge of #12081 : cgaebel/rust/robinhood-hashing...
2014-03-12 borsauto merge of #12848 : alexcrichton/rust/rollup, r...
2014-03-12 Erick TryzelaarUse generic impls for `Hash`
2014-03-02 borsMerge pull request #12636 from chromatic/fixup_trans_fail
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-03-01 borsauto merge of #12641 : sfackler/rust/issue-11552, r...
2014-03-01 borsauto merge of #12639 : luqmana/rust/struct-variant...
2014-03-01 borsauto merge of #12638 : luqmana/rust/op-no-ref, r=alexcr...
2014-03-01 borsauto merge of #12627 : alexcrichton/rust/issue-12623...
2014-03-01 borsauto merge of #12626 : alexcrichton/rust/assert-eq...
2014-03-01 Alex Crichtonstd: Change assert_eq!() to use {} instead of {:?}
2014-02-27 borsauto merge of #12486 : MicahChalmer/rust/emacs-fixes...
2014-02-26 borsauto merge of #12490 : zslayton/rust/doc-fix-12386...
2014-02-26 borsauto merge of #12505 : alexcrichton/rust/fix-stack...
2014-02-25 borsauto merge of #12530 : alexcrichton/rust/make-check...
2014-02-25 borsauto merge of #12465 : huonw/rust/notidy, r=brson
2014-02-24 borsauto merge of #12445 : huonw/rust/less-unsafe, r=alexcr...
2014-02-24 borsauto merge of #12412 : alexcrichton/rust/deriving-show...
2014-02-24 Alex CrichtonRemove deriving(ToStr)
2014-02-24 borsauto merge of #12380 : alexcrichton/rust/run-rewrite...
2014-02-24 Alex CrichtonRemove all ToStr impls, add Show impls
2014-02-23 Brian AndersonMerge remote-tracking branch 'huonw/inline-helpers'
2014-02-23 Brian AndersonMerge remote-tracking branch 'brson/ratcher'
2014-02-23 Brian AndersonMerge remote-tracking branch 'brson/iodoc'
2014-02-23 Brian AndersonMerge remote-tracking branch 'tbu/pr_doc_smallfix'
2014-02-23 Brian AndersonMerge remote-tracking branch 'kud1ing/patch-1'
2014-02-23 borsauto merge of #12338 : edwardw/rust/hygienic-break...
2014-02-23 borsauto merge of #12484 : TheHydroImpulse/rust/fix_js...
2014-02-23 borsauto merge of #12492 : huonw/rust/snapshots, r=alexcrichton
2014-02-23 Huon WilsonTransition to new `Hash`, removing IterBytes and std...
2014-02-23 borsauto merge of #12416 : alexcrichton/rust/highlight...
2014-02-23 borsauto merge of #12311 : brson/rust/unstable, r=alexcrichton
2014-02-23 borsauto merge of #12428 : alexcrichton/rust/move-hashmap...
2014-02-23 Alex CrichtonMove std::{trie, hashmap} to libcollections
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-08 borsauto merge of #12096 : brson/rust/morestack-addr, r...
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-07 borsauto merge of #12073 : alexcrichton/rust/doc-examples...
2014-02-07 borsauto merge of #12083 : bjz/rust/semver, r=huonw
2014-02-07 borsauto merge of #12062 : kballard/rust/from_utf8_lossy...
2014-02-07 borsauto merge of #12010 : HeroesGrave/rust/libcollection...
2014-02-07 HeroesGravemoved collections from libextra into libcollections