]> git.lizzy.rs Git - rust.git/history - src/librustc/back/x86.rs
core: rename strbuf::StrBuf to string::String
[rust.git] / src / librustc / back / x86.rs
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-15 borsauto merge of #14133 : db48x/rust/ord-for-mut-refs...
2014-05-13 borsauto merge of #14158 : nikomatsakis/rust/issue-5527...
2014-05-13 borsauto merge of #14168 : zwarich/rust/deriving-clone...
2014-05-13 borsauto merge of #14167 : cmr/rust/cmplx, r=alexcrichton
2014-05-13 borsauto merge of #13820 : klutzy/rust/urandom, r=alexcrichton
2014-05-13 borsauto merge of #14157 : pcwalton/rust/detildestr-rustdoc...
2014-05-12 Patrick Waltonlibrustc: Remove all uses of `~str` from librustc.
2014-05-12 borsauto merge of #13932 : MrAlert/rust/win-compat, r=brson
2014-05-12 borsauto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
2014-05-12 borsauto merge of #14127 : thestinger/rust/snapshot, r...
2014-05-12 borsauto merge of #14096 : nick29581/rust/driver, r=brson
2014-05-10 Nick CameronReorganise driver code.
2014-05-05 borsauto merge of #13271 : stepancheg/rust/align, r=pcwalton
2014-05-04 borsauto merge of #13676 : mdinger/rust/tutorial_doc, r...
2014-05-04 borsauto merge of #13391 : smesseim/rust/apache-copyright...
2014-04-23 borsauto merge of #13597 : bjz/rust/float-api, r=brson
2014-04-22 borsauto merge of #13651 : ryantm/rust/master, r=brson
2014-04-22 borsauto merge of #13618 : yuriks/rust/lru-cache, r=brson
2014-04-22 borsauto merge of #13587 : adrientetar/rust/more-docs,...
2014-04-22 borsauto merge of #13435 : edwardw/rust/span, r=brson
2014-04-21 borsauto merge of #13553 : aochagavia/rust/pr, r=alexcrichton
2014-04-20 borsauto merge of #13410 : alexcrichton/rust/issue-12278...
2014-04-20 borsauto merge of #13643 : aochagavia/rust/pr-2, r=alexcrichton
2014-04-20 borsauto merge of #13633 : TeXitoi/rust/shootout-fannkuch...
2014-04-19 borsauto merge of #13613 : alexcrichton/rust/fix-freebsd...
2014-04-19 borsauto merge of #13610 : jsanders/rust/sender-try-send...
2014-04-19 borsauto merge of #13615 : alexcrichton/rust/improve-demang...
2014-04-19 borsauto merge of #13614 : cgaebel/rust/master, r=brson
2014-04-19 borsauto merge of #13609 : richo/rust/str-type-vim, r=alexc...
2014-04-19 borsauto merge of #13608 : tbu-/rust/pr_smallesthello,...
2014-04-19 borsauto merge of #13606 : alexcrichton/rust/better-thread...
2014-04-19 borsauto merge of #13607 : brson/rust/to_owned, r=brson
2014-04-19 Richo HealeyReplace all ~"" with "".to_owned()
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
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 Patrick Waltonlibrustc: Automatically change uses of `~[T]` to `Vec...
2013-12-06 borsauto merge of #10721 : osa1/rust/intermediatestr, r...
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-12-02 borsauto merge of #10728 : sanxiyn/rust/proc, r=cmr
2013-12-01 borsauto merge of #10756 : thestinger/rust/transmute, r...
2013-12-01 borsauto merge of #10676 : eddyb/rust/ast-box-in-enums...
2013-12-01 borsauto merge of #10739 : DaGenix/rust/mut-chunks, r=alexc...
2013-12-01 borsauto merge of #10733 : alexcrichton/rust/ignore-on...
2013-12-01 borsauto merge of #10738 : sfackler/rust/buffered-fixes...
2013-11-30 borsauto merge of #10731 : chris-morgan/rust/fix-double...
2013-11-30 borsauto merge of #10528 : alexcrichton/rust/static-linking...
2013-11-30 Alex CrichtonAdd generation of static libraries to rustc
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-09 borsauto merge of #10367 : alexcrichton/rust/system-abi...
2013-11-09 Alex CrichtonAdd a "system" ABI
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-04 borsauto merge of #8880 : fhahn/rust/issue_8703, r=brson
2013-09-04 borsauto merge of #8901 : adridu59/rust/issue-8511, r=huonw
2013-09-03 borsauto merge of #8954 : anasazi/rust/tcp-acceptor, r...
2013-09-03 borsauto merge of #8884 : blake2-ppc/rust/exact-size-hint...
2013-09-01 borsauto merge of #8913 : poiru/rust/issue-8702, r=cmr
2013-09-01 borsauto merge of #8276 : kballard/rust/iterator-protocol...
2013-09-01 borsauto merge of #8911 : Kimundi/rust/master, r=huonw
2013-09-01 Marvin LöbelModernized a few type names in rustc and syntax
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-26 borsauto merge of #8737 : blake2-ppc/rust/std-str-rsplit...
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
2013-08-25 borsauto merge of #8723 : anasazi/rust/temporary-unkillable...
2013-08-25 borsauto merge of #8710 : pnkfelix/rust/fsk-issue5516-codep...
2013-08-25 borsauto merge of #8736 : luqmana/rust/hf, r=yichoi
2013-08-24 Luqman Adenlibrustc: Always use session target triple.
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-29 borsauto merge of #6813 : pnkfelix/rust/fsk-issue-6805...
2013-05-29 borsauto merge of #6733 : alexcrichton/rust/issue-2400...
2013-05-29 borsauto merge of #6740 : Aatch/rust/atomic-types, r=brson
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-28 borsauto merge of #6771 : thestinger/rust/highlight, r...
2013-05-28 borsauto merge of #6754 : thestinger/rust/noalias, r=nikoma...
2013-05-28 borsauto merge of #6770 : lkuper/rust/6762, r=catamorphism
2013-05-28 borsauto merge of #6769 : catamorphism/rust/issue-4994...
2013-05-28 borsauto merge of #6766 : fdr/rust/time-by-value, r=catamor...
2013-05-28 borsauto merge of #6752 : osaut/rust/tutorial-tasks, r...
2013-05-28 borsauto merge of #6741 : pcwalton/rust/intra-crate-start...
2013-05-27 borsauto merge of #6739 : kballard/rust/issue-6419, r=catam...
2013-05-27 borsauto merge of #6724 : thestinger/rust/swap_fast, r...
2013-05-27 borsauto merge of #6715 : Xazax-hun/rust/incoming, r=graydon
2013-05-27 borsauto merge of #6703 : sanxiyn/rust/allocation-lint...
next