| Age | Commit message (Expand) | Author | Lines |
| 2011-08-11 | Switch a check for main type from an error to an ICE | Brian Anderson | -1/+1 |
| 2011-08-11 | Lowercase the "wrong type in main fn" error | Brian Anderson | -4/+4 |
| 2011-08-11 | Fix the error-pattern in compile-fail/bad-main.rs. Un-XFAIL | Brian Anderson | -4/+1 |
| 2011-08-10 | rustc: Don't free shared memory when --gc is on | Patrick Walton | -5/+28 |
| 2011-08-10 | rustc: Add a --gc switch for debugging and experimentation | Patrick Walton | -3/+7 |
| 2011-08-10 | Rework check_expr substantially. | Michael Sullivan | -130/+66 |
| 2011-08-10 | Introduce a ty_infer ast node and use it instead of option::t[ty]. | Michael Sullivan | -49/+55 |
| 2011-08-10 | rustc: Mark functions as "rust" GC | Patrick Walton | -1/+3 |
| 2011-08-10 | Eliminate the last vestiges of init_recv. | Michael Sullivan | -10/+1 |
| 2011-08-10 | Some cleanup in check_expr. | Michael Sullivan | -14/+12 |
| 2011-08-10 | Stub out docs for anon objs; update existing object system docs. | Lindsey Kuper | -37/+21 |
| 2011-08-10 | rustc: Remove unused "trace" upcalls | Patrick Walton | -31/+0 |
| 2011-08-10 | rustc: Declare GC-related intrinsics | Patrick Walton | -0/+8 |
| 2011-08-10 | rustc: Add unique pointers to the set of types we support | Patrick Walton | -24/+49 |
| 2011-08-10 | Use actual type, not declared type, when zeroing move arguments | Tim Chevalier | -3/+30 |
| 2011-08-10 | Update docs to describe kinds rather than layers, remove old terms. | Graydon Hoare | -45/+28 |
| 2011-08-10 | More decl fixes. | Graydon Hoare | -1/+1 |
| 2011-08-10 | Remove dead keywords from parser. | Graydon Hoare | -2/+0 |
| 2011-08-10 | Fix some more declarations in example code in docs. | Graydon Hoare | -5/+5 |
| 2011-08-10 | Update docs regarding path syntax. | Graydon Hoare | -68/+42 |
| 2011-08-10 | Update frontmatter. | Graydon Hoare | -2/+2 |
| 2011-08-10 | Factor out creation of object body types. | Lindsey Kuper | -55/+48 |
| 2011-08-10 | Rename unify::simple to unify::unify. | Michael Sullivan | -4/+3 |
| 2011-08-10 | Some trivial cleanup. | Michael Sullivan | -33/+4 |
| 2011-08-10 | Update docs to new let syntax. | Graydon Hoare | -67/+65 |
| 2011-08-10 | rt: Add the last few cases to polymorphic log | Patrick Walton | -0/+11 |
| 2011-08-10 | rt: Step over type params properly in glue | Patrick Walton | -0/+1 |
| 2011-08-10 | rt: Allow records and boxes to be logged | Patrick Walton | -11/+48 |
| 2011-08-10 | Update docs on vector value syntax. | Graydon Hoare | -20/+15 |
| 2011-08-10 | Comments, cleanup, whitespace, refactoring. | Lindsey Kuper | -77/+74 |
| 2011-08-10 | Test case for issue #812. | Lindsey Kuper | -0/+19 |
| 2011-08-10 | rt: Allow tags to be logged | Patrick Walton | -3/+31 |
| 2011-08-10 | Update docs on record type and value syntax. | Graydon Hoare | -17/+16 |
| 2011-08-10 | Some edits to introductory material in docs. | Graydon Hoare | -40/+28 |
| 2011-08-10 | rt: Implement logging of vectors | Patrick Walton | -1/+20 |
| 2011-08-10 | rt: Implement polymorphic log on strings | Patrick Walton | -2/+33 |
| 2011-08-10 | rustc: Use polymorphic logging | Patrick Walton | -130/+117 |
| 2011-08-10 | Begin valgrinding run-fail tests | Brian Anderson | -20/+41 |
| 2011-08-10 | rt: Shutdown gracefully on failure | Brian Anderson | -2/+28 |
| 2011-08-10 | rt: Use _LP64 instead of SIZE_MAX and UINT64_MAX to try to put out the burnin... | Patrick Walton | -1/+1 |
| 2011-08-10 | rt: Attempt to quiet MinGW by including limits.h | Patrick Walton | -0/+1 |
| 2011-08-09 | rt: Stub code for polymorphic log | Patrick Walton | -2/+45 |
| 2011-08-09 | rustc: Make iter_structural_ty_full and friends take one value, not two. Shav... | Patrick Walton | -70/+36 |
| 2011-08-09 | rustc: Remove the code to generate cmp glue | Patrick Walton | -172/+5 |
| 2011-08-09 | Actually perform handoff from caller to callee on move-mode args. | Graydon Hoare | -9/+53 |
| 2011-08-09 | Do some cleanup in stdlib. | Michael Sullivan | -69/+69 |
| 2011-08-09 | test: XFAIL binops.rs for now due to mysterious tinderbox failure on Linux | Patrick Walton | -0/+5 |
| 2011-08-09 | rustc: Use shapes instead of codegen'd cmp glue | Patrick Walton | -7/+1 |
| 2011-08-09 | test: Update binops.rs with the new equality semantics | Patrick Walton | -11/+7 |
| 2011-08-09 | rt: Implement comparison of functions, objects, ports, channels, and tasks | Patrick Walton | -1/+21 |