summary refs log tree commit diff
path: root/.gitmodules
AgeCommit message (Collapse)AuthorLines
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-1/+1
2014-02-11Added compiler-rt submodule.Vadim Chugunov-0/+3
2014-01-09Update submodules to point to rust-lang reposAlex Crichton-3/+3
2013-12-29auto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichtonbors-1/+1
No longer need to handle GNUEABIHF and hard floats since LLVM should now choose the right default. Fixes #11164.
2013-12-29Update llvm.Luqman Aden-1/+1
2013-12-28Update bundled gypAlex Crichton-1/+1
Closes #11152
2013-10-25Point gyp submodule toward githubBrian Anderson-1/+1
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-1/+4
This is a reopening of the libuv-upgrade part of #8645. Hopefully this won't cause random segfaults all over the place. The windows regression in testing should also be fixed (it shouldn't build the whole compiler twice). A notable difference from before is that gyp is now a git submodule instead of always git-cloned at make time. This allows bundling for releases more easily. Closes #8850
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ↵Brian Anderson-1/+1
r=brson" This reverts commit b8d1fa399402c71331aefd634d710004e00b73a6, reversing changes made to f22b4b169854c8a4ba86c16ee43327d6bcf94562. Conflicts: mk/rt.mk src/libuv
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-1/+1
There were two main differences with the old libuv and the master version: 1. The uv_last_error function is now gone. The error code returned by each function is the "last error" so now a UvError is just a wrapper around a c_int. 2. The repo no longer includes a makefile, and the build system has change. According to the build directions on joyent/libuv, this now downloads a `gyp` program into the `libuv/build` directory and builds using that. This shouldn't add any dependences on autotools or anything like that. Closes #8407 Closes #6567 Closes #6315
2013-08-04Update LLVMAlex Crichton-1/+1
2013-06-26.gitmodules: specify submodule.<path>.branchRamkumar Ramachandra-0/+2
So --remote can work. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-04-09Support https protocol for git submodules for rustVivek Galatage-2/+2
Currently submodules are using the git protocol. Git protocol is blocked by certain corporate networks which makes it difficult to sync the submodules. Replacing the git protocol with https in order to sync the submodules.
2013-03-06Update uv submoduleBrian Anderson-1/+1
2013-02-25submodule: libuv for androidYoung-il Choi-1/+1
2013-02-10build: change libuv to point at joyent's repo and make unpatched build libuv ↵Jeff Olson-1/+1
work on mingw
2013-02-10build: point libuv at olsonjeffery/libuv, temporarilyJeff Olson-1/+1
2012-02-02Update libuv.Graydon Hoare-1/+1
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-0/+3
2011-11-07Revert "Reimporting libuv as a submodule."Erick Tryzelaar-3/+0
This reverts commit cbae254d8a068ad789ebb767f0a2def5a1f88ed6.
2011-11-07Reimporting libuv as a submodule.Erick Tryzelaar-0/+3
Closes #1152.
2011-11-05Change the LLVM repo to git://github.com/brson/llvm.gitBrian Anderson-1/+1
2011-11-05Add an LLVM git submoduleBrian Anderson-0/+3