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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
rt: Remove check_claims from the export list
Brian Anderson
-1
/
+0
2012-10-04
rt: Remove CHECK_CLAIMS
Brian Anderson
-15
/
+0
2012-10-03
Attempt to fix os::args errors on various platforms.
Graydon Hoare
-4
/
+21
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-0
/
+12
2012-09-29
rt: Check the results of pthread calls
Brian Anderson
-6
/
+6
2012-09-25
rustc: Fix calls to the logging function when the must_cast flag is true; sto...
Patrick Walton
-2
/
+2
2012-09-25
Revert "rustc: Stop using shape code for logging" due to ICEs
Patrick Walton
-2
/
+2
2012-09-25
rt: Remove the cycle collector
Patrick Walton
-609
/
+0
2012-09-25
rustc: Stop using shape code for logging
Patrick Walton
-2
/
+2
2012-09-24
rt: Add a logging function for strings (only).
Patrick Walton
-0
/
+8
2012-09-24
rt: Call the Rust box annihilator; stop calling the cycle collector
Patrick Walton
-12
/
+11
2012-09-24
Revert "rt: Call the Rust box annihilator; stop calling the cycle collector" ...
Patrick Walton
-11
/
+12
2012-09-24
rt: Call the Rust box annihilator; stop calling the cycle collector
Patrick Walton
-12
/
+11
2012-09-21
rustc: Shove the address of the box annihilator into the crate map
Patrick Walton
-9
/
+65
2012-09-19
V2: now with more locks!
Philipp Brüschweiler
-24
/
+34
2012-09-19
core: Allocate threads on demand, not on scheduler startup
Philipp Brüschweiler
-42
/
+69
2012-09-13
rt: Implement ThreadPerCore scheduling mode
Philipp Brüschweiler
-1
/
+8
2012-09-07
gc: Refactoring.
Elliott Slaughter
-1
/
+1
2012-09-07
rt: Add rust_gc_metadata to rustrt.def.in.
Elliott Slaughter
-0
/
+1
2012-09-07
rt: Fix GC metadata for 64-bit systems.
Elliott Slaughter
-2
/
+2
2012-09-07
gc: Fix for GC missing stack frames across segment boundaries.
Elliott Slaughter
-7
/
+13
2012-09-07
gc: Add stack walker for new garbage collector.
Elliott Slaughter
-31
/
+191
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-1
/
+4
2012-09-05
rt: Make the boxed region come earlier in the rust_task structure.
Patrick Walton
-2
/
+2
2012-08-31
Add rust_annihilate_box to rustrt.def.in
Brian Anderson
-0
/
+1
2012-08-31
Merge remote-tracking branch 'erickt/incoming'
Brian Anderson
-37
/
+2
2012-08-31
rt: Fix box annihilator to deallocate exchange heap boxes properly.
Elliott Slaughter
-1
/
+7
2012-08-31
rt: Add interface to box annihilator.
Elliott Slaughter
-0
/
+20
2012-08-30
libcore: rewrite str::reserve in pure rust.
Erick Tryzelaar
-8
/
+0
2012-08-30
libcore: Rewrite str::unsafe::push_byte in pure rust.
Erick Tryzelaar
-11
/
+0
2012-08-30
libcore: rewrite vec::unsafe::from_buf in pure rust
Erick Tryzelaar
-18
/
+2
2012-08-29
Fix MZ_FORCEINLINE define to work with GCC 4.7.1.
Jed Davis
-1
/
+1
2012-08-28
Compress metadata section. Seems a minor speed win, major space win.
Graydon Hoare
-0
/
+1886
2012-08-24
Document task shutdown protocol and justify its concurrency safety. Close #26...
Ben Blum
-7
/
+76
2012-08-24
Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)
Ben Blum
-10
/
+13
2012-08-23
Fix logging code to not sign extend chars being printed in hex.
Michael Sullivan
-1
/
+2
2012-08-21
Make std::arena run destructors. Closes #2831.
Michael Sullivan
-0
/
+10
2012-08-21
Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...
Ben Blum
-4
/
+6
2012-08-16
Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957)
Ben Blum
-0
/
+3
2012-08-07
Remove rust_cond_lock and sys::condition (rename to little_lock)
Ben Blum
-68
/
+12
2012-08-06
Refcount tasks in packets to avoid races.
Eric Holk
-3
/
+0
2012-08-06
More documentation on pipes, and moving assert in runtime.
Eric Holk
-2
/
+2
2012-08-03
rt: expose rust_task refcounts to rustland
Ben Blum
-0
/
+14
2012-08-03
Be more defensive in pipes (#3098)
Eric Holk
-0
/
+3
2012-08-02
Set thread name on Mac to make gdb thread info more useful.
Eric Holk
-0
/
+14
2012-08-01
Linked failure: enable unidirectional propagate test; replace FIXMEs with com...
Ben Blum
-3
/
+3
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-13
/
+13
2012-07-25
Fix asserts & short-read bug in isaac_seed (#2870)
Ben Blum
-6
/
+11
2012-07-25
(minor) remove config_notify from rustrt.def.in
Ben Blum
-1
/
+0
2012-07-25
minor rt cleanup
Ben Blum
-10
/
+1
[next]