about summary refs log tree commit diff
path: root/src/boot
AgeCommit message (Expand)AuthorLines
2010-11-03rustboot: When resolving recursively, build up error messages recursively as ...Patrick Walton-25/+35
2010-11-03rustboot: Say exactly which name was unbound when reporting unbound name errorsPatrick Walton-52/+73
2010-11-03Code sketch and comment notes on textual crate signatures.Graydon Hoare-0/+244
2010-11-02Shift obj, type, param decls to have strata rather than effects.Graydon Hoare-59/+97
2010-11-02Split out stratum-checking pass, implement more-strict (overly aggressive) im...Graydon Hoare-93/+148
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-80/+168
2010-10-28rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton-1/+20
2010-10-28Revert "rustboot: Emit an error instead of asserting in trans when a T is pas...Patrick Walton-20/+1
2010-10-28rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton-1/+20
2010-10-27Emit a sensible error message if one or more of the parameters isn't enough c...Patrick Walton-4/+9
2010-10-27rustboot: Emit an error message instead of asserting on a type-param mismatch...Patrick Walton-6/+10
2010-10-26rustboot: For error reporting, map tag IDs to *tag* names, not to tag *varian...Patrick Walton-4/+5
2010-10-26rustboot: Use a less hacky method to report tag names in error messages, whic...Patrick Walton-36/+10
2010-10-25Thread a source location though for type error reporting instead of the awful...Patrick Walton-10/+11
2010-10-25Prevent Not_found in the unfortunate case when we have to "friendly_stringify...Patrick Walton-1/+2
2010-10-22rustboot: If the user tries to instantiate a non-parametric type with type pa...Patrick Walton-2/+7
2010-10-21rustboot: Don't use ridiculous type names when describing simple types like i...Patrick Walton-1/+12
2010-10-21Use "friendly" type names when reporting a "mismatched type-params" errorPatrick Walton-88/+79
2010-10-20Move the "friendly" type printer to semantPatrick Walton-87/+85
2010-10-20Eliminate <tag#> stuff from the "friendly" type errorsPatrick Walton-0/+33
2010-10-20Print better error messages when the number of type params is wrongPatrick Walton-1/+6
2010-10-18Make type errors in rustboot report the friendly type of both expected and ac...Graydon Hoare-2/+4
2010-10-15Encode and decode tag types in dwarf properly. Add list module to std. Shift ...Graydon Hoare-92/+214
2010-10-14Fix mem += mem bug in vec-append.Graydon Hoare-2/+2
2010-10-14Fix typos in Type.friendly_stringify.Graydon Hoare-3/+3
2010-10-14Typecheck tags in "alt" patternsPatrick Walton-0/+2
2010-10-14Fix crasher in rustc.Graydon Hoare-5/+8
2010-10-13Move the friendly-names table to semant, reuse it in the name mangler.Graydon Hoare-16/+19
2010-10-13Fetch typarams from the outermost item frame, when inside an iter-block. One ...Graydon Hoare-30/+58
2010-10-13Use "friendly" types throughout the typecheckerPatrick Walton-38/+40
2010-10-13Use the user-defined type aliases when reporting type errorsPatrick Walton-21/+71
2010-10-12Fix horribly embarassing signedness bug in backend, plus related regressions.Graydon Hoare-6/+22
2010-10-12Git index wins again.Graydon Hoare-65/+105
2010-10-12Changes to make rustboot compile on OCaml 3.12Graydon Hoare-46/+46
2010-10-11Bind labels explicitly in fe/cexp.ml. Should fix issue #169.Patrick Walton-2/+2
2010-10-10Remove obsolete comment, issue was fixed with last checkin.Graydon Hoare-3/+0
2010-10-10Teach bind to actually bind typarams, as it claims to.Graydon Hoare-61/+103
2010-10-09Subject copying code to inline heuristic, cut 30kb from rustc.Graydon Hoare-10/+31
2010-10-09Actually do what I meant to in the inline threshold. Don't drink and code. Cu...Graydon Hoare-4/+4
2010-10-09Elide mark and sever glue in -minimal mode.Graydon Hoare-2/+9
2010-10-09More type-fold caches, shave another second off compile time.Graydon Hoare-5/+16
2010-10-08Implement a -minimal mode prologue, cut 100kb from rustc.Graydon Hoare-32/+78
2010-10-08Quad counters are revealing. Move drops out-of-line, cut 200kb from rustc.Graydon Hoare-103/+168
2010-10-08Add quad-counting system.Graydon Hoare-9/+81
2010-10-08Fix logging bug.Graydon Hoare-1/+1
2010-10-08Add a tag cache for the cases we can't avoid hitting fold; cut rustc compile ...Graydon Hoare-8/+19
2010-10-08More fold caches, cut rustc compile time by 60% again.Graydon Hoare-7/+27
2010-10-08Cache referent-type calculations in rustboot; cut rustc compile time by 60%.Graydon Hoare-1/+7
2010-10-08Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare-103/+142
2010-10-07Make minimal-mode slightly less aggressive.Graydon Hoare-7/+3