]> git.lizzy.rs Git - rust.git/history - mk/clean.mk
auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw
[rust.git] / mk / clean.mk
2014-03-30 borsauto merge of #13211 : csherratt/rust/arc_fix, r=alexcr...
2014-03-27 borsauto merge of #13079 : alexcrichton/rust/colons, r=cmr
2014-03-26 borsauto merge of #13152 : huonw/rust/wtf-are-things-in...
2014-03-26 borsauto merge of #13071 : ktt3ja/rust/deterministic-lifeti...
2014-03-26 borsauto merge of #13117 : alexcrichton/rust/no-crate-map...
2014-03-26 borsauto merge of #13106 : CLUSTERfoo/rust/docs/labelled_br...
2014-03-25 borsauto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcr...
2014-03-25 borsauto merge of #13070 : huonw/rust/share-doc, r=alexcrichton
2014-03-25 borsauto merge of #13122 : sstewartgallus/rust/cleanup...
2014-03-25 borsauto merge of #13083 : FlaPer87/rust/issue-13005-borrow...
2014-03-25 borsauto merge of #13063 : brson/rust/dist, r=alexcrichton
2014-03-24 Brian Andersonmk: Don't rm 'dist' during clean, just its contents
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12937 : sinistersnare/rust/method-error...
2014-03-16 borsauto merge of #12924 : Florob/rust/bigint, r=alexcrichton
2014-03-16 borsauto merge of #12929 : sfackler/rust/automatically...
2014-03-16 borsauto merge of #12899 : brson/rust/cleanbacktrace, r...
2014-03-16 Brian Andersonmk: Clean libbacktrace w/ gusto
2014-03-12 borsauto merge of #12774 : alexcrichton/rust/proc-bounds...
2014-03-11 borsauto merge of #12556 : alexcrichton/rust/weak-linkage...
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 #12747 : huonw/rust/rustdoc-markdown...
2014-03-09 Huon Wilsonmk: rewrite the documentation handling.
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 #12627 : alexcrichton/rust/issue-12623...
2014-03-01 borsauto merge of #12632 : fhahn/rust/issue-12507-rustdoc...
2014-02-28 borsauto merge of #12616 : alexcrichton/rust/size, r=huonw
2014-02-28 borsauto merge of #12607 : alexcrichton/rust/io++, r=brson
2014-02-28 borsauto merge of #12533 : alexcrichton/rust/svh, r=brson
2014-02-28 Alex Crichtonrustc: Add the concept of a Strict Version Hash
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-12 borsauto merge of #12165 : fhahn/rust/change-some-tests...
2014-02-12 borsauto merge of #12204 : alexcrichton/rust/seek, r=pcwalton
2014-02-12 borsauto merge of #12196 : dguenther/rust/fix-fourcc-exampl...
2014-02-12 borsauto merge of #12194 : WebeWizard/rust/master, r=cmr
2014-02-12 borsauto merge of #12190 : alexcrichton/rust/fix-snap-again...
2014-02-12 borsauto merge of #12185 : nikomatsakis/rust/issue-12033...
2014-02-12 borsauto merge of #12184 : JeremyLetang/rust/rustpkg-link...
2014-02-12 borsauto merge of #11578 : alexcrichton/rust/chan-changes...
2014-02-12 borsauto merge of #12027 : vadimcn/rust/compiler-rt, r...
2014-02-11 Vadim ChugunovBuild compiler-rt and link it to all crates, similarly...
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-02-04 borsauto merge of #11951 : dmanescu/rust/reserve-rename...
2014-02-04 borsauto merge of #11717 : DiamondLovesYou/rust/master...
2014-02-03 borsauto merge of #12003 : bnoordhuis/rust/sizeof-epoll...
2014-02-02 borsauto merge of #11891 : alexcrichton/rust/docs, r=brson
2014-02-02 Alex CrichtonRewrite the doc makefile for doc => src/doc
2014-01-31 borsauto merge of #11810 : Armavica/rust/issue-11645, r...
2014-01-31 borsauto merge of #11784 : eminence/rust/fix_run_tests...
2014-01-29 borsauto merge of #11879 : thestinger/rust/frame-pointer...
2014-01-27 borsauto merge of #11834 : huonw/rust/deriving-spans, r...
2014-01-27 borsauto merge of #11823 : derekchiang/rust/fix-barrier...
2014-01-27 borsauto merge of #11787 : alexcrichton/rust/refactor,...
2014-01-26 Alex CrichtonRefactor the build system for easily adding crates
2014-01-19 borsauto merge of #11311 : hdima/rust/vim-syntax-spell...
2014-01-11 borsauto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton
2014-01-10 borsauto merge of #11360 : huonw/rust/stack_bounds, r=alexc...
2014-01-09 borsauto merge of #11387 : pcwalton/rust/de-at-block, r...
2014-01-08 borsauto merge of #11358 : pcwalton/rust/typed-arenas,...
2014-01-07 borsauto merge of #11364 : brson/rust/docs, r=alexcrichton
2014-01-07 borsauto merge of #11263 : niftynif/rust/btree, r=catamorphism
2014-01-07 borsauto merge of #11353 : alexcrichton/rust/improve-loggin...
2014-01-07 borsauto merge of #11350 : kchmck/rust/fix-pdf-glitches...
2014-01-07 borsauto merge of #11348 : alexcrichton/rust/snapshots...
2014-01-07 borsauto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton
2014-01-07 borsauto merge of #11347 : alexcrichton/rust/issue-11346...
2014-01-07 borsauto merge of #11329 : fhahn/rust/unused-cast-lint2...
2014-01-07 borsauto merge of #11355 : alexcrichton/rust/read-waits...
2014-01-07 borsauto merge of #11296 : brson/rust/anti-cond, r=alexcrichton
2014-01-07 borsauto merge of #11356 : brson/rust/0.9relnotes, r=alexcr...
2014-01-07 borsauto merge of #11354 : brson/rust/versionwin, r=alexcri...
2014-01-06 Brian AndersonDelete the installer exe when cleaning
2014-01-03 borsauto merge of #11093 : alexcrichton/rust/issue-11085...
2014-01-02 borsauto merge of #10828 : SimonSapin/rust/ascii_opt, r...
2014-01-01 borsauto merge of #11137 : g3xzh/rust/benchm, r=cmr
2013-12-28 borsauto merge of #11098 : erickt/rust/collect, r=alexcrichton
2013-12-26 borsauto merge of #11127 : huonw/rust/vec-docs, r=alexcrichton
2013-12-26 borsauto merge of #10965 : alexcrichton/rust/libgreen,...
2013-12-25 Alex Crichtonmake: Add all the make support for lib{native,green}
2013-12-23 borsauto merge of #11022 : spaolacci/rust/0read, r=alexcrichton
2013-12-23 borsauto merge of #11069 : alexcrichton/rust/issue-11067...
2013-12-23 borsauto merge of #11111 : alexcrichton/rust/issue-11039...
2013-12-23 borsauto merge of #11109 : sfackler/rust/arc, r=alexcrichton
2013-12-22 borsauto merge of #11101 : jhasse/rust/patch-msys-quickfix...
2013-12-22 borsauto merge of #11096 : brson/rust/pp, r=alexcrichton
2013-12-22 borsauto merge of #11082 : brson/rust/noat, r=alexcrichton
2013-12-22 borsauto merge of #11114 : klutzy/rust/a, r=cmr
2013-12-22 klutzymk: Clean .lib files
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
2013-12-11 borsauto merge of #10833 : sfackler/rust/mut-pat, r=brson
2013-12-09 borsauto merge of #10840 : cmr/rust/any_docs2, r=huonw
2013-12-07 borsauto merge of #10844 : huonw/rust/deriving-expn-info...
2013-12-07 borsauto merge of #10831 : luqmana/rust/9382, r=nikomatsakis
2013-12-07 borsauto merge of #10824 : huonw/rust/str-doc, r=alexcrichton
2013-12-07 borsauto merge of #10797 : pradeep90/rust/rust-mode-changes...
2013-12-07 borsauto merge of #10364 : Kimundi/rust/result_compose...
2013-12-07 borsauto merge of #10809 : alexcrichton/rust/static-snapsho...
2013-12-07 Alex CrichtonLink rustllvm statically, and distribute a static snapshot
next