| Age | Commit message (Expand) | Author | Lines |
| 2011-03-28 | Add partial support for if expressions resulting in generic types | Brian Anderson | -4/+60 |
| 2011-03-28 | Add an XFAILed test for if expressions resulting in boxes | Brian Anderson | -0/+14 |
| 2011-03-28 | Handle structural types as the result of if expressions | Brian Anderson | -0/+27 |
| 2011-03-28 | Teach rustc to use the result of if expressions | Brian Anderson | -4/+111 |
| 2011-03-28 | Add expr_spawn, spawn parsing, folding, typechecking, ty_task | Brian Anderson | -16/+107 |
| 2011-03-28 | Add 'self' keyword. | Lindsey Kuper | -0/+1 |
| 2011-03-28 | Add long-while.rs to check on frame growth. | Graydon Hoare | -0/+8 |
| 2011-03-28 | Move all allocas to dedicated basic block at top of function, to keep frames ... | Graydon Hoare | -61/+151 |
| 2011-03-28 | rustc: Parse types in external metadata | Patrick Walton | -25/+74 |
| 2011-03-28 | rustc: Populate the item types table with types of items from external crates... | Patrick Walton | -12/+43 |
| 2011-03-28 | rustc: Remove commented out "encode_tag_variant_info" call that sneaked in | Patrick Walton | -1/+1 |
| 2011-03-28 | rustc: Resolve def ids in external crates | Patrick Walton | -4/+61 |
| 2011-03-28 | rustc: Don't include a trailing null when writing out metadata; it corrupts t... | Patrick Walton | -4/+5 |
| 2011-03-28 | Fix get_tydesc to alloca enough room for root; remove hack that was attemptin... | Graydon Hoare | -8/+3 |
| 2011-03-28 | shootout: Hoist out the movement too; switch square root to an LLVM intrinsic | Patrick Walton | -13/+13 |
| 2011-03-28 | rustc: Add support for calling LLVM intrinsics as native functions | Patrick Walton | -8/+39 |
| 2011-03-27 | Add support for break and cont to rustc | Marijn Haverbeke | -9/+164 |
| 2011-03-26 | shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i... | Patrick Walton | -19/+21 |
| 2011-03-26 | Twiddle visibility, start exposing only type-mangled names (64 bit truncated ... | Graydon Hoare | -17/+21 |
| 2011-03-26 | Got the nbody demo working, and hopefully faster, too! | Lindsey Kuper | -106/+112 |
| 2011-03-26 | Updates to the nbody demo. | Lindsey Kuper | -38/+47 |
| 2011-03-26 | Fix rules for gitignoring in-tree build artifacts to not ignore legitimate pa... | Brian Anderson | -3/+3 |
| 2011-03-26 | Start refactoring name-mangling in trans. | Graydon Hoare | -43/+90 |
| 2011-03-26 | Add visibility enum values to lib.llvm. | Graydon Hoare | -0/+3 |
| 2011-03-26 | Add a result_str method to std.sha1.sha1. | Graydon Hoare | -0/+12 |
| 2011-03-26 | Teach creader and metadata writer how to do ty.ty_type. | Graydon Hoare | -1/+12 |
| 2011-03-26 | Fix Makefile.in grep for use on weaker greps (win32 mingw). | Graydon Hoare | -15/+6 |
| 2011-03-25 | rustc: Add a function to look up external item info in the item info table | Patrick Walton | -4/+52 |
| 2011-03-25 | Janitorial: move llvmext back to llvm module, as they're the same thing now. | Graydon Hoare | -15/+20 |
| 2011-03-25 | Tweak rustllvm bindings to work on linux, where bool != LLVMBool. | Graydon Hoare | -3/+3 |
| 2011-03-25 | rustc: Parse definition IDs from crates; add a function to parse unsigned int... | Patrick Walton | -5/+33 |
| 2011-03-25 | Add get_extern_const, factor get_extern into get_extern_fn and get_simple_ext... | Graydon Hoare | -6/+23 |
| 2011-03-25 | rustc: Look up names in "use"d crates | Patrick Walton | -11/+138 |
| 2011-03-25 | Trans nomenclature tidy-up: upcall vs. native vs. extern. | Graydon Hoare | -56/+76 |
| 2011-03-25 | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | -57/+57 |
| 2011-03-25 | stdlib: Implement a memory buffer reader, untested at the moment | Patrick Walton | -22/+61 |
| 2011-03-25 | Sketch of wiring typeck up to creader. | Graydon Hoare | -32/+70 |
| 2011-03-25 | stdlib: Separate basic I/O reading functionality into a separate buf_reader o... | Patrick Walton | -25/+85 |
| 2011-03-25 | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | -57/+57 |
| 2011-03-25 | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | -57/+57 |
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -234/+245 |
| 2011-03-25 | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | -39/+71 |
| 2011-03-25 | rustc: Store cached crate metadata in the session | Patrick Walton | -35/+37 |
| 2011-03-25 | Update pretty printer for ports, channels, send and receive | Brian Anderson | -1/+35 |
| 2011-03-25 | Implement local declarations with receive. Un-XFAIL decl-with-recv.rs. | Brian Anderson | -20/+51 |
| 2011-03-25 | Refactor ast.local to make room for initialization via recv | Brian Anderson | -17/+29 |
| 2011-03-25 | Add test for local declarations with receive. XFAIL in rustc. | Brian Anderson | -0/+15 |
| 2011-03-25 | rustc: Create a crate metadata cache | Patrick Walton | -7/+25 |
| 2011-03-25 | Auto-reconfigure on Makefile.in or configure change. | Graydon Hoare | -0/+13 |
| 2011-03-25 | Fix typo in Ref.Task.Comm | Brian Anderson | -1/+1 |