]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/trans/common.rs
use TotalEq for HashMap
[rust.git] / src / librustc / middle / trans / common.rs
2014-03-23 Daniel Micayuse TotalEq for HashMap
2014-03-23 borsauto merge of #13087 : eddyb/rust/fix-autoderef, r=cmr
2014-03-22 Eduard BurtescuImplement vtable support for autoderef.
2014-03-22 borsauto merge of #13076 : FlaPer87/rust/remove-freeze...
2014-03-22 borsauto merge of #12995 : Kroisse/rust/vec_ng_mut_slices...
2014-03-22 borsauto merge of #13053 : alexcrichton/rust/removing-ref...
2014-03-22 Alex Crichtonrustc: Remove all usage of manual deref()
2014-03-22 Alex Crichtonrustc: Fix fallout of removing get()
2014-03-22 borsauto merge of #13036 : alexcrichton/rust/atomics, r...
2014-03-21 borsauto merge of #13024 : brson/rust/issue-12799, r=thestinger
2014-03-21 borsauto merge of #13029 : FlaPer87/rust/master, r=alexcrichton
2014-03-20 borsauto merge of #13023 : thestinger/rust/deep_clone,...
2014-03-20 borsauto merge of #13020 : alexcrichton/rust/vec, r=brson
2014-03-20 Alex CrichtonRemoving imports of std::vec_ng::Vec
2014-03-20 borsauto merge of #13017 : alexcrichton/rust/issue-13010...
2014-03-20 borsauto merge of #13015 : tbu-/rust/pr_remove_immut, r...
2014-03-20 borsauto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
2014-03-20 borsauto merge of #12980 : cmr/rust/overhaul-stdio, r=thest...
2014-03-20 borsauto merge of #13028 : thestinger/rust/vec_ng, r=huonw
2014-03-20 Daniel Micayrename std::vec_ng -> std::vec
2014-03-19 borsauto merge of #12879 : Aatch/rust/rustdoc-mod-privacy...
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12957 : lkuper/rust/docsprint, r=alexcri...
2014-03-17 borsauto merge of #12951 : cadencemarseille/rust/issue...
2014-03-17 borsauto merge of #12735 : eddyb/rust/at-exodus-chapter...
2014-03-17 Eduard BurtescuDe-@ codemap and diagnostic.
2014-03-17 Eduard BurtescuDe-@ move maps and rework parts of trans.
2014-03-17 Eduard BurtescuDe-@ trans contexts.
2014-03-17 Eduard BurtescuDe-@ ty::ctxt usage.
2014-03-17 Eduard BurtescuDe-@ Session usage.
2014-03-17 borsauto merge of #12937 : sinistersnare/rust/method-error...
2014-03-16 borsauto merge of #12899 : brson/rust/cleanbacktrace, r...
2014-03-15 borsauto merge of #12887 : huonw/rust/danger-guide, r=alexc...
2014-03-14 borsauto merge of #12888 : aochagavia/rust/Fix-comment...
2014-03-14 borsauto merge of #12878 : crabtw/rust/mips, r=alexcrichton
2014-03-14 borsauto merge of #12869 : thestinger/rust/cmp, r=brson
2014-03-14 borsauto merge of #12880 : tedhorst/rust/master, r=alexcrichton
2014-03-14 borsauto merge of #12764 : Kimundi/rust/partial_typehint...
2014-03-14 borsauto merge of #12875 : alexcrichton/rust/demangle-more...
2014-03-14 borsauto merge of #12871 : aochagavia/rust/Optimize-while_s...
2014-03-14 borsauto merge of #12864 : huonw/rust/hash-docs, r=alexcrichton
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 Alex Crichtonrustc: Prevent collisions in names of closures
2014-03-13 borsauto merge of #12815 : alexcrichton/rust/chan-rename...
2014-03-13 borsauto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
2014-03-13 borsauto merge of #12561 : pzol/rust/char-case, 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 #12610 : eddyb/rust/deref-now-auto, r...
2014-03-13 Eduard BurtescuApply @nikomatsakis' nits and comments patch.
2014-03-13 Eduard BurtescuImplement automatic overloaded dereference.
2014-03-11 borsauto merge of #12765 : TeXitoi/rust/fix-shootout-revers...
2014-03-11 borsauto merge of #12766 : TeXitoi/rust/fix-shootout-spectr...
2014-03-09 borsauto merge of #12758 : rgawdzik/rust/master, r=alexcrichton
2014-03-09 borsauto merge of #12706 : pongad/rust/issue_12698, r=brson
2014-03-09 borsauto merge of #12759 : lucab/rust/char-doc, r=alexcrichton
2014-03-08 borsauto merge of #12768 : pnkfelix/rust/fsk-devecing,...
2014-03-08 Felix S. Klock IIlibrustc: Fix up fallout from the automatic conversion.
2014-03-08 Patrick Waltonlibrustc: Automatically change uses of `~[T]` to `Vec...
2014-03-07 borsauto merge of #12746 : alexcrichton/rust/issue-12743...
2014-03-07 borsauto merge of #12635 : alexcrichton/rust/speedy-hash...
2014-03-07 Alex Crichtonrustc: Move to FNV hashing for node/def ids
2014-03-06 borsauto merge of #12705 : alexcrichton/rust/issue-12692...
2014-03-06 borsauto merge of #12687 : alexcrichton/rust/issue-12681...
2014-03-05 borsauto merge of #12700 : thestinger/rust/float, r=cmr
2014-03-05 borsauto merge of #12491 : eddyb/rust/deref, r=nikomatsakis
2014-03-05 borsauto merge of #12300 : DaGenix/rust/uppercase-variable...
2014-03-05 Palmer CoxRename struct fields with uppercase characters in their...
2014-03-05 Palmer CoxRename all variables that have uppercase characters...
2014-03-03 borsauto merge of #12665 : alexcrichton/rust/fix-snap-again...
2014-03-03 borsauto merge of #12663 : MicahChalmer/rust/emacs-remove...
2014-03-03 borsauto merge of #12662 : sfackler/rust/unexported-type...
2014-03-02 Steven FacklerMake visible types public in rustc
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
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 #12570 : kyrias/rust/master, r=cmr
2014-02-26 borsauto merge of #12571 : eddyb/rust/kill-callee-id, r...
2014-02-26 Eduard BurtescuReplace callee_id with information stored in method_map.
2014-02-26 borsauto merge of #12547 : jagtalon/rust/jag/rust/tutorial...
2014-02-26 borsauto merge of #12505 : alexcrichton/rust/fix-stack...
2014-02-26 borsauto merge of #12539 : gmjosack/rust/master, r=alexcrichton
2014-02-25 borsauto merge of #12537 : kballard/rust/add-test-to-doc...
2014-02-25 borsauto merge of #12530 : alexcrichton/rust/make-check...
2014-02-25 borsauto merge of #12522 : erickt/rust/hash, r=alexcrichton
2014-02-25 Erick Tryzelaarstd: minor whitespace cleanup
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 #12380 : alexcrichton/rust/run-rewrite...
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...
next