]> git.lizzy.rs Git - rust.git/history - src
Add another testcase for #910
[rust.git] / src /
2011-09-21 Jesse RudermanAdd another testcase for #910
2011-09-21 Jesse RudermanRe-wrap long line
2011-09-21 Patrick Waltonrt: Zero out allocations so that the CC won't die if...
2011-09-21 Patrick Waltonrt: Add some debug code (ifdef'd out) for diagnosing...
2011-09-21 Patrick Waltonrt: Skip over the reference count properly before walki...
2011-09-21 Patrick Waltonrt: Remove obsolete comment
2011-09-21 Patrick Waltonrt: Increase the tolerance of the vector range sanity...
2011-09-21 Patrick Waltonrt: Clean up debugging print statements in rust_obstack.cpp
2011-09-21 Brian AndersonRepresent unique creation as a unop in the AST instead...
2011-09-21 Brian AndersonMake creation of unique boxes work again
2011-09-21 Brian AndersonParse unique box types
2011-09-21 Patrick Waltonrt: First stab at computing internal reference counts
2011-09-21 Graydon HoareRevert trivial commit.
2011-09-21 Graydon HoareAnother trivial commit.
2011-09-21 Graydon HoareTrivial commit to test reporting to IRC.
2011-09-20 Patrick Waltonrt: Stub code for the cycle collector
2011-09-20 Patrick Waltonrt: Make rust_shape.h able to be included in more contexts
2011-09-20 Jesse RudermanIgnore #949
2011-09-20 Jesse RudermanAdd @true to common_exprs and fix some exclusions
2011-09-20 Patrick Waltonrt: Add an on-the-side GC chain
2011-09-20 Patrick Waltonrt: Rename rand() to isaac_rand() since the former...
2011-09-20 Patrick Waltonrt: Remove the GC alloc chain
2011-09-20 Patrick Waltonrt: Remove #include "rust_box.h"
2011-09-20 Patrick WaltonRevert "rt: Rename rust_box to rust_box_legacy, as...
2011-09-20 Patrick Waltonrt: Remove rust_box.h; I'm going to switch to an extern...
2011-09-20 Patrick Waltonrt: Remove upcall_malloc_box and upcall_free_box; I...
2011-09-20 Patrick Waltonrustc: Pass actual tydescs to upcall_malloc
2011-09-20 Patrick Waltonrustc: Remove trans_raw_malloc, as it's only called...
2011-09-20 Jesse RudermanFuzzer: add common_exprs, but comment out its use for...
2011-09-20 Brian AndersonRemove bogus comments from run-pass/task-comm-3
2011-09-20 Brian AndersonRehabilitate run-fail/trivial-message2
2011-09-20 Jesse RudermanFix syntax error
2011-09-20 Brian AndersonRemove a bogus comment from run-fail/spawnfail
2011-09-20 Brian AndersonActually un-xfail task-comm-14
2011-09-20 Brian AndersonRehabilitate task-comm-14
2011-09-20 Brian AndersonAdd an assert to run-fail/unwind-alt
2011-09-20 Brian AndersonMove linker invocation from driver::rustc to back:...
2011-09-20 Brian AndersonZero locals that are inited via alt expressions. Closes...
2011-09-20 Marijn HaverbekeRemove some obsolete 'copy' operators from trans
2011-09-20 Marijn HaverbekeProperly handle 'put;' in trans
2011-09-20 Marijn HaverbekeRemove some bogus white-space from llvm.rs
2011-09-20 Jesse RudermanFuzzer: add ability to run the generated programs
2011-09-20 Brian AndersonAdd tests for moving nullary functions
2011-09-20 Brian AndersonUn-xfail various tests
2011-09-20 Brian AndersonUn-xfail-fast run-pass/send-iloop
2011-09-20 Brian AndersonRemove a spurious error pattern from run-pass/linked...
2011-09-20 Brian AndersonUn-xfail two tests under check-fast
2011-09-20 Brian AndersonRevert "xfail some tests that hang (instead of segfault...
2011-09-20 Brian AndersonCheck for the correct exit code on cfail tests. Closes...
2011-09-20 Brian AndersonBuild tuples in two phases to avoid cleaning up partial...
2011-09-20 Brian AndersonRegister tuple cleanups after the tuple is built
2011-09-19 Brian AndersonRevert "Revert "xfail some tests that hang (instead...
2011-09-19 Brian AndersonRevert "Check for the correct exit code on cfail tests...
2011-09-19 Brian AndersonRevert "xfail some tests that hang (instead of segfault...
2011-09-19 Brian AndersonCheck for the correct exit code on cfail tests. Closes...
2011-09-19 Brian AndersonBreak fold's circular reference during unwinding
2011-09-19 Brian AndersonBuild records in two phases to avoid cleanups on partia...
2011-09-19 Brian AndersonDon't register record cleanups until the record is...
2011-09-19 Patrick Waltonrt: Introduce a self-describing box representation...
2011-09-18 Marijn Haverbekexfail some tests that hang (instead of segfaulting...
2011-09-18 Marijn HaverbekeStop creating function pairs for static functions
2011-09-17 Tim ChevalierAdd a precondition to GEP_tup_like
2011-09-17 Tim ChevalierAdd a type_is_tup_like predicate that takes a block...
2011-09-17 Tim ChevalierIn trans, replace another impossible case with a precon...
2011-09-16 Brian AndersonMake move-mode arguments unwind correctly. Closes #939
2011-09-16 Tim ChevalierDead code elim
2011-09-16 Tim ChevalierAdd a constraint on trans::type_of_fn_from_ty
2011-09-16 Tim ChevalierAdd a returns_non_ty_var predicate
2011-09-16 Tim ChevalierMake ty_fn_ret pure and get rid of a duplicate function
2011-09-16 Marijn HaverbekeWork around an apparent compiler bug to make my patch run
2011-09-16 Marijn HaverbekeSaner approach to lvalues and callable values in trans
2011-09-16 Patrick WaltonRevert "Revert "Make option::get return the option...
2011-09-16 Brian AndersonUn-xfail some task-comm tests
2011-09-16 Brian AndersonYield after send
2011-09-16 Tim ChevalierAdd non_ty_var precondition for type_of_fn, plus minor...
2011-09-16 Patrick Waltonrt: Add a new rust_box structure to the runtime that...
2011-09-16 Patrick Waltonrt: Rename rust_box to rust_box_legacy, as they're...
2011-09-16 Jesse RudermanFuzzer: update lists of known bugs
2011-09-16 Brian AndersonHandle the case where a child task tries to kill a...
2011-09-16 Marijn HaverbekeRevert "Saner approach to lvalues and callable values...
2011-09-16 Marijn HaverbekeRequire body of else-less if expressions to be a value...
2011-09-16 Marijn HaverbekeSaner approach to lvalues and callable values in trans
2011-09-16 Marijn HaverbekeMove expr_uniq case in trans to a saner place
2011-09-16 Marijn HaverbekeRemove autoderef for calls
2011-09-16 Marijn HaverbekeRemove unused method_ty field from lval_result
2011-09-16 Marijn HaverbekeClean up (and optimize) root-mutability analysis in...
2011-09-16 Marijn HaverbekeChange convention for specifying referenced argument
2011-09-16 Tim ChevalierActually call unreachable() in impossible case in type_...
2011-09-16 Tim ChevalierAdded non_ty_var precondition to trans::type_of_inner
2011-09-16 Jesse RudermanAdd parens, as needed, around else-if conditions.
2011-09-16 Tim ChevalierAdded an extra check in trans_alt
2011-09-16 Tim ChevalierAdded more predicates in trans
2011-09-16 Tim ChevalierChange a few span_fatals to span_err
2011-09-16 Tim ChevalierAdd unreachable() fn, also nitpicking
2011-09-15 Graydon HoareUpdate README slightly.
2011-09-15 Graydon HoareBegin sketching an ICU binding. Doesn't work yet.
2011-09-15 Patrick Waltonrt: Add libunwind.h support on Mac OS X
2011-09-15 Patrick WaltonRevert "Make option::get return the option contents...
2011-09-15 Marijn HaverbekeMake option::get return the option contents by reference
2011-09-15 Brian AndersonAdd regression tests for previously ambiguous syntactic...
next