| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo in x86 backend glue that was, by luck, only crashing on OSX. | Graydon Hoare | 2010-11-15 | 1 | -1/+1 |
| * | Switch upcall glues to fastcall as well. | Graydon Hoare | 2010-11-14 | 3 | -17/+24 |
| * | Remove outptr from module-internal calls; use standard ABI returns. | Graydon Hoare | 2010-11-14 | 2 | -46/+33 |
| * | Switch module-internal calls (i.e. all user code) to fastcall. Still returnin... | Graydon Hoare | 2010-11-14 | 1 | -4/+16 |
| * | Support emitting trap instructions for debugging. | Graydon Hoare | 2010-11-14 | 2 | -0/+20 |
| * | Correct infinite-loop, block-context mismatches in early cleanups. | Graydon Hoare | 2010-11-14 | 1 | -7/+8 |
| * | rustc: Add a type annotation for locals | Patrick Walton | 2010-11-12 | 2 | -3/+6 |
| * | Move phi-node generation into a helper that measures the liveness of each inc... | Graydon Hoare | 2010-11-12 | 1 | -43/+64 |
| * | Load outptr alloca as retval; function call/return now works in rustc. | Graydon Hoare | 2010-11-12 | 1 | -1/+5 |
| * | Stop translating a block when a sub-statement terminates the llvm bb. | Graydon Hoare | 2010-11-12 | 1 | -0/+5 |
| * | rustc: Add an annotation to function and type items so that the typechecker c... | Patrick Walton | 2010-11-10 | 5 | -23/+23 |
| * | Redo the scheme for block context chaining and termination, to simplify and s... | Graydon Hoare | 2010-11-10 | 2 | -69/+89 |
| * | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t... | Graydon Hoare | 2010-11-09 | 2 | -6/+75 |
| * | Translate ast.box unary expressions and support extraction of TypeRefs from A... | Graydon Hoare | 2010-11-05 | 1 | -3/+25 |
| * | Move symbol prefix logic into separate function, add underscore prefix for wi... | Graydon Hoare | 2010-11-05 | 1 | -4/+10 |
| * | Emit WinMain@16 entrypoint on windows. | Graydon Hoare | 2010-11-05 | 1 | -1/+8 |
| * | Fix two incorrect block-context uses in rustc. | Graydon Hoare | 2010-11-05 | 1 | -2/+2 |
| * | Teach rustc to generate type descriptors. | Graydon Hoare | 2010-11-05 | 1 | -0/+13 |
| * | Switch rustc to llvm 2.8 rather than 2.8svn on windows. | Graydon Hoare | 2010-11-05 | 1 | -1/+1 |
| * | rustc: Implement function types | Patrick Walton | 2010-11-05 | 3 | -1/+60 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 6 | -45/+44 |
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 6 | -14/+15 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 6 | -15/+14 |
| * | Fix buggy while and do-while translation in rustc. Add test. | Graydon Hoare | 2010-11-04 | 2 | -11/+19 |
| * | rustc: Use an extensible annotation field instead of putting option[@ty] ever... | Patrick Walton | 2010-11-03 | 4 | -89/+94 |
| * | Support while and do-while loops in rustc. | Graydon Hoare | 2010-11-03 | 4 | -0/+116 |
| * | Teach rustc lexer about changes to stratum, opacity and effect keywords. | Graydon Hoare | 2010-11-03 | 2 | -5/+21 |
| * | Split out stratum-checking pass, implement more-strict (overly aggressive) im... | Graydon Hoare | 2010-11-02 | 1 | -16/+16 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 4 | -57/+57 |
| * | 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 |
| * | Don't use string == in x86.rs, doesn't work. | Graydon Hoare | 2010-10-22 | 1 | -1/+1 |
| * | rustc: Add an "_" prefix to assembler-generated symbols on Mac | Patrick Walton | 2010-10-22 | 1 | -0/+5 |
| * | Implement check-exprs, un-xfail 5 rustc tests. | Graydon Hoare | 2010-10-22 | 5 | -2/+57 |
| * | Add makefile bits to run rustc on the testsuite as part of 'make check'. Most... | Graydon Hoare | 2010-10-22 | 1 | -11/+0 |
| * | 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 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 |
| * | line length police; moved comp.util.bits to std.bitv | Dave Herman | 2010-10-21 | 2 | -464/+0 |
| * | 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 |
| * | created a first draft of the bit-set library needed for typestate | Dave Herman | 2010-10-20 | 2 | -0/+186 |
| * | 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 |