]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2010-09-16 Graydon HoareAdd Peter Hull's contributed translation of the fasta...
2010-09-16 Graydon HoareMinor improvements to pretty-printer.
2010-09-16 Graydon HoareTeach walk about plvals and pexps.
2010-09-15 Graydon HoareAdd Ast.ATOM_pexp and -pexp mode wherein pexps live...
2010-09-15 Graydon HoareAdd pretty-printing for pexps.
2010-09-15 Graydon HoareAdd some form-judgements on plvals and pexps.
2010-09-15 Graydon HoareCommence moving pexp into ast, for eventual merger...
2010-09-14 Graydon HoareBegin actually folding constant items into operands...
2010-09-14 Graydon HoareTranslate const uses via runtime expression evaluation.
2010-09-14 Graydon HoareXFAIL const test on LLVM, of course.
2010-09-14 Graydon HoareTeach front-end about simple, first-cut version of...
2010-09-14 Graydon HoareUpdate manual to cover change to nominal tag items.
2010-09-13 Graydon HoareFix leaking arg slots on tail calls. Closes #160.
2010-09-12 Graydon HoareFix a leak when box types are used via type descriptors.
2010-09-10 Michael BebenitaCleanup, refactoring, and some runtime tests.
2010-09-10 Michael BebenitaAdded lock_and_signal::signal_all(), and made the rust_...
2010-09-10 Graydon HoareUse hashtable rather than bitset for vreg constraints...
2010-09-09 Graydon HoareSwitch tags to purely nominal, removing TY_iso and...
2010-09-09 Michael BebenitaFixed lost signal notifications.
2010-09-09 Michael BebenitaCache task handles.
2010-09-09 Graydon HoareTidy up the sync dir, remove dead or mis-designed code...
2010-09-08 Graydon HoareXFAIL many.rs since it crashes on win32, and add a...
2010-09-08 Patrick WaltonFirst lame stab at solving the diamond import problem
2010-09-08 Michael BebenitaCleaned up locking in the kernel.
2010-09-08 Graydon HoareXFAIL task-comm-8, see if this helps burning-tree.
2010-09-08 Michael BebenitaFixed race in the rust kernel.
2010-09-08 Michael BebenitaLots of design changes around proxies and message passi...
2010-09-08 Michael BebenitaStarted work on a framework for writing runtime tests...
2010-09-08 Michael BebenitaSmall updates to util classes.
2010-09-08 Michael BebenitaChange signature of array_list::pop().
2010-09-08 Michael BebenitaAdded "new" inline operators to memory regions.
2010-09-08 Michael BebenitaAdded a .cpp file for rust_proxy to help avoid .h file...
2010-09-08 Michael BebenitaAdded a thread utility class to factor out operations...
2010-09-08 Michael BebenitaMake run.py only search in the run-pass directory.
2010-09-08 Michael BebenitaSmall updates to test cases.
2010-09-08 Michael BebenitaAdded a few utility classes, cleaned up the include...
2010-09-07 Patrick WaltonInitial support for a global crate metadata cache
2010-09-07 Roy FrostigAdd hashmap tests exercising strings as keys and values...
2010-09-07 Roy FrostigRecursively drop a type's parts if the type uses any...
2010-09-07 Roy FrostigAdd a little pointer-cast helper to dbg.
2010-09-03 Roy FrostigTest multi-ref'ed vec growth more seriously than before.
2010-09-03 Roy FrostigWhen vec growth results in a newly allocated (extended...
2010-09-03 Roy FrostigAssert to insure that the worst-case glue-call arg...
2010-09-03 Roy FrostigFail a bit more informatively on a bad get_element_ptr_dyn.
2010-09-01 Graydon HoareAdd session, span tracking, error reporting, beginning...
2010-08-31 Graydon HoareWhitespace churn.
2010-08-31 Graydon HoareAdd block-comment support, various additional operators...
2010-08-31 Roy FrostigFix rust_vec constructor assertion failure caused by...
2010-08-31 Graydon HoareEr, this would be the hunk that actually failed to...
2010-08-31 Graydon HoareReinstate commit 9f0eaa65817303b8768c80454734144c176fda...
2010-08-28 Patrick WaltonTurn native OCaml code generation on for the Mac
2010-08-28 Roy FrostigMake pattern-alt drop the slots it initializes when...
2010-08-28 Patrick WaltonRevert "More work on lexer.rs: start using keyword...
2010-08-27 Graydon HoareMore work on lexer.rs: start using keyword hashtable...
2010-08-27 Roy FrostigModify alt-pattern-drop.rs to also insure the slot...
2010-08-27 Roy FrostigWhitespace shuffle in rustc's lexer to fit 78-column...
2010-08-27 Roy FrostigTiny change to tighten up alt-pattern-drop.rs test.
2010-08-27 Roy FrostigHave alt-pattern drop the slots it initializes when...
2010-08-27 Graydon HoareModify rustboot to use lexer.reader.
2010-08-27 Patrick WaltonRead definitions of tag types in the DWARF
2010-08-27 Patrick WaltonZero-length tuples can show up in tag types. Don't...
2010-08-27 Roy FrostigComment out hashmap tests exercising maps with str...
2010-08-27 Roy FrostigAdd simple hashmap tests exercising maps with str as...
2010-08-27 Roy FrostigPinching myself for certainty. ;p
2010-08-27 Roy FrostigTest the hashmap more, exercising hash collision, eleme...
2010-08-27 Roy FrostigSimplify null-writing from commit 8559a85ccacf70c51d937...
2010-08-27 Patrick WaltonEncode tag names in the DWARF
2010-08-26 Graydon HoareMake vreg constrs per-quad, regfence on nontrivial...
2010-08-26 Patrick WaltonAdd automatic parameter instantiation. Closes #45.
2010-08-26 Roy FrostigWhen copying function values, null out the destination...
2010-08-26 Graydon HoareAdd check to catch bug underlying issue #152. Fix will...
2010-08-26 Roy Frostigun-XFAIL lib-map.rs now that rust stacks are large...
2010-08-26 Roy FrostigTest the hashmap for growth and rehashing.
2010-08-26 Roy FrostigWorkaround issue #152 in _uint.next_power_of_two
2010-08-26 Patrick WaltonAdd a "param handler" to demand_fn for use in automatic...
2010-08-26 Patrick WaltonTiny style cleanup in a pattern match in type.ml
2010-08-26 Patrick WaltonTypecheck function patterns
2010-08-26 Roy FrostigActually switch to using the bigger hashmap once a...
2010-08-26 Roy FrostigInsure bools remain 0x1 or 0x0 by having boolean-NOT...
2010-08-25 Graydon HoareAdd element to closure to hold captured tydesc (not...
2010-08-25 Graydon HoareMerge obj-drop and closure-drop code, handles freeing...
2010-08-25 Graydon HoareFirst pass of updating the in-memory layout of closures...
2010-08-25 Graydon HoareFix edge case in uint->string conversion.
2010-08-25 Graydon HoareJanitorial work on obj box / body / field terminology...
2010-08-25 Graydon HoareFix ghastly typestate bug breaking nested functions.
2010-08-25 Patrick WaltonIntroduce "type patterns" to the typechecker in prepara...
2010-08-25 Roy FrostigObj ctors are not obj fns so translate their frame...
2010-08-25 Michael BebenitaFixed the location of the failing XFailed test.
2010-08-25 Michael BebenitaImplemented an lock free queue based on this paper...
2010-08-25 Roy FrostigComment on env var required for std.dbg to do any logging.
2010-08-25 Roy FrostigAdd support in dbg.debug_obj for printing the obj body.
2010-08-25 Roy FrostigAdd std.dbg module for inspecting rust values in memory.
2010-08-25 Graydon HoareFirst successful hashmap lookups. Yay.
2010-08-25 Graydon HoareFix mod-bug in std.map, work around bug in closure...
2010-08-25 Graydon HoareFix residual nonsense of storing crate-rel displacement...
2010-08-24 Patrick WaltonRemove obsolete TODO about checking for return statements
2010-08-24 Graydon HoareElide preempt check on thunk and ctor frames. Wins...
2010-08-24 Graydon HoareAvoid emitting unnecessary frame glue. Wins a couple...
2010-08-24 Graydon HoareAvoid iterating ty parts on drop when there are no...
2010-08-24 Graydon HoareShrink size of glue calls. Wins a few tens of kb on...
next