| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix nested patterns in rustboot | Tim Chevalier | 2011-04-28 | 1 | -16/+34 |
| * | Overhaul logging system in runtime | Marijn Haverbeke | 2011-04-19 | 1 | -4/+4 |
| * | replace error logging with log_err in stdlib and rustc | Marijn Haverbeke | 2011-04-19 | 1 | -2/+4 |
| * | Add log_err to rustboot | Marijn Haverbeke | 2011-04-19 | 1 | -8/+11 |
| * | Change rust_vec to have a 16-byte header, to 16-byte-align vec-body data. Maj... | Graydon Hoare | 2011-04-02 | 1 | -3/+5 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Switch rustboot from element-wise copying to take+drop+memcpy. Un-XFAIL size-... | Graydon Hoare | 2011-03-11 | 1 | -98/+74 |
| * | Fix seemingly un-noticed thinko in structural copying code in rustboot. | Graydon Hoare | 2011-03-10 | 1 | -1/+1 |
| * | Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ... | Graydon Hoare | 2011-02-22 | 1 | -0/+4 |
| * | Guard a bunch more logging calls. Cut 10s off rustc compile time. | Graydon Hoare | 2011-01-12 | 1 | -5/+6 |
| * | 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 | 1 | -16/+7 |
| * | 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 |
| * | Add code to fail on non-exhaustive alt matching. Fix all cases this picked up... | Graydon Hoare | 2010-12-01 | 1 | -1/+8 |
| * | 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 | 1 | -32/+46 |
| * | Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics. | Graydon Hoare | 2010-11-16 | 1 | -4/+9 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 1 | -15/+41 |
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | 2010-10-15 | 1 | -55/+78 |
| * | Fix mem += mem bug in vec-append. | Graydon Hoare | 2010-10-14 | 1 | -2/+2 |
| * | Fetch typarams from the outermost item frame, when inside an iter-block. One ... | Graydon Hoare | 2010-10-13 | 1 | -29/+51 |
| * | Fix horribly embarassing signedness bug in backend, plus related regressions. | Graydon Hoare | 2010-10-12 | 1 | -3/+9 |
| * | Git index wins again. | Graydon Hoare | 2010-10-12 | 1 | -3/+5 |
| * | Changes to make rustboot compile on OCaml 3.12 | Graydon Hoare | 2010-10-12 | 1 | -3/+3 |
| * | Remove obsolete comment, issue was fixed with last checkin. | Graydon Hoare | 2010-10-10 | 1 | -3/+0 |
| * | Teach bind to actually bind typarams, as it claims to. | Graydon Hoare | 2010-10-10 | 1 | -56/+91 |
| * | Subject copying code to inline heuristic, cut 30kb from rustc. | Graydon Hoare | 2010-10-09 | 1 | -10/+31 |
| * | Actually do what I meant to in the inline threshold. Don't drink and code. Cu... | Graydon Hoare | 2010-10-09 | 1 | -4/+4 |
| * | Elide mark and sever glue in -minimal mode. | Graydon Hoare | 2010-10-09 | 1 | -2/+9 |
| * | More type-fold caches, shave another second off compile time. | Graydon Hoare | 2010-10-09 | 1 | -3/+1 |
| * | Implement a -minimal mode prologue, cut 100kb from rustc. | Graydon Hoare | 2010-10-08 | 1 | -2/+2 |
| * | Quad counters are revealing. Move drops out-of-line, cut 200kb from rustc. | Graydon Hoare | 2010-10-08 | 1 | -103/+168 |
| * | Add quad-counting system. | Graydon Hoare | 2010-10-08 | 1 | -9/+75 |
| * | More fold caches, cut rustc compile time by 60% again. | Graydon Hoare | 2010-10-08 | 1 | -1/+4 |
| * | Add -lpath mechanism for logging only a subset of a pass (by module-path prefix) | Graydon Hoare | 2010-10-08 | 1 | -20/+16 |
| * | Add -minimal mode to rustboot that skips emitting code that's broken or unnee... | Graydon Hoare | 2010-10-05 | 1 | -12/+22 |
| * | Better backpointer logic. | Graydon Hoare | 2010-10-05 | 1 | -4/+22 |
| * | Fix bug in bind thunks failing top drop unbound args; add test and adjust rus... | Graydon Hoare | 2010-09-30 | 1 | -0/+16 |
| * | Drop slots on block exits even when blocks have no statements. Part way to fi... | Graydon Hoare | 2010-09-30 | 1 | -37/+73 |
| * | implemented break for while-loop case | Or Brostovski | 2010-09-30 | 1 | -3/+15 |
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | 2010-09-29 | 1 | -21/+34 |
| * | Fix linear for loops on strings to not hit trailing null. | Graydon Hoare | 2010-09-22 | 1 | -3/+12 |
| * | Implement preliminary form of structured compare. No boxes, vectors or string... | Graydon Hoare | 2010-09-21 | 1 | -75/+179 |
| * | Kill residual dead code in Trans.iter_tag_parts. Shaves a couple kb off rustc. | Graydon Hoare | 2010-09-21 | 1 | -1/+11 |
| * | Skip 0-ary tag ctors in Trans.iter_tag_parts. Rustc loses 150kb. | Graydon Hoare | 2010-09-21 | 1 | -11/+17 |
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | 2010-09-20 | 1 | -10/+27 |
| * | When translating vec-append, delay destination string's null-byte-accounting ... | Roy Frostig | 2010-09-20 | 1 | -45/+43 |