| Age | Commit message (Expand) | Author | Lines |
| 2010-10-26 | rustboot: For error reporting, map tag IDs to *tag* names, not to tag *varian... | Patrick Walton | -4/+5 |
| 2010-10-26 | rustboot: Use a less hacky method to report tag names in error messages, whic... | Patrick Walton | -36/+10 |
| 2010-10-25 | Thread a source location though for type error reporting instead of the awful... | Patrick Walton | -10/+11 |
| 2010-10-25 | Prevent Not_found in the unfortunate case when we have to "friendly_stringify... | Patrick Walton | -1/+2 |
| 2010-10-22 | rustboot: If the user tries to instantiate a non-parametric type with type pa... | Patrick Walton | -2/+7 |
| 2010-10-21 | rustboot: Don't use ridiculous type names when describing simple types like i... | Patrick Walton | -1/+1 |
| 2010-10-21 | Use "friendly" type names when reporting a "mismatched type-params" error | Patrick Walton | -88/+79 |
| 2010-10-20 | Move the "friendly" type printer to semant | Patrick Walton | -87/+85 |
| 2010-10-20 | Eliminate <tag#> stuff from the "friendly" type errors | Patrick Walton | -0/+33 |
| 2010-10-20 | Print better error messages when the number of type params is wrong | Patrick Walton | -1/+6 |
| 2010-10-18 | Make type errors in rustboot report the friendly type of both expected and ac... | Graydon Hoare | -2/+4 |
| 2010-10-15 | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | -92/+214 |
| 2010-10-14 | Fix mem += mem bug in vec-append. | Graydon Hoare | -2/+2 |
| 2010-10-14 | Fix typos in Type.friendly_stringify. | Graydon Hoare | -3/+3 |
| 2010-10-14 | Typecheck tags in "alt" patterns | Patrick Walton | -0/+2 |
| 2010-10-14 | Fix crasher in rustc. | Graydon Hoare | -3/+4 |
| 2010-10-13 | Move the friendly-names table to semant, reuse it in the name mangler. | Graydon Hoare | -16/+19 |
| 2010-10-13 | Fetch typarams from the outermost item frame, when inside an iter-block. One ... | Graydon Hoare | -30/+58 |
| 2010-10-13 | Use "friendly" types throughout the typechecker | Patrick Walton | -38/+40 |
| 2010-10-13 | Use the user-defined type aliases when reporting type errors | Patrick Walton | -21/+71 |
| 2010-10-12 | Fix horribly embarassing signedness bug in backend, plus related regressions. | Graydon Hoare | -3/+9 |
| 2010-10-12 | Git index wins again. | Graydon Hoare | -51/+85 |
| 2010-10-12 | Changes to make rustboot compile on OCaml 3.12 | Graydon Hoare | -35/+35 |
| 2010-10-10 | Remove obsolete comment, issue was fixed with last checkin. | Graydon Hoare | -3/+0 |
| 2010-10-10 | Teach bind to actually bind typarams, as it claims to. | Graydon Hoare | -59/+101 |
| 2010-10-09 | Subject copying code to inline heuristic, cut 30kb from rustc. | Graydon Hoare | -10/+31 |
| 2010-10-09 | Actually do what I meant to in the inline threshold. Don't drink and code. Cu... | Graydon Hoare | -4/+4 |
| 2010-10-09 | Elide mark and sever glue in -minimal mode. | Graydon Hoare | -2/+9 |
| 2010-10-09 | More type-fold caches, shave another second off compile time. | Graydon Hoare | -5/+16 |
| 2010-10-08 | Implement a -minimal mode prologue, cut 100kb from rustc. | Graydon Hoare | -2/+2 |
| 2010-10-08 | Quad counters are revealing. Move drops out-of-line, cut 200kb from rustc. | Graydon Hoare | -103/+168 |
| 2010-10-08 | Add quad-counting system. | Graydon Hoare | -9/+75 |
| 2010-10-08 | Fix logging bug. | Graydon Hoare | -1/+1 |
| 2010-10-08 | Add a tag cache for the cases we can't avoid hitting fold; cut rustc compile ... | Graydon Hoare | -8/+19 |
| 2010-10-08 | More fold caches, cut rustc compile time by 60% again. | Graydon Hoare | -7/+27 |
| 2010-10-08 | Cache referent-type calculations in rustboot; cut rustc compile time by 60%. | Graydon Hoare | -1/+7 |
| 2010-10-08 | Add -lpath mechanism for logging only a subset of a pass (by module-path prefix) | Graydon Hoare | -103/+111 |
| 2010-10-07 | Simplify type-mismatch messages. | Graydon Hoare | -5/+158 |
| 2010-10-05 | Add -minimal mode to rustboot that skips emitting code that's broken or unnee... | Graydon Hoare | -12/+22 |
| 2010-10-05 | Add -lpasses for logging just the progress of passes. | Graydon Hoare | -1/+24 |
| 2010-10-05 | Better backpointer logic. | Graydon Hoare | -15/+50 |
| 2010-09-30 | Fix bug in bind thunks failing top drop unbound args; add test and adjust rus... | Graydon Hoare | -0/+16 |
| 2010-09-30 | Drop slots on block exits even when blocks have no statements. Part way to fi... | Graydon Hoare | -90/+143 |
| 2010-09-30 | implemented break for while-loop case | Or Brostovski | -35/+84 |
| 2010-09-29 | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | -21/+34 |
| 2010-09-29 | Allow tag recursion through vectors as well as boxes | Patrick Walton | -1/+1 |
| 2010-09-23 | Resolve constant types through to their definitions. | Graydon Hoare | -1/+3 |
| 2010-09-22 | Fix linear for loops on strings to not hit trailing null. | Graydon Hoare | -3/+12 |
| 2010-09-22 | Revert "Make recursive type verification logic better by allowing it to see t... | Graydon Hoare | -18/+12 |
| 2010-09-21 | Make recursive type verification logic better by allowing it to see through m... | Patrick Walton | -12/+18 |