]> git.lizzy.rs Git - rust.git/history - src
Fuzzer: add ability to run the generated programs
[rust.git] / src /
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...
2011-09-15 Marijn HaverbekePrevent binary expressions from parsing when lhs is...
2011-09-15 Marijn HaverbekeRegister new snapshot
2011-09-15 Marijn HaverbekeGeneralize expression roots in alias analysis
2011-09-15 Marijn HaverbekeAdd tests for returning by reference
2011-09-15 Marijn HaverbekeRequire the parameter that will be referenced to be...
2011-09-15 Marijn HaverbekeOverhaul alias-checking of blocks
2011-09-15 Marijn HaverbekeMake storing returned references in a by-reference...
2011-09-15 Marijn HaverbekeForbid assignment to by-reference bindings
2011-09-15 Marijn HaverbekeMake trans understand by-ref bindings
2011-09-15 Marijn HaverbekeImplement basic checking of by-reference bindings
2011-09-15 Marijn HaverbekeMove local numbering into ast_map.rs
2011-09-15 Marijn HaverbekeAdd representation for by-ref let bindings
2011-09-15 Marijn HaverbekeEnsure parens are wrapped around composite exprs in...
2011-09-15 Marijn HaverbekeMore thorough check for (.. 10).x in pretty-printer
2011-09-15 Marijn HaverbekeAlso handle fail and put in print_maybe_parens_discrim
2011-09-15 Marijn HaverbekeRemove maybe_protect_block kludge from pretty-printer
2011-09-15 Marijn HaverbekeIntroduce new semicolon rules
2011-09-15 Marijn HaverbekeInsert omitted semicolons for statements
2011-09-15 Brian Andersonxfail-fast run-pass/linked-failure.rs. Not sure what...
2011-09-15 Brian AndersonUnsupervise tasks before the scheduler kills them....
2011-09-14 Brian AndersonAdd a run-pass test for linked failure
2011-09-14 Brian AndersonMake failure propagation to dead parents work
2011-09-14 Brian AndersonMake linked task failure work again
2011-09-14 Brian AndersonAdd another XFAILed test for failing destructors
2011-09-14 Brian AndersonAdd another unwind test
2011-09-14 Brian AndersonRevert "Try a little harder to avoid creating new landi...
2011-09-14 Marijn HaverbekeAdd syntax and representation for return-by-mutably...
2011-09-14 Marijn HaverbekePrevent memory errors when returning references to...
2011-09-14 Marijn HaverbekeAccept returning refs rooted in an arg from a by-ref...
2011-09-14 Marijn HaverbekeMake ast_map.rs index function args, switch it over...
2011-09-14 Marijn HaverbekeRemove some extra white-space introduced by the pretty...
2011-09-14 Marijn HaverbekeDisallow implicit arg copying when the function returns...
2011-09-14 Marijn HaverbekeAdd support for basic return-by-alias to trans
2011-09-14 Marijn HaverbekeClean up trans_obj.rs a bit
2011-09-14 Marijn HaverbekeAdd a ret_style field to fn_ctxt in trans
2011-09-14 Marijn HaverbekeSimplify trans::new_fn_ctxt_w_id
2011-09-14 Marijn HaverbekeRudimentary checking of safe alias returns
2011-09-14 Marijn HaverbekeRename restrict to binding in alias.rs
2011-09-14 Marijn HaverbekeStop needlessly boxing vectors in alias.rs
2011-09-14 Marijn HaverbekeMake most of the compiler aware of return-by-reference
2011-09-14 Marijn HaverbekeRefactor parse_ret_ty, start parsing by-alias return...
next