]> git.lizzy.rs Git - rust.git/history - mk
Fix an unnecessary use of `cast::transmute`
[rust.git] / mk /
2014-04-05 borsauto merge of #13331 : pongad/rust/remove-wrapper,...
2014-04-05 borsauto merge of #13330 : huonw/rust/loop-error, r=alexcri...
2014-04-05 borsauto merge of #13329 : ckendell/rust/remmanaged_tutoria...
2014-04-05 borsauto merge of #13284 : pnkfelix/rust/more-fs-info-on...
2014-04-04 borsauto merge of #13326 : alexcrichton/rust/rollup, r...
2014-04-04 Huon WilsonAdd stdlib docs to the Linux binary tarball.
2014-04-04 borsauto merge of #13272 : ipetkov/rust/rustdoc-ignored...
2014-04-04 borsauto merge of #12956 : killerswan/rust/docs, r=alexcrichton
2014-04-04 borsauto merge of #13301 : erickt/rust/remove-refcell-get...
2014-04-04 borsauto merge of #13298 : ckendell/rust/remove_managed_poi...
2014-04-04 borsauto merge of #13295 : huonw/rust/gate-concat-idents...
2014-04-04 borsauto merge of #13291 : thestinger/rust/no_null, r=alexc...
2014-04-04 borsauto merge of #13207 : cmr/rust/attrib-reference, r...
2014-04-04 borsauto merge of #13255 : alexcrichton/rust/issue-5605...
2014-04-04 borsauto merge of #12964 : gereeter/rust/extended-atomics...
2014-04-04 borsauto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
2014-04-04 borsauto merge of #13237 : alexcrichton/rust/private-tuple...
2014-04-04 borsauto merge of #13290 : alexcrichton/rust/rollup, r...
2014-04-03 Brian AndersonBump version to 0.11-pre
2014-04-03 Alex Crichtonstd: Document builtin syntax extensions
2014-04-03 borsauto merge of #13286 : alexcrichton/rust/release, r...
2014-04-01 borsauto merge of #13225 : thestinger/rust/num, r=cmr
2014-04-01 borsauto merge of #13115 : huonw/rust/rand-errors, r=alexcr...
2014-03-31 Alex CrichtonBump version to 0.10
2014-03-31 borsauto merge of #13189 : alexcrichton/rust/relnotes,...
2014-03-31 borsauto merge of #13230 : Kroisse/rust/encodable-json...
2014-03-31 borsauto merge of #13223 : brson/rust/dist, r=alexcrichton
2014-03-31 borsauto merge of #13221 : thestinger/rust/append, r=alexcr...
2014-03-31 borsauto merge of #13220 : brson/rust/from_iter, r=thestinger
2014-03-31 Brian Andersonmk: Workaround distcheck failure on mac. #13224
2014-03-31 borsauto merge of #13206 : TeXitoi/rust/fix-shootout-k...
2014-03-31 Brian Andersonmk: distcheck --uninstall
2014-03-31 Brian Andersondist: Add libbacktrace to source tarballs
2014-03-31 borsauto merge of #13219 : brson/rust/dist-root, r=sfackler
2014-03-31 Brian Andersonmk: Don't touch config.tmp or tmp/dist as root. Closes...
2014-03-31 borsauto merge of #13218 : brson/rust/dist-mac, r=sfackler
2014-03-31 Brian Andersonmk: Fix 'make dist' on Mac
2014-03-30 borsauto merge of #13211 : csherratt/rust/arc_fix, r=alexcr...
2014-03-29 borsauto merge of #13183 : erickt/rust/remove-list, r=alexc...
2014-03-29 borsauto merge of #13143 : gentlefolk/rust/issue-9227,...
2014-03-29 borsauto merge of #13193 : pongad/rust/fixconfig, r=thestinger
2014-03-29 borsauto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
2014-03-29 borsauto merge of #13185 : alexcrichton/rust/osx-pkg, r...
2014-03-29 borsauto merge of #13168 : jankobler/rust/verify-grammar...
2014-03-29 borsauto merge of #13187 : brson/rust/dist, r=alexcrichton
2014-03-29 Brian Andersonmk: Restore DESTDIR
2014-03-29 borsauto merge of #13157 : pnkfelix/rust/fsk-iss13140,...
2014-03-29 Alex Crichtondist: Tweak the OSX pkg installer
2014-03-28 Brian Andersoninstall: Verify that installed compiler runs
2014-03-28 borsauto merge of #13154 : tomassedovic/rust/patch-1, r...
2014-03-28 borsauto merge of #13149 : brson/rust/rustdoclogo, r=alexcr...
2014-03-28 borsauto merge of #13107 : seanmonstar/rust/encoder-errors...
2014-03-28 borsauto merge of #13108 : pongad/rust/lintraw, r=huonw
2014-03-28 borsauto merge of #13174 : brson/rust/dist, r=alexcrichton...
2014-03-28 Brian Andersonmk: Fix syntax error in installation target
2014-03-28 borsauto merge of #13173 : alexcrichton/rust/rustdoc-mods...
2014-03-28 borsauto merge of #13142 : alexcrichton/rust/issue-13118...
2014-03-27 borsauto merge of #13050 : alexcrichton/rust/no-send-defaul...
2014-03-27 Brian Andersonmk: Always touch libuv.a
2014-03-27 borsauto merge of #13151 : brson/rust/dist, r=alexcrichton...
2014-03-27 Jan Koblerverify-grammar path to rust.md
2014-03-27 Brian Andersonmk: Use 'find' invocation that works on mac
2014-03-27 borsauto merge of #13079 : alexcrichton/rust/colons, r=cmr
2014-03-27 Brian Andersoninstall: Don't allow installation over the install...
2014-03-26 borsauto merge of #13145 : alexcrichton/rust/flip-some...
2014-03-26 Brian Andersoninstall: name the bundled manifest 'manifest.in'. Cleanup
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 #13135 : alexcrichton/rust/dox, r=alexcri...
2014-03-26 borsauto merge of #13134 : alexcrichton/rust/freebsd-libm...
2014-03-26 borsauto merge of #13133 : alexcrichton/rust/issue-13130...
2014-03-26 borsauto merge of #13117 : alexcrichton/rust/no-crate-map...
2014-03-26 Brian Andersoninstall: Support --libdir and --mandir correctly
2014-03-26 borsauto merge of #13039 : Kimundi/rust/iter_by_value_exten...
2014-03-26 borsauto merge of #13106 : CLUSTERfoo/rust/docs/labelled_br...
2014-03-26 Brian Andersonmk: Fix deps for prepare host tools
2014-03-26 Brian Andersonmk: Make nightlyism a configure option
2014-03-26 Brian Andersonmk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE
2014-03-26 Brian Andersonconfigure: Make rustlibdir non-configurable
2014-03-26 Brian AndersonRevert "Revert "mk: Run 'make install' through install...
2014-03-26 Brian Andersonmk: Remove leading './' from manifest entries
2014-03-26 borsauto merge of #13141 : brson/rust/fix-make-install...
2014-03-25 Alex Crichtonmk: Use rwildcard to calculate dependent files
2014-03-25 Brian Andersonmk: Fix 'make install'. Closes #13128
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 borsauto merge of #13080 : alexcrichton/rust/possible-osx...
2014-03-24 Brian Andersonmk: Make distcheck depend on dist-docs
2014-03-24 Brian AndersonRevert "mk: Run 'make install' through install.sh"
2014-03-24 Brian Andersonmk: Fix prepare.mk
2014-03-24 Brian Andersonmk: Fix a minor UI bug
2014-03-24 Brian Andersonmk: Don't rm 'dist' during clean, just its contents
2014-03-24 Brian Andersonmk: Remove some debug logging
2014-03-24 Brian Andersonmk: Cleanup dist.mk yet more
2014-03-24 Brian Andersonmk: Fix some dist deps for parallel builds
2014-03-24 Brian Andersonmk: Run 'make install' through install.sh
2014-03-24 Brian Andersonmk: Fix location of man pages in prepare.mk
next