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
Age
Commit message (
Expand
)
Author
Lines
2011-09-20
Another trivial commit.
Graydon Hoare
-0
/
+1
2011-09-20
Trivial commit to test reporting to IRC.
Graydon Hoare
-1
/
+1
2011-09-20
rt: Stub code for the cycle collector
Patrick Walton
-0
/
+77
2011-09-20
rt: Make rust_shape.h able to be included in more contexts
Patrick Walton
-1
/
+6
2011-09-20
Ignore #949
Jesse Ruderman
-1
/
+1
2011-09-20
Add @true to common_exprs and fix some exclusions
Jesse Ruderman
-3
/
+4
2011-09-20
Switch URLs.
Graydon Hoare
-2
/
+2
2011-09-20
rt: Add an on-the-side GC chain
Patrick Walton
-0
/
+8
2011-09-20
rt: Rename rand() to isaac_rand() since the former prevents lots of standard ...
Patrick Walton
-5
/
+5
2011-09-20
rt: Remove the GC alloc chain
Patrick Walton
-9
/
+4
2011-09-20
rt: Remove #include "rust_box.h"
Patrick Walton
-1
/
+0
2011-09-20
Revert "rt: Rename rust_box to rust_box_legacy, as they're about to become se...
Patrick Walton
-7
/
+6
2011-09-20
rt: Remove rust_box.h; I'm going to switch to an external map.
Patrick Walton
-18
/
+0
2011-09-20
rt: Remove upcall_malloc_box and upcall_free_box; I don't think they'll be ne...
Patrick Walton
-37
/
+0
2011-09-20
rustc: Pass actual tydescs to upcall_malloc
Patrick Walton
-4
/
+8
2011-09-20
rustc: Remove trans_raw_malloc, as it's only called from one place
Patrick Walton
-17
/
+10
2011-09-20
Fuzzer: add common_exprs, but comment out its use for now. Update lists of kn...
Jesse Ruderman
-10
/
+43
2011-09-20
Remove bogus comments from run-pass/task-comm-3
Brian Anderson
-2
/
+0
2011-09-20
Rehabilitate run-fail/trivial-message2
Brian Anderson
-13
/
+19
2011-09-20
Fix syntax error
Jesse Ruderman
-1
/
+1
2011-09-20
Remove a bogus comment from run-fail/spawnfail
Brian Anderson
-1
/
+0
2011-09-20
Actually un-xfail task-comm-14
Brian Anderson
-1
/
+0
2011-09-20
Rehabilitate task-comm-14
Brian Anderson
-8
/
+12
2011-09-20
Add an assert to run-fail/unwind-alt
Brian Anderson
-0
/
+1
2011-09-20
Move linker invocation from driver::rustc to back::link
Brian Anderson
-88
/
+94
2011-09-20
Zero locals that are inited via alt expressions. Closes #945
Brian Anderson
-0
/
+13
2011-09-20
Remove some obsolete 'copy' operators from trans
Marijn Haverbeke
-12
/
+12
2011-09-20
Properly handle 'put;' in trans
Marijn Haverbeke
-1
/
+3
2011-09-20
Remove some bogus white-space from llvm.rs
Marijn Haverbeke
-50
/
+2
2011-09-19
Fuzzer: add ability to run the generated programs
Jesse Ruderman
-22
/
+91
2011-09-19
Add tests for moving nullary functions
Brian Anderson
-0
/
+19
2011-09-19
Un-xfail various tests
Brian Anderson
-9
/
+0
2011-09-19
Un-xfail-fast run-pass/send-iloop
Brian Anderson
-2
/
+0
2011-09-19
Remove a spurious error pattern from run-pass/linked-failure
Brian Anderson
-1
/
+0
2011-09-19
Un-xfail two tests under check-fast
Brian Anderson
-2
/
+0
2011-09-19
Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
Brian Anderson
-5
/
+0
2011-09-19
Check for the correct exit code on cfail tests. Closes #938
Brian Anderson
-3
/
+7
2011-09-19
Build tuples in two phases to avoid cleaning up partial tuples
Brian Anderson
-1
/
+25
2011-09-19
Register tuple cleanups after the tuple is built
Brian Anderson
-1
/
+12
2011-09-19
Revert "Revert "xfail some tests that hang (instead of segfaulting) since eaf...
Brian Anderson
-0
/
+5
2011-09-19
Revert "Check for the correct exit code on cfail tests. Closes #938"
Brian Anderson
-7
/
+3
2011-09-19
Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
Brian Anderson
-5
/
+0
2011-09-19
Check for the correct exit code on cfail tests. Closes #938
Brian Anderson
-3
/
+7
2011-09-19
Break fold's circular reference during unwinding
Brian Anderson
-11
/
+7
2011-09-19
Simplify perf target flags. Apparently the event names aren't stable/portable.
Graydon Hoare
-20
/
+1
2011-09-19
Build records in two phases to avoid cleanups on partial records
Brian Anderson
-5
/
+58
2011-09-19
Don't register record cleanups until the record is built
Brian Anderson
-1
/
+12
2011-09-19
rt: Introduce a self-describing box representation and functions to create an...
Patrick Walton
-1
/
+59
2011-09-18
xfail some tests that hang (instead of segfaulting) since eafb6789a2
Marijn Haverbeke
-0
/
+5
2011-09-18
Stop creating function pairs for static functions
Marijn Haverbeke
-86
/
+43
[prev]
[next]