index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
rt.mk
Age
Commit message (
Expand
)
Author
Lines
2012-03-26
Disable some advanced (post glibc-2.3) libuv features when building snaps.
Graydon Hoare
-2
/
+12
2012-03-21
Typo. No idea why local build worked.
Graydon Hoare
-2
/
+2
2012-03-21
Fix rt deps. Close #1449.
Graydon Hoare
-37
/
+14
2012-03-18
rt: Convert rust_task_list to a typedef
Brian Anderson
-2
/
+0
2012-03-16
Remove dynastack support from runtime
Marijn Haverbeke
-2
/
+0
2012-03-16
Get rid of rust_crate_cache in the runtime
Marijn Haverbeke
-1
/
+0
2012-02-28
missing build file update for parent commit
Jeff Olson
-1
/
+0
2012-02-16
rt: Add rust_port_select function
Brian Anderson
-0
/
+2
2012-02-10
support a fast-make mode that avoids globbing into llvm and libuv
Graydon Hoare
-5
/
+12
2012-02-09
rt: Remove sync::yield and sync::sleep
Brian Anderson
-1
/
+0
2012-02-09
rt: Move rust_thread to its own files
Brian Anderson
-0
/
+2
2012-02-09
rt: Begin moving stack-building functions to rust_stack.cpp
Brian Anderson
-0
/
+2
2012-02-09
fix build on freebsd
Jyun-Yan You
-2
/
+2
2012-02-03
rt: Extract rust_scheduler from rust_task_thread
Brian Anderson
-0
/
+2
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-2
/
+2
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-2
/
+0
2012-02-02
rt: Remove bitrotted tests
Brian Anderson
-6
/
+0
2012-02-02
Update libuv.
Graydon Hoare
-4
/
+5
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-0
/
+1
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-1
/
+0
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-0
/
+1
2012-02-01
rt: Remove rust_timer. Unused
Brian Anderson
-1
/
+0
2012-01-22
std: Add some hacks to use libuv
Brian Anderson
-0
/
+1
2012-01-01
freebsd support
User Jyyou
-0
/
+9
2011-12-10
build: Use llvm-mc as our assembler
Brian Anderson
-2
/
+2
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-1
/
+1
2011-12-01
stdlib: Implement some preliminary libuv bindings
Brian Anderson
-0
/
+1
2011-12-01
build: Pass -fPIC to the libuv build
Brian Anderson
-2
/
+2
2011-11-29
fix makefiles, add option to ignore changes in makefiles
Niko Matsakis
-10
/
+11
2011-11-28
rt: Build __morestack as a static library and copy it to the right places
Brian Anderson
-0
/
+4
2011-11-28
build: Stop linking morestack.S to rt
Brian Anderson
-1
/
+0
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-1
/
+2
2011-11-17
rt: Make stack growth code build on Linux
Brian Anderson
-2
/
+1
2011-11-17
rt: More work on morestack
Patrick Walton
-1
/
+2
2011-11-16
Revert "rt: More work on morestack"
Brian Anderson
-2
/
+1
2011-11-16
Revert "rt: Make stack growth code build on Linux"
Brian Anderson
-1
/
+2
2011-11-16
rt: Make stack growth code build on Linux
Brian Anderson
-2
/
+1
2011-11-16
rt: More work on morestack
Patrick Walton
-1
/
+2
2011-11-14
Revert "rt: More work on morestack"
Patrick Walton
-2
/
+1
2011-11-14
rt: More work on morestack
Patrick Walton
-1
/
+2
2011-11-11
rt: Remove rust_chan
Brian Anderson
-2
/
+0
2011-11-10
rt: Remove rust_aio.cpp. Bitrotted.
Brian Anderson
-1
/
+0
2011-11-08
correct stack alignment
Niko Matsakis
-1
/
+2
2011-11-08
Re-add libuv as a submodule.
Erick Tryzelaar
-7
/
+7
2011-11-07
Rename rust_uv.cpp to rust_aio.cpp
Brian Anderson
-1
/
+1
2011-11-02
Escape $ when building linux def files
Brian Anderson
-1
/
+2
2011-11-02
pass proper options to libuv make
Niko Matsakis
-1
/
+6
2011-11-02
virtualize the runtime per target triple.
Niko Matsakis
-70
/
+103
2011-11-02
fix failed merge
Niko Matsakis
-4
/
+0
2011-11-02
enable intrinsics for multiple arch
Niko Matsakis
-0
/
+2
[next]