]> git.lizzy.rs Git - rust.git/history - mk/rustllvm.mk
Link rustllvm statically, and distribute a static snapshot
[rust.git] / mk / rustllvm.mk
2013-12-07 Alex CrichtonLink rustllvm statically, and distribute a static snapshot
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-02 borsauto merge of #10165 : dcrewi/rust/missing-doc-on-priva...
2013-11-01 borsauto merge of #10205 : brson/rust/unnamed_addr, r=thest...
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-11-01 borsauto merge of #10196 : huonw/rust/fix-zig, r=alexcrichton
2013-11-01 borsauto merge of #10181 : brson/rust/managed_boxes, r...
2013-10-31 borsauto merge of #10167 : briantdawn/rust/master, r=cmr
2013-10-31 borsauto merge of #10189 : alexcrichton/rust/inner-statics...
2013-10-31 borsauto merge of #10180 : alexcrichton/rust/flush-default...
2013-10-31 borsauto merge of #10166 : brson/rust/meta, r=alexcrichton
2013-10-31 borsauto merge of #10164 : brson/rust/configure, r=brson
2013-10-29 Heathersupport for GNU configure syntax
2013-09-11 borsauto merge of #9014 : dcrewi/rust/convert-between-bigin...
2013-09-11 borsauto merge of #9007 : dcrewi/rust/random-bigints, r...
2013-09-09 borsauto merge of #9083 : dcrewi/rust/biguint-bit-ops,...
2013-09-09 borsauto merge of #9005 : alexcrichton/rust/rusty-log,...
2013-09-08 borsauto merge of #8988 : cmr/rust/fromstr_fn, r=brson
2013-09-07 borsauto merge of #9015 : MicahChalmer/rust/emacs-fixes...
2013-09-07 borsauto merge of #9016 : sfackler/rust/nanoseconds, r...
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-06 borsauto merge of #9019 : alexcrichton/rust/reconfigure...
2013-09-06 borsauto merge of #9017 : vadimcn/rust/rustllvm-build,...
2013-09-06 Vadim ChugunovFixed makefile to point to the new llvm build directory.
2013-09-06 borsauto merge of #8909 : lkuper/rust/default-methods-refac...
2013-09-05 borsauto merge of #8992 : chris-morgan/rust/unreachable...
2013-09-05 borsauto merge of #8984 : chris-morgan/rust/auto-stream...
2013-09-05 borsauto merge of #8993 : pnkfelix/rust/fsk-fix-7740-dont...
2013-09-05 borsauto merge of #8990 : thestinger/rust/str, r=alexcrichton
2013-09-05 borsauto merge of #8975 : alexcrichton/rust/reorganize...
2013-09-05 Alex CrichtonMove the `rt` build directory under $target
2013-09-04 Alex CrichtonBuild rustllvm into $target/rustllvm
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 #6796 : sfackler/rust/FromBase64-type...
2013-05-29 borsauto merge of #6794 : thestinger/rust/align_zero, r...
2013-05-29 borsauto merge of #6793 : graydon/rust/drop-ast-before...
2013-05-29 borsauto merge of #6789 : luqmana/rust/compiletest-fix...
2013-05-29 borsauto merge of #6784 : nikomatsakis/rust/moves-into...
2013-05-29 borsauto merge of #6778 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 James MillerRefactor optimization pass handling.
2013-03-07 borsauto merge of #5264 : brson/rust/cross7, r=brson
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-02 Young-il Choimk: cleanup - lib and executable suffix handling
2013-02-27 Young-il Choimk: rewrite make files
2013-02-22 Brian Andersonmk: Split target triples into bulid triple + host tripl...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-10-27 Zack Corrrusti: Add linenoise, wrap into core::rl and add rusti...
2012-08-31 Zack Corrjit: Clean rustllvm code, let rustc expose __morestack...
2012-08-31 Zack Corrjit: Link in __morestack and make it resolvable by JIT
2012-06-15 Eric HolkMerge branch 'incoming' into newsnap
2012-06-14 Michael SullivanUpdate the build system to handle dependency on header...
2012-06-14 Michael SullivanRevert "Update the build system to handle dependency...
2012-06-13 Michael SullivanUpdate the build system to handle dependency on header...
2012-06-13 Michael SullivanMinor makefile cleanup.
2012-04-10 Patrick Waltonllvm: Update llvm to use new gcnoteroot infrastructure
2011-12-04 Brian AndersonUpgrade LLVM to svn revision 145779
2011-11-29 Niko Matsakisfix makefiles, add option to ignore changes in makefiles
2011-11-05 Brian AndersonParameterize the LLVM build over the target triples
2011-11-05 Brian AndersonCleanup LLVM build rules after rebase onto x64 changes
2011-11-05 Brian AndersonLLVM build cleanup
2011-11-05 Brian AndersonTie the LLVM build into ours
2011-11-02 Niko Matsakisvirtualize rustllvm construction per target triple
2011-10-31 Patrick WaltonStub a __morestack implementation and stack segment...
2011-10-06 Brian AndersonMake rpath work on mac
2011-08-12 Patrick Waltonrt: Stub Rust GC metadata printer and Rust GC strategy...
2011-08-11 Rafael Ávila de... Use the new C API for PassManagerBuilder.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-25 Rafael Ávila de... Remove old hack of creating a .a file with code that...
2011-07-18 Brian AndersonRevert "Revert "Rename Passes2.cpp to Passes.cpp""
2011-07-18 Brian AndersonRevert "Rename Passes2.cpp to Passes.cpp"
2011-07-17 Brian AndersonRename Passes2.cpp to Passes.cpp
2011-07-17 Brian AndersonRemove Passes.cpp from rustllvm
2011-07-17 Brian AndersonRemove Object.h from rustllvm
2011-06-28 Graydon HoareMore work on mingw cross build.
2011-06-27 Rafael Ávila de... Easy fix for using newer LLVMs: just use the MachOObjec...
2011-06-25 Graydon HoareFixes to speed and clean up makefiles.
2011-05-09 Patrick Waltonbuild: Use clang to compile the runtime if available
2011-05-06 Patrick Waltonrustllvm: Add a binding to the LLVM standard module...
2011-05-01 Graydon HoareStart splitting up Makefile.in