| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change rust_vec to have a 16-byte header, to 16-byte-align vec-body data. Maj... | Graydon Hoare | 2011-04-02 | 1 | -1/+2 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 8 | -8/+8 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 8 | -8/+8 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 8 | -8/+8 |
| * | Switch rustboot from element-wise copying to take+drop+memcpy. Un-XFAIL size-... | Graydon Hoare | 2011-03-11 | 1 | -1/+1 |
| * | Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ... | Graydon Hoare | 2011-02-22 | 2 | -12/+24 |
| * | 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 |
| * | Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics. | Graydon Hoare | 2010-11-16 | 3 | -50/+85 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 1 | -0/+3 |
| * | Fix crasher in rustc. | Graydon Hoare | 2010-10-14 | 1 | -2/+4 |
| * | Fix horribly embarassing signedness bug in backend, plus related regressions. | Graydon Hoare | 2010-10-12 | 3 | -3/+13 |
| * | Git index wins again. | Graydon Hoare | 2010-10-12 | 1 | -2/+7 |
| * | Changes to make rustboot compile on OCaml 3.12 | Graydon Hoare | 2010-10-12 | 1 | -2/+2 |
| * | Teach bind to actually bind typarams, as it claims to. | Graydon Hoare | 2010-10-10 | 1 | -2/+2 |
| * | Implement a -minimal mode prologue, cut 100kb from rustc. | Graydon Hoare | 2010-10-08 | 1 | -30/+76 |
| * | Make minimal-mode slightly less aggressive. | Graydon Hoare | 2010-10-07 | 1 | -7/+3 |
| * | Add -minimal mode to rustboot that skips emitting code that's broken or unnee... | Graydon Hoare | 2010-10-05 | 2 | -3/+8 |
| * | Better backpointer logic. | Graydon Hoare | 2010-10-05 | 2 | -4/+15 |
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | 2010-09-29 | 1 | -1/+1 |
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | 2010-09-20 | 1 | -1/+3 |
| * | Use hashtable rather than bitset for vreg constraints in ra; speeds compilation. | Graydon Hoare | 2010-09-09 | 3 | -26/+40 |
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | 2010-09-09 | 1 | -4/+10 |
| * | Lots of design changes around proxies and message passing. Made it so that do... | Michael Bebenita | 2010-09-07 | 1 | -1/+1 |
| * | When vec growth results in a newly allocated (extended) buffer, copy existing... | Roy Frostig | 2010-09-03 | 1 | -2/+2 |
| * | Whitespace churn. | Graydon Hoare | 2010-08-31 | 1 | -1/+1 |
| * | Make vreg constrs per-quad, regfence on nontrivial constrs, back out workarou... | Graydon Hoare | 2010-08-26 | 1 | -46/+61 |
| * | Add check to catch bug underlying issue #152. Fix will take longer. | Graydon Hoare | 2010-08-26 | 1 | -1/+14 |
| * | Add element to closure to hold captured tydesc (not body tydesc). | Graydon Hoare | 2010-08-25 | 1 | -3/+4 |
| * | First pass of updating the in-memory layout of closures, for issue 81. | Graydon Hoare | 2010-08-25 | 1 | -8/+9 |
| * | Janitorial work on obj box / body / field terminology, following froystig's b... | Graydon Hoare | 2010-08-25 | 2 | -4/+6 |
| * | Export all item code to stabs on Windows (including e.g. object methods) | Patrick Walton | 2010-08-19 | 1 | -3/+5 |
| * | Export glue as stabs on Windows as well | Patrick Walton | 2010-08-19 | 1 | -5/+13 |
| * | Add some mangled stabs to help debugging on Windows | Patrick Walton | 2010-08-19 | 1 | -2/+18 |
| * | Zero LMA/VMA of debug sections in elf. Closes #148. | Graydon Hoare | 2010-08-12 | 1 | -105/+42 |
| * | Some ELF correctness issues, but apparently none enough to placate gdb. | Graydon Hoare | 2010-08-11 | 1 | -25/+50 |
| * | Put out burning tinderbox on OSX. | Graydon Hoare | 2010-08-10 | 1 | -8/+19 |
| * | Always bounce mul/div/mod ops. Closes #131 harder. | Graydon Hoare | 2010-08-10 | 1 | -23/+6 |
| * | Get object's captured typarams when calculating sizes in the backend's fn-pro... | Roy Frostig | 2010-08-09 | 3 | -8/+63 |
| * | Changed seemingly incorrect stk_field_valgrind_id. | Michael Bebenita | 2010-08-09 | 1 | -1/+1 |
| * | Degrade emitter size cache to just a flat hashtable with regular flushes (sig... | Graydon Hoare | 2010-08-05 | 2 | -8/+38 |
| * | Move 'as' precedence up to just above relational; support indexing str and ve... | Graydon Hoare | 2010-08-05 | 1 | -7/+12 |
| * | Kill the preallocator, install a sane replacement. Closes #131. And probably ... | Graydon Hoare | 2010-08-04 | 3 | -261/+115 |
| * | Factor append_quad out of IL.emit_full, for use elsewhere. | Graydon Hoare | 2010-08-03 | 1 | -4/+12 |
| * | Remove dead implicit-destinations logic from IL. | Graydon Hoare | 2010-08-03 | 5 | -20/+11 |
| * | Patch up another place where the newly-expanded 'closure-ptr' implicit arg ne... | Graydon Hoare | 2010-07-30 | 1 | -1/+2 |
| * | Slight shaving on RA, no more optimizing today. It's fast enough for now. | Graydon Hoare | 2010-07-26 | 1 | -8/+9 |