]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2010-07-16 Graydon HoareUpdate AUTHORS.txt.
2010-07-16 Graydon HoareXFAIL jyasskin's new tests under LLVM backend.
2010-07-16 Jeffrey YasskinMore destruction ordering tests.
2010-07-16 Jeffrey YasskinInitial test that the compiler runs destructors in...
2010-07-16 Jeffrey YasskinAdd a _vec.slice function that'll hold us over until...
2010-07-16 Jeffrey YasskinAdd a test for std._vec.init_elt, and an XFAILed test...
2010-07-16 Jeffrey YasskinLet the compiler find libraries that aren't in the...
2010-07-16 Jeffrey YasskinRemove the __PAGEZERO segment from shared MachO librari...
2010-07-16 Jeffrey YasskinIn Mach-O shared libraries, avoid counting an extra...
2010-07-16 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust
2010-07-15 Graydon HoareXFAIL use-import-export.rs on the LLVM backend.
2010-07-15 Roy FrostigDefine (in Abi) and use named constants for indices...
2010-07-15 Graydon HoareMerge branch 'contrib'
2010-07-15 Graydon HoareUpdate AUTHORS.txt.
2010-07-15 Adam Bozanichuse,import,export parse fixes
2010-07-15 Adam Bozanichpermit use before import. closes #48
2010-07-15 Patrick WaltonMake mutability no longer a type constructor
2010-07-15 Roy FrostigCorrect the way we get typarams when dropping an obj...
2010-07-15 Roy FrostigModify copy_fn_args not to bother with dynamic GEP...
2010-07-15 Roy FrostigExplicitly provide an optional closure/obj pointer...
2010-07-15 Roy FrostigMake the x86 backend push an extra word as closure...
2010-07-15 Roy FrostigAdd another null byte preceding commandline args passed...
2010-07-15 Roy FrostigAdjust trans_call_glue to push/pop an extra null word...
2010-07-15 Roy FrostigAdjust call args laid out by fake frame created in...
2010-07-15 Roy FrostigBegin moving closure-or-obj pointer out to front of...
2010-07-15 Roy FrostigMake the call args referent type always have a closure...
2010-07-15 Graydon HoareMinimize pointless logging during walk.
2010-07-15 Graydon HoareFix support for profiling the compiler.
2010-07-14 Graydon HoareSketch some not-quite-compiling code into comp/fe/lexer.rs.
2010-07-14 Graydon HoareFix ret/put mis-identification in typechecker. Closes...
2010-07-13 Graydon HoareFix LLVM-detection logic to notice when we have, or...
2010-07-13 Graydon HoareUpdate AUTHORS.txt.
2010-07-13 Graydon HoareTypo fixes to docs, from Ralph Giles.
2010-07-13 Graydon HoareFix the next typo in mlist-cycle.rs; still doesn't...
2010-07-13 Graydon HoareAdd some (non-functional) input-readingn to rustc.rs.
2010-07-13 Graydon HoareDesugar the head stmts all the way out of STMT_for...
2010-07-13 Graydon HoareModify _io's fd_buf_reader to do something slightly...
2010-07-13 Graydon HoareAdd differently-typed refcount synonyms to _str and...
2010-07-13 Graydon HoareAccept effect-qualified local item declarations.
2010-07-13 Graydon HoareDoc fix.
2010-07-13 Graydon HoareAdd another pile of LLVM bindings.
2010-07-13 Graydon HoareDelete some dead code in x86.
2010-07-13 Graydon HoareStart bringing in LLVM bindings.
2010-07-12 Graydon HoareMerge branch 'contrib'
2010-07-12 Jeff BaloghFix typos in the docs.
2010-07-12 Graydon HoareWrap long line.
2010-07-12 Graydon HoareRevert previous wrong-change on issue #106; was paperin...
2010-07-12 Graydon HoareCorrect doubly-linked list management logic; bug expose...
2010-07-12 Graydon HoareAdd more tracing code to trans for refcount events.
2010-07-12 Jason OrendorffFix formatting trivia in Ast.fmt_stmt_body.
2010-07-12 Patrick WaltonAdd a ty_children function to enumerate the children...
2010-07-12 Graydon HoareFix post-stmt drop calculations. Closes #106.
2010-07-11 Graydon HoareAdd a boot/README file explaining rustboot's organizati...
2010-07-11 Graydon HoareAdd Chris Double to AUTHORS.txt.
2010-07-11 Chris DoubleFix for compile error when using gcc 4.5.0
2010-07-11 Graydon HoareDisable llvm-config logic due to optimistic assumption...
2010-07-09 Graydon HoareCatch cyclic imports harder. Add 2 tests to confirm.
2010-07-09 Graydon HoareEncode and decode DW_AT_rust_iterator on DW_TAG_subprog...
2010-07-09 Graydon HoareRemove "two's complement unsigned" integer type descrip...
2010-07-09 Graydon HoareAdd rule for building shootout tests.
2010-07-09 Graydon HoareAdd detection for cyclic imports.
2010-07-08 Roy FrostigErr kindly instead of asserting on duplicate mod declar...
2010-07-08 Matt BrubeckFix typo in token.ml.
2010-07-08 Graydon HoareClean out rustc so it doesn't give the false impression...
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.
next