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-09-25
rt: Remove the cycle collector
Patrick Walton
-1
/
+0
2012-09-07
gc: Add stack walker for new garbage collector.
Elliott Slaughter
-0
/
+2
2012-08-28
Compress metadata section. Seems a minor speed win, major space win.
Graydon Hoare
-0
/
+1
2012-08-07
Remove rust_cond_lock and sys::condition (rename to little_lock)
Ben Blum
-1
/
+0
2012-06-19
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+1
2012-06-18
Put type descriptors in strings created by the runtime. Progress on #2638.
Michael Sullivan
-0
/
+1
2012-06-16
Revert "Adding a lock/condition variable to libcore."
Tim Chevalier
-1
/
+0
2012-06-15
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+1
2012-06-14
Update the build system to handle dependency on header files. Closes #2547.
Michael Sullivan
-16
/
+8
2012-06-13
Revert "Update the build system to handle dependency on header files. Closes ...
Michael Sullivan
-5
/
+14
2012-06-13
Update the build system to handle dependency on header files. Closes #2547.
Michael Sullivan
-14
/
+5
2012-06-13
Minor makefile cleanup.
Michael Sullivan
-3
/
+4
2012-04-04
rt: Add architecture-specific general-purpose register definitions
Patrick Walton
-1
/
+2
2012-04-01
remove rust_srv
Jon Morton
-1
/
+0
2012-03-31
rt: Extract start_main_loop from rust_sched_loop to rust_sched_driver
Brian Anderson
-0
/
+1
2012-03-31
rt: Introduce rust_sched_reaper
Brian Anderson
-0
/
+1
2012-03-31
rt: Rename rust_task_thread to rust_sched_loop
Brian Anderson
-1
/
+1
2012-03-31
rt: Extract rust_sched_launcher from rust_task_thread
Brian Anderson
-0
/
+1
2012-03-29
rt: Free all outstanding boxes at task death
Brian Anderson
-0
/
+1
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
[next]