| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | rustboot: Describe the cycle when reporting a cyclic import error | Patrick Walton | 2010-11-05 | 1 | -1/+10 |
| * | rustboot: When resolving recursively, build up error messages recursively as ... | Patrick Walton | 2010-11-03 | 1 | -25/+35 |
| * | rustboot: Say exactly which name was unbound when reporting unbound name errors | Patrick Walton | 2010-11-03 | 4 | -52/+73 |
| * | Code sketch and comment notes on textual crate signatures. | Graydon Hoare | 2010-11-03 | 4 | -0/+244 |
| * | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | 2010-11-02 | 6 | -59/+97 |
| * | Split out stratum-checking pass, implement more-strict (overly aggressive) im... | Graydon Hoare | 2010-11-02 | 5 | -93/+148 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 11 | -80/+168 |
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | 2010-10-28 | 1 | -1/+20 |
| * | Revert "rustboot: Emit an error instead of asserting in trans when a T is pas... | Patrick Walton | 2010-10-28 | 1 | -20/+1 |
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | 2010-10-28 | 1 | -1/+20 |
| * | Emit a sensible error message if one or more of the parameters isn't enough c... | Patrick Walton | 2010-10-27 | 1 | -4/+9 |
| * | rustboot: Emit an error message instead of asserting on a type-param mismatch... | Patrick Walton | 2010-10-27 | 2 | -6/+10 |
| * | rustboot: For error reporting, map tag IDs to *tag* names, not to tag *varian... | Patrick Walton | 2010-10-26 | 1 | -4/+5 |
| * | rustboot: Use a less hacky method to report tag names in error messages, whic... | Patrick Walton | 2010-10-26 | 2 | -36/+10 |
| * | Thread a source location though for type error reporting instead of the awful... | Patrick Walton | 2010-10-25 | 1 | -10/+11 |
| * | Prevent Not_found in the unfortunate case when we have to "friendly_stringify... | Patrick Walton | 2010-10-25 | 1 | -1/+2 |
| * | rustboot: If the user tries to instantiate a non-parametric type with type pa... | Patrick Walton | 2010-10-22 | 2 | -2/+7 |
| * | rustboot: Don't use ridiculous type names when describing simple types like i... | Patrick Walton | 2010-10-21 | 2 | -1/+12 |
| * | Use "friendly" type names when reporting a "mismatched type-params" error | Patrick Walton | 2010-10-21 | 2 | -88/+79 |
| * | Move the "friendly" type printer to semant | Patrick Walton | 2010-10-20 | 2 | -87/+85 |
| * | Eliminate <tag#> stuff from the "friendly" type errors | Patrick Walton | 2010-10-20 | 1 | -0/+33 |
| * | Print better error messages when the number of type params is wrong | Patrick Walton | 2010-10-20 | 1 | -1/+6 |
| * | Make type errors in rustboot report the friendly type of both expected and ac... | Graydon Hoare | 2010-10-18 | 1 | -2/+4 |
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | 2010-10-15 | 3 | -92/+214 |
| * | Fix mem += mem bug in vec-append. | Graydon Hoare | 2010-10-14 | 1 | -2/+2 |
| * | Fix typos in Type.friendly_stringify. | Graydon Hoare | 2010-10-14 | 1 | -3/+3 |
| * | Typecheck tags in "alt" patterns | Patrick Walton | 2010-10-14 | 1 | -0/+2 |
| * | Fix crasher in rustc. | Graydon Hoare | 2010-10-14 | 2 | -5/+8 |
| * | Move the friendly-names table to semant, reuse it in the name mangler. | Graydon Hoare | 2010-10-13 | 3 | -16/+19 |
| * | Fetch typarams from the outermost item frame, when inside an iter-block. One ... | Graydon Hoare | 2010-10-13 | 2 | -30/+58 |
| * | Use "friendly" types throughout the typechecker | Patrick Walton | 2010-10-13 | 1 | -38/+40 |
| * | Use the user-defined type aliases when reporting type errors | Patrick Walton | 2010-10-13 | 1 | -21/+71 |
| * | Fix horribly embarassing signedness bug in backend, plus related regressions. | Graydon Hoare | 2010-10-12 | 4 | -6/+22 |
| * | Git index wins again. | Graydon Hoare | 2010-10-12 | 9 | -65/+105 |
| * | Changes to make rustboot compile on OCaml 3.12 | Graydon Hoare | 2010-10-12 | 9 | -46/+46 |
| * | Bind labels explicitly in fe/cexp.ml. Should fix issue #169. | Patrick Walton | 2010-10-11 | 1 | -2/+2 |
| * | 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 | 3 | -61/+103 |
| * | 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 |