| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Have the pretty-printer take a writer stream as argument | Marijn Haverbeke | 2011-03-09 | 1 | -21/+22 |
| | | | | | | It now uses a string writer to also fill in for middle.ty.ast_ty_to_str | ||||
| * | Add stdout_writer and string_writer to std.io | Marijn Haverbeke | 2011-03-09 | 1 | -23/+48 |
| | | | | | | For use by pretty-printer. string_writer API is a bit silly right now, feel free to suggest a cleaner way to do this. | ||||
| * | Add a pretty-printer | Marijn Haverbeke | 2011-03-07 | 1 | -13/+17 |
| | | | | | | Adds a -pp option to the compiler which will cause it to simply pretty-print the given file. | ||||
| * | Change io.fileflag to a tag type. Remove FIXME | Brian Anderson | 2011-03-06 | 1 | -19/+8 |
| | | |||||
| * | Make _str.bytes use _vec.init_fn. Remove FIXME. | Brian Anderson | 2011-03-06 | 1 | -18/+3 |
| | | |||||
| * | Rustify some comments lifted directly from the sha-1 reference implementation | Brian Anderson | 2011-02-22 | 1 | -2/+2 |
| | | |||||
| * | Rename std._io to std.io since 'io' is no longer a keyword | Brian Anderson | 2011-02-22 | 2 | -2/+2 |
| | | |||||
| * | Implement sha-1 in standard library. Closes #228 | Brian Anderson | 2011-02-21 | 2 | -0/+285 |
| | | |||||
| * | Add std.path module for pathname manipulations. | Graydon Hoare | 2011-01-10 | 2 | -0/+22 |
| | | |||||
| * | Fail in new_stdio_reader when libc.fopen fails. | Graydon Hoare | 2011-01-10 | 1 | -2/+3 |
| | | |||||
| * | Add _str.starts_with and ends_with. | Graydon Hoare | 2011-01-03 | 1 | -0/+29 |
| | | |||||
| * | Add std.dbg.trap(str msg) for help debugging. | Graydon Hoare | 2010-12-31 | 1 | -0/+5 |
| | | |||||
| * | Sort methods in object types. | Graydon Hoare | 2010-12-21 | 1 | -0/+25 |
| | | |||||
| * | Add std.sort, with a simple mergesort. | Graydon Hoare | 2010-12-21 | 2 | -0/+50 |
| | | |||||
| * | rustboot: Don't use walk to traverse statements in type.ml; fixes redundant ↵ | Patrick Walton | 2010-11-18 | 5 | -0/+10 |
| | | | | | checking, improves diagnostics. Also report untyped slots. | ||||
| * | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's ↵ | Graydon Hoare | 2010-11-09 | 1 | -19/+9 |
| | | | | | to_str routine less clever and thereby resist overflow. | ||||
| * | Implement a map2() function in std._vec | Patrick Walton | 2010-11-09 | 1 | -0/+18 |
| | | |||||
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 3 | -4/+17 |
| | | |||||
| * | Add a check for binding an alias. Good thing, as we had two instances in our ↵ | Graydon Hoare | 2010-11-08 | 2 | -2/+2 |
| | | | | | library. | ||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 7 | -47/+70 |
| | | |||||
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 5 | -54/+31 |
| | | |||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 5 | -31/+54 |
| | | |||||
| * | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | 2010-11-02 | 1 | -15/+15 |
| | | |||||
| * | Split out stratum-checking pass, implement more-strict (overly aggressive) ↵ | Graydon Hoare | 2010-11-02 | 2 | -19/+19 |
| | | | | | impure-effect checking. | ||||
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 2 | -3/+3 |
| | | |||||
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by ↵ | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| | | | | | value | ||||
| * | Revert "rustboot: Emit an error instead of asserting in trans when a T is ↵ | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| | | | | | | | passed by value" due to test failures This reverts commit ee901858a27bf00c7dd66e7cfecb9dd97029dba8. | ||||
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by ↵ | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| | | | | | value | ||||
| * | rustc: Add an "_" prefix to assembler-generated symbols on Mac | Patrick Walton | 2010-10-22 | 3 | -0/+11 |
| | | |||||
| * | Add some filename helpers to os. | Graydon Hoare | 2010-10-22 | 3 | -0/+25 |
| | | |||||
| * | Change vec slice to use uint, add push/pop/shift/unshift. | Graydon Hoare | 2010-10-22 | 1 | -6/+29 |
| | | |||||
| * | eliminated bitv.test, which now lives in test/run-pass | Dave Herman | 2010-10-21 | 1 | -283/+0 |
| | | |||||
| * | line length police; moved comp.util.bits to std.bitv | Dave Herman | 2010-10-21 | 2 | -0/+464 |
| | | |||||
| * | Disable use of parametric tail call in map.rs, they don't presently work. | Graydon Hoare | 2010-10-18 | 1 | -1/+3 |
| | | |||||
| * | Make list.find return an option of different type than the list element. | Graydon Hoare | 2010-10-18 | 1 | -7/+7 |
| | | |||||
| * | Flesh out the std.list module a touch. | Graydon Hoare | 2010-10-18 | 1 | -0/+49 |
| | | |||||
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ↵ | Graydon Hoare | 2010-10-15 | 2 | -1/+17 |
| | | | | | rustc to use std.util.option. Fix various dependent bugs. Closes #73. | ||||
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ↵ | Graydon Hoare | 2010-09-29 | 1 | -15/+15 |
| | | | | | up and disable it entirely in the runtime. Will need extensive reworking. | ||||
| * | Add 'items' iter to hashmap. | Graydon Hoare | 2010-09-22 | 1 | -0/+12 |
| | | |||||
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 16 | -708/+852 |
| | | |||||
| * | Add some basic string functions: index, rindes, find, substr, split, concat, ↵ | Graydon Hoare | 2010-09-22 | 1 | -0/+119 |
| | | | | | connect. | ||||
| * | Tighten pattern parsing on 0-ary constructors. | Graydon Hoare | 2010-09-21 | 1 | -2/+2 |
| | | |||||
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵ | Graydon Hoare | 2010-09-20 | 3 | -24/+24 |
| | | | | | translate 0-ary constructors as constants. Rustc loses ~300kb. | ||||
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵ | Graydon Hoare | 2010-09-09 | 4 | -3/+11 |
| | | | | | work, possibly a little bumpy. Changes a lot. | ||||
| * | Add a little pointer-cast helper to dbg. | Roy Frostig | 2010-09-06 | 1 | -0/+5 |
| | | |||||
| * | Test multi-ref'ed vec growth more seriously than before. | Roy Frostig | 2010-09-03 | 1 | -0/+5 |
| | | |||||
| * | Test the hashmap more, exercising hash collision, element removal, and a ↵ | Roy Frostig | 2010-08-26 | 1 | -6/+11 |
| | | | | | forced rehashing that actually causes elements to change buckets. In the process, find a bug in hashmap's remove() and fix it. | ||||
| * | Make vreg constrs per-quad, regfence on nontrivial constrs, back out ↵ | Graydon Hoare | 2010-08-26 | 1 | -3/+1 |
| | | | | | workaround to _uint, add regression test. Closes #152. | ||||
| * | Workaround issue #152 in _uint.next_power_of_two | Roy Frostig | 2010-08-26 | 1 | -1/+3 |
| | | |||||
| * | Actually switch to using the bigger hashmap once a it finishes growing and ↵ | Roy Frostig | 2010-08-25 | 1 | -2/+4 |
| | | | | | rehashing. | ||||