| Commit message (Expand) | Author | Age | Files | Lines |
| * | Translate typeck.ty_fn to a TypeRef. Can compile int.rs test now. | Graydon Hoare | 2010-11-19 | 1 | -0/+13 |
| * | rustc: First stab at a typechecker | Patrick Walton | 2010-11-19 | 5 | -49/+912 |
| * | rustboot: Say when a binary operator is unimplemented rather than asserting i... | Patrick Walton | 2010-11-19 | 1 | -2/+7 |
| * | Parse type items, nil types, named types. Fix some parser bugs. Enable arith-... | Graydon Hoare | 2010-11-19 | 2 | -6/+79 |
| * | Isolate while-header bug to minimal testcase, fix in rustboot, remove workaro... | Graydon Hoare | 2010-11-19 | 5 | -46/+94 |
| * | Enable more now-passing tests for rustc (including function calls). | Graydon Hoare | 2010-11-19 | 1 | -0/+4 |
| * | Disable LLVM backend in rustboot; more trouble than it's worth at this point. | Graydon Hoare | 2010-11-19 | 1 | -0/+4 |
| * | Work around Yet Another Typestate Lifecycle Bug in rustboot. | Graydon Hoare | 2010-11-19 | 1 | -2/+13 |
| * | rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c... | Patrick Walton | 2010-11-18 | 6 | -54/+69 |
| * | Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics. | Graydon Hoare | 2010-11-16 | 6 | -77/+127 |
| * | 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 |
| * | Change PVAL_num to PVAL_int and remove non-int literal forms. | Graydon Hoare | 2010-11-13 | 1 | -16/+14 |
| * | Remove dead code in cexp. | Graydon Hoare | 2010-11-13 | 1 | -1/+0 |
| * | 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 | 3 | -70/+91 |
| * | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t... | Graydon Hoare | 2010-11-09 | 3 | -25/+84 |
| * | Implement a map2() function in std._vec | Patrick Walton | 2010-11-09 | 2 | -1/+36 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 10 | -30/+97 |
| * | Add a check for binding an alias. Good thing, as we had two instances in our ... | Graydon Hoare | 2010-11-08 | 4 | -2/+35 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | rustc: Implement function types | Patrick Walton | 2010-11-05 | 3 | -1/+60 |
| * | rustboot: Report mismatched effect qualifiers | Patrick Walton | 2010-11-05 | 1 | -2/+5 |
| * | test_init_fn() in lib-vec.rs doesn't seem to segfault anymore. Un-XFAIL it. | Patrick Walton | 2010-11-05 | 1 | -1/+1 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 14 | -93/+115 |
| * | rustboot: Report cyclic import errors at the right location | Patrick Walton | 2010-11-05 | 2 | -6/+9 |
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 11 | -68/+46 |
| * | rustboot: Describe the cycle when reporting a cyclic import error | Patrick Walton | 2010-11-05 | 1 | -1/+10 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 11 | -46/+68 |
| * | Fix buggy while and do-while translation in rustc. Add test. | Graydon Hoare | 2010-11-04 | 4 | -12/+35 |
| * | 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 |
| * | rustc: Use an extensible annotation field instead of putting option[@ty] ever... | Patrick Walton | 2010-11-03 | 4 | -89/+94 |