| Commit message (Expand) | Author | Age | Files | Lines |
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | 2010-10-28 | 2 | -2/+21 |
| * | Cast NULL to uintptr_t when calling rust_task::start(). | Ralph Giles | 2010-10-28 | 1 | -1/+1 |
| * | 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 |
| * | Merge commit '1875a36feecb7dab183a59ead2d0a342f733422e' | Patrick Walton | 2010-10-25 | 1 | -1/+2 |
| |\ |
|
| | * | Prevent Not_found in the unfortunate case when we have to "friendly_stringify... | Patrick Walton | 2010-10-25 | 1 | -1/+2 |
| * | | Long line police. | Graydon Hoare | 2010-10-22 | 1 | -3/+5 |
| * | | Pass outptr as in rustboot. Probably need to revisit this ABI. Also disgustin... | Graydon Hoare | 2010-10-22 | 1 | -5/+18 |
| * | | Collect all fns first so decl order doesn't matter to translation. | Graydon Hoare | 2010-10-22 | 1 | -13/+41 |
| * | | Extremely broken hacked-up incorrect attempt at 'ret'. | Graydon Hoare | 2010-10-22 | 2 | -0/+36 |
| * | | More fire-fighting. | Graydon Hoare | 2010-10-22 | 1 | -3/+6 |
| * | | Don't use string == in x86.rs, doesn't work. | Graydon Hoare | 2010-10-22 | 1 | -1/+1 |
| * | | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | 2010-10-22 | 4 | -0/+16 |
| |\| |
|
| | * | rustc: Add an "_" prefix to assembler-generated symbols on Mac | Patrick Walton | 2010-10-22 | 4 | -0/+16 |
| * | | Attempt to extinguish burning tree. | Graydon Hoare | 2010-10-22 | 1 | -3/+3 |
| |/ |
|
| * | Implement check-exprs, un-xfail 5 rustc tests. | Graydon Hoare | 2010-10-22 | 6 | -3/+64 |
| * | rustboot: If the user tries to instantiate a non-parametric type with type pa... | Patrick Walton | 2010-10-22 | 2 | -2/+7 |
| * | Add makefile bits to run rustc on the testsuite as part of 'make check'. Most... | Graydon Hoare | 2010-10-22 | 2 | -54/+103 |
| * | Match llvm xfails inside-out, to make life a little less painful. | Graydon Hoare | 2010-10-22 | 1 | -162/+32 |
| * | Make test targets in Makefile end in -boot.x86 or -boot.llvm when made by rus... | Graydon Hoare | 2010-10-22 | 1 | -31/+34 |
| * | Give rustc the beginnings of an option-processing loop (at least -nowarn, -h ... | Graydon Hoare | 2010-10-22 | 2 | -11/+99 |
| * | Make append take a mutable &. Not even checked at present, tsk tsk. | Graydon Hoare | 2010-10-22 | 1 | -1/+1 |
| * | 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 | 2 | -20/+43 |
| * | Add support for passing args to fns in rustc. | Graydon Hoare | 2010-10-21 | 1 | -18/+49 |
| * | Support basic function calls in rustc. | Graydon Hoare | 2010-10-21 | 1 | -8/+39 |
| * | Teach rustc to parse call exprs. | Graydon Hoare | 2010-10-21 | 1 | -0/+13 |
| * | Fix a typo in the previous commit. | Ralph Giles | 2010-10-21 | 1 | -1/+1 |
| * | Check the llvm version against a fixed list. | Ralph Giles | 2010-10-21 | 1 | -4/+3 |
| * | Also search the bare ocaml standard library path for llvm bindings. | Ralph Giles | 2010-10-21 | 1 | -0/+1 |
| * | Update llvm version detection for the 2.8 release. | Ralph Giles | 2010-10-21 | 1 | -9/+22 |
| * | De-burninate tree. | Graydon Hoare | 2010-10-21 | 1 | -0/+1 |
| * | 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 | 4 | -3/+300 |
| * | 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 |
| * | oops, removed bits.test() from main | Dave Herman | 2010-10-21 | 1 | -4/+0 |
| * | tests and bugfixes: fns take aliases, fixed binary arithmetic in create, elim... | Dave Herman | 2010-10-21 | 2 | -29/+322 |
| * | simpler computation of uint_bits(), plus whitespace police | Dave Herman | 2010-10-20 | 1 | -13/+2 |
| * | Move the "friendly" type printer to semant | Patrick Walton | 2010-10-20 | 2 | -87/+85 |
| * | created a first draft of the bit-set library needed for typestate | Dave Herman | 2010-10-20 | 2 | -0/+186 |
| * | 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 |
| * | Add a virtual destructor to rust_thread in sync.h, to quiet the compiler | Patrick Walton | 2010-10-20 | 1 | -0/+2 |
| * | Translate lazy && and || operators in rustc. | Graydon Hoare | 2010-10-19 | 1 | -7/+58 |
| * | Parse and translate assignments. | Graydon Hoare | 2010-10-19 | 2 | -18/+50 |
| * | Teach trans to allocate, initialize and load from local variables. | Graydon Hoare | 2010-10-19 | 6 | -18/+174 |