| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disable effect checking in rustboot | Marijn Haverbeke | 2011-04-08 | 1 | -3/+5 |
| * | Change rust_vec to have a 16-byte header, to 16-byte-align vec-body data. Maj... | Graydon Hoare | 2011-04-02 | 3 | -6/+9 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 38 | -38/+38 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 38 | -38/+38 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 38 | -38/+38 |
| * | Improve error message when the lexer sees a bad character | Tim Chevalier | 2011-03-24 | 1 | -1/+2 |
| * | rustboot: Parse, and ignore, "mutable?" | Patrick Walton | 2011-03-18 | 1 | -2/+14 |
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | 2011-03-16 | 1 | -3/+1 |
| * | Switch rustboot from element-wise copying to take+drop+memcpy. Un-XFAIL size-... | Graydon Hoare | 2011-03-11 | 3 | -101/+77 |
| * | Fix seemingly un-noticed thinko in structural copying code in rustboot. | Graydon Hoare | 2011-03-10 | 1 | -1/+1 |
| * | Remove GC overspend; running out of memory on some tinderboxes. | Graydon Hoare | 2011-03-08 | 1 | -5/+0 |
| * | Make ret and fail stmts have 0 out-edges, Closes #250. | Graydon Hoare | 2011-03-05 | 1 | -0/+5 |
| * | Rewrite rustboot's flow-graph wiring passes to be less awful. Add test for ne... | Graydon Hoare | 2011-03-03 | 1 | -248/+104 |
| * | Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ... | Graydon Hoare | 2011-02-22 | 3 | -12/+28 |
| * | Revert EI_OSABI ELF header field back to 0 for Linux | Brian Anderson | 2011-02-10 | 1 | -1/+0 |
| * | Re-indent a bit of elf. | Graydon Hoare | 2011-02-09 | 1 | -10/+10 |
| * | Add several 1-word .bss fragments for FreeBSD. | Graydon Hoare | 2011-02-09 | 1 | -0/+21 |
| * | Add .bss fragment support to elf. | Graydon Hoare | 2011-02-09 | 1 | -3/+31 |
| * | Adapt elf.ml to handle differences between Linux and FreeBSD. | Rob Arnold | 2011-02-09 | 1 | -6/+20 |
| * | Add FreeBSD_x86_elf target to rustboot | Rob Arnold | 2011-02-09 | 4 | -6/+29 |
| * | Update various README files in the tree. | Graydon Hoare | 2011-01-26 | 1 | -9/+9 |
| * | Tweak effect-checking rules in rustboot, remove/rewrite/re-auth impure cases ... | Graydon Hoare | 2011-01-21 | 1 | -34/+55 |
| * | Wrap long line. | Graydon Hoare | 2011-01-12 | 1 | -2/+3 |
| * | Guard a bunch more logging calls. Cut 10s off rustc compile time. | Graydon Hoare | 2011-01-12 | 2 | -18/+31 |
| * | Guard unguarded log calls that snuck in. Shave 5s off building rustc. | Graydon Hoare | 2011-01-11 | 1 | -3/+5 |
| * | Recursively genericize types and spread across glue. Saves 1mb size, 8s compi... | Graydon Hoare | 2011-01-11 | 2 | -16/+38 |
| * | Out-of-line all drop glue. Shaves 50kb from rustc. | Graydon Hoare | 2011-01-11 | 1 | -11/+1 |
| * | Make rustboot fn/obj drops generic; cuts 300kb size, 10s compile time off rustc. | Graydon Hoare | 2011-01-11 | 1 | -0/+16 |
| * | More mopping up wrong-named rules in the Makefile. | Graydon Hoare | 2010-12-29 | 1 | -0/+0 |
| * | Remove LLVM rustboot backend. | Graydon Hoare | 2010-12-29 | 6 | -1630/+0 |
| * | rustboot: Only bottom out at opaque IL types after finding two cycles. DON'T ... | Patrick Walton | 2010-12-21 | 2 | -1/+8 |
| * | Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-preceden... | Graydon Hoare | 2010-12-13 | 1 | -10/+20 |
| * | Change 'stratum' to the friendlier term 'layer'. | Graydon Hoare | 2010-12-03 | 11 | -100/+100 |
| * | Add code to fail on non-exhaustive alt matching. Fix all cases this picked up... | Graydon Hoare | 2010-12-01 | 1 | -1/+8 |
| * | Change mutability into a type constructor. | Graydon Hoare | 2010-11-29 | 1 | -0/+7 |
| * | rustboot: Say when a binary operator is unimplemented rather than asserting i... | Patrick Walton | 2010-11-19 | 1 | -2/+7 |
| * | Isolate while-header bug to minimal testcase, fix in rustboot, remove workaro... | Graydon Hoare | 2010-11-19 | 3 | -33/+70 |
| * | rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c... | Patrick Walton | 2010-11-18 | 1 | -54/+59 |
| * | Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics. | Graydon Hoare | 2010-11-16 | 5 | -65/+111 |
| * | Change PVAL_num to PVAL_int and remove non-int literal forms. | Graydon Hoare | 2010-11-13 | 1 | -16/+14 |
| * | Remove dead code in cexp. | Graydon Hoare | 2010-11-13 | 1 | -1/+0 |
| * | Redo the scheme for block context chaining and termination, to simplify and s... | Graydon Hoare | 2010-11-10 | 1 | -1/+2 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 2 | -15/+44 |
| * | Add a check for binding an alias. Good thing, as we had two instances in our ... | Graydon Hoare | 2010-11-08 | 1 | -0/+26 |
| * | Fix linux burn caused by last commit on friday. | Graydon Hoare | 2010-11-08 | 1 | -1/+1 |
| * | Update lltrans to also emit WinMain@16 on windows. | Graydon Hoare | 2010-11-05 | 3 | -3/+10 |
| * | rustboot: Report the alias-ness of function parameters in type errors | Patrick Walton | 2010-11-05 | 1 | -1/+6 |
| * | rustboot: If something that wasn't a type was found where a type was expected... | Patrick Walton | 2010-11-05 | 1 | -1/+1 |
| * | rustboot: Report mismatched effect qualifiers | Patrick Walton | 2010-11-05 | 1 | -2/+5 |
| * | rustboot: Report cyclic import errors at the right location | Patrick Walton | 2010-11-05 | 2 | -6/+9 |