]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2010-07-08 Graydon HoareBuild fix from jmuizelaar (on ocamlc versions that...
2010-07-08 Graydon HoareAdd mbrubeck.
2010-07-08 Matt BrubeckIssue 66: Multi-line comments
2010-07-08 Graydon HoareSome more typestate tests.
2010-07-08 Graydon HoareDoc tweak.
2010-07-07 Graydon HoareNumerous bug fixes to typestate algorithm.
2010-07-07 Graydon HoareCorrect flow-graph wiring for STMT_if.
2010-07-07 Graydon HoareWrap long line.
2010-07-06 Graydon HoareAdd init(arg) to STMT_call precondition for each arg.
2010-07-06 Graydon HoareAdd native-clean target.
2010-07-05 Graydon HoareChange from 'spawner' to 'supervisor' in rust_task...
2010-07-05 Graydon HoareUn-XFAIL mutable-alias-vec.rs. Was only failing due...
2010-07-05 Graydon HoareUint-ify various bits of _str and _vec, enrich _vec...
2010-07-05 Graydon HoareDivide vec fill by element size when reporting vec...
2010-07-05 Graydon HoareUse typed slot rather than AST slot in trans_for_loop.
2010-07-05 Graydon HoareTeach the dwarf readers to handle udata, so we can...
2010-07-05 Graydon HoareRename some stuff in lib/util.rs.
2010-07-05 Graydon HoareLog completion on the many.rs test.
2010-07-05 Graydon HoarePerform valgrind-specific timing tweaks in a platform...
2010-07-05 Graydon HoareXFAIL native-mod when running MINGW_CROSS.
2010-07-05 Graydon HoareMove NO_VALGRIND check below MINGW_CROSS.
2010-07-05 Graydon HoarePreempt works on non-windows, just needed a little...
2010-07-05 Graydon HoareFix bug in win32 command-line arg processing.
2010-07-05 Graydon HoareXFAIL the remainder as until pwalton has a go at the...
2010-07-04 Graydon HoareFix generic-derived-type.rs and generic-obj-with-derive...
2010-07-04 Graydon HoareImprove type.ml logging.
2010-07-04 Graydon HoareFix rec-extend.rs test.
2010-07-04 Graydon HoareFix compile-fail/log-type-error.rs.
2010-07-04 Graydon HoareClean in doc dir a little harder.
2010-07-04 Graydon HoareFix typo in upcall_recv log message.
2010-07-04 Graydon HoareComment-out glue interrupt-flag test; unclear why it...
2010-07-04 Graydon HoareSpill immediates with proper IL type (was making valgri...
2010-07-04 Graydon HoareFix bug crashing valgrind in obj-recursion.rs.
2010-07-04 Graydon HoareImprove logging in drop paths.
2010-07-04 Graydon HoareAdd more scratch files to .gitignore.
2010-07-04 Graydon HoareMore corrections to drop/free path to accommodate TY_box.
2010-07-04 Graydon HoareAdd stamp target to doc/Makefile.
2010-07-04 Graydon HoareAdd concept-index entries to docs, plus fix a few minor...
2010-07-03 Graydon HoareAdd version-stamp machinery (and put "Draft + datestamp...
2010-07-03 Graydon HoareHey, what's a coding sprint without an uncovered regist...
2010-07-03 Roy FrostigClarify manual's explanation of unwinding during failur...
2010-07-03 Patrick WaltonAdd an arr_iter2 function to common.ml
2010-07-03 Graydon HoareDeja vu all over again. Something makes me think this...
2010-07-03 Graydon HoareTerminology mop-up.
2010-07-03 Graydon HoareYou may get the feeling that all these changes look...
2010-07-02 Graydon HoareSimplify type before deciding how to free it. Hint...
2010-07-02 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust...
2010-07-02 Graydon HoareFix bug in clone logic; was ignoring the mutability...
2010-07-02 Graydon HoareTeach severing logic to handle obj and fn types.
2010-07-02 Graydon HoareWrap long line.
2010-07-02 Graydon HoareTrace mark and sever steps in GC.
2010-07-02 Graydon HoareReturn LLVM to at least being able to run hello world.
2010-07-02 Graydon HoareWalk (mut/constr stripped) TY_iso edges when boxed...
2010-07-02 Roy FrostigMinor clarification/typo-correcting edits to manual...
2010-07-02 Graydon HoareCompensate for .tmp in run-fail tests.
2010-07-02 Graydon HoareNew test of explicit deref operator.
2010-07-02 Graydon HoareChange make rules around running tests to not produce...
2010-07-02 Graydon HoarePermit mutables as comparable in all contexts.
2010-07-02 Graydon HoareDon't unify the *input* to init-box with a box constrai...
2010-07-02 Graydon HoareImprove logging in type.
2010-07-02 Graydon HoareBox the args entering the vec-drop test.
2010-07-02 Graydon HoareMerge branch 'exterior_and_mutable_types' of git@github...
2010-07-02 Graydon HoareParse effect-qualified type definitions.
2010-07-02 Patrick WaltonAllow formatting individual decl_params
2010-07-02 Roy FrostigGut the box[m][o] family from util.
2010-07-02 Roy FrostigRemove nameless node causing errors on doc make.
2010-07-02 Graydon HoareCorrect drop-ty path; many tests now run.
2010-07-02 Graydon HoareImprove drop-path logging and simplify box_rc_cell.
2010-07-02 Graydon HoareActually link GC allocations onto the gc_alloc_chain...
2010-07-02 Graydon HoareImprove logging on upcall_malloc.
2010-07-02 Graydon HoareHandle DW_FORM_blcok4 in runtime dwarf reader, which...
2010-07-02 Graydon HoareTrap missing attr forms during dwarf-scan and shut...
2010-07-02 Graydon HoareIndent/outdent when logging dwarf at runtime.
2010-07-02 Graydon HoareWrap long lines.
2010-07-02 Graydon HoareBox arguments that are supposed to be boxed.
2010-07-02 Graydon HoareYeah. Not even a semantic mix-up: just a damn typo.
2010-07-02 Graydon HoareTeach clone_ty to tolerate cloning a mutable (though...
2010-07-02 Graydon HoareImprove mangling.
2010-07-02 Graydon HoareTeach the associative_binary_op_ty_fold about box,...
2010-07-02 Graydon HoareStrip outer 'mutable' off slot when deciding if pred...
2010-07-02 Graydon HoareRetire defunct copy_ty in favour of trans_copy_ty,...
2010-07-02 Graydon HoareReinstate disgusting, filthy workarounds for deriving...
2010-07-02 Graydon HoareRemove similar over-application of auto-deref from...
2010-07-02 Graydon HoareRemove too-optimistic (and not harmless) over applicati...
2010-07-02 Graydon HoareSplit out and improve trans_init_box.
2010-07-02 Graydon HoareAdd logging to trans_init_slot_from_atom.
2010-07-02 Graydon HoareCatch ast pretty-printer up with init-tup syntax.
2010-07-02 Graydon HoareFox the clauses that actually satisfy box and mutable...
2010-07-02 Graydon HoareOf course, the LHS constraint on an init-box statement...
2010-07-02 Graydon HoareClarify in type logging when we have a constraint vs...
2010-07-02 Graydon HoareAdd compile-check target for just attempting to compile...
2010-07-02 Graydon HoareCorrect existing reliance on auto-box / unbox behavior...
2010-07-02 Graydon HoareBox the integer passed to the handle in obj-drop.rs...
2010-07-02 Graydon HoareEstablish the box constraint on the dst in STMT_init_bo...
2010-07-02 Graydon HoareRemove TYSPEC_loggable. Everything's loggable (or will...
2010-07-02 Graydon HoareCheck the simplified type used in check-expr in trans.
2010-07-02 Graydon HoareExtract pattern-slot variables in lval typecheck contex...
2010-07-02 Graydon HoareRelax alias-analysis pass to permit literal-aliasing.
2010-07-01 Graydon HoareRemove the catch-all in type.ml, add cases for every...
2010-07-01 Graydon HoareConvey auto-deref judgments made in typechecker to...
next