]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Graydon HoareSimplify perf target flags. Apparently the event names...
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 HaverbekeStop mentioning tail calls in reference
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 Graydon HoareRemove mention of port, chan and task *types*, as they...
2011-09-14 Graydon HoareRemove talk of 'sharing boxes between tasks', old GC...
2011-09-14 Graydon HoareRemove mention of the nonexistent (and no longer implem...
2011-09-14 Brian AndersonMake linked task failure work again
next