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
Age
Commit message (
Expand
)
Author
Lines
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
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
2011-09-17
Add a precondition to GEP_tup_like
Tim Chevalier
-4
/
+73
2011-09-17
Add a type_is_tup_like predicate that takes a block ctxt, and make some fns pure
Tim Chevalier
-15
/
+18
2011-09-17
In trans, replace another impossible case with a precondition
Tim Chevalier
-11
/
+8
2011-09-16
Make move-mode arguments unwind correctly. Closes #939
Brian Anderson
-31
/
+65
2011-09-16
Dead code elim
Tim Chevalier
-14
/
+0
2011-09-16
Add a constraint on trans::type_of_fn_from_ty
Tim Chevalier
-23
/
+49
2011-09-16
Add a returns_non_ty_var predicate
Tim Chevalier
-0
/
+4
2011-09-16
Make ty_fn_ret pure and get rid of a duplicate function
Tim Chevalier
-16
/
+14
2011-09-16
Work around an apparent compiler bug to make my patch run
Marijn Haverbeke
-5
/
+6
2011-09-16
Saner approach to lvalues and callable values in trans
Marijn Haverbeke
-197
/
+220
2011-09-16
Revert "Revert "Make option::get return the option contents by reference" due...
Patrick Walton
-2
/
+2
2011-09-16
Un-xfail some task-comm tests
Brian Anderson
-29
/
+23
2011-09-16
Yield after send
Brian Anderson
-0
/
+29
2011-09-16
Add non_ty_var precondition for type_of_fn, plus minor cleanup
Tim Chevalier
-10
/
+17
2011-09-16
rt: Add a new rust_box structure to the runtime that describes a self-describ...
Patrick Walton
-0
/
+0
2011-09-16
rt: Rename rust_box to rust_box_legacy, as they're about to become self-descr...
Patrick Walton
-6
/
+7
2011-09-16
Fuzzer: update lists of known bugs
Jesse Ruderman
-47
/
+67
[prev]
[next]