| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rustc: Re-XFAIL rec-extend.rs. The typechecker never assigned the path expr ↵ | Patrick Walton | 2011-03-08 | 1 | -0/+1 | |
| | | | | | a type. | |||||
| * | Revert "Move the glue asm code to a .o file. This reduces how much asm we print" | Graydon Hoare | 2011-03-08 | 1 | -19/+4 | |
| | | | | | This reverts commit 55c80e763bfd850682b3217fcfc5cdb516eafae0. | |||||
| * | Move the glue asm code to a .o file. This reduces how much asm we print | Rafael Ávila de Espíndola | 2011-03-08 | 1 | -4/+19 | |
| | | | | | in each "translation unit". | |||||
| * | rustc: Cast dynamically-sized tags in iter_structural_ty_full() to opaque ↵ | Patrick Walton | 2011-03-07 | 1 | -1/+0 | |
| | | | | | tag types. Un-XFAIL generic-recursive-tag.rs. | |||||
| * | rustc: Cast the LLVM representations of tag types when constructing boxes. ↵ | Patrick Walton | 2011-03-07 | 1 | -1/+0 | |
| | | | | | Un-XFAIL list.rs. | |||||
| * | rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL ↵ | Patrick Walton | 2011-03-07 | 1 | -1/+0 | |
| | | | | | integral-indexing.rs. | |||||
| * | Modernize test/run-pass/generic-recursive-tag.rs. Un-XFAIL it in rustboot. | Patrick Walton | 2011-03-07 | 1 | -1/+0 | |
| | | ||||||
| * | Un-XFAIL 5 more tests that pass lately. | Graydon Hoare | 2011-03-07 | 1 | -5/+0 | |
| | | ||||||
| * | rustc: Un-XFAIL box-unbox.rs | Patrick Walton | 2011-03-07 | 1 | -1/+0 | |
| | | ||||||
| * | Un-XFAIL str-concat.rs. | Graydon Hoare | 2011-03-07 | 1 | -1/+0 | |
| | | ||||||
| * | rustc: Use copy_ty() when initializing N-ary tag variants. Un-XFAIL ↵ | Patrick Walton | 2011-03-04 | 1 | -2/+1 | |
| | | | | | generic-tag.rs. | |||||
| * | Build empty wrappers. This lets us compile hello world, but so far it | Rafael Ávila de Espíndola | 2011-03-04 | 1 | -1/+0 | |
| | | | | | just returns 0. | |||||
| * | Rewrite rustboot's flow-graph wiring passes to be less awful. Add test for ↵ | Graydon Hoare | 2011-03-03 | 1 | -0/+1 | |
| | | | | | nested control-flow constructs. | |||||
| * | Turn on Valgrind for Mac | Patrick Walton | 2011-03-03 | 1 | -14/+7 | |
| | | ||||||
| * | Implement structured compare for rec, tup, tag. Un-XFAIL structured-compare.rs. | Graydon Hoare | 2011-03-01 | 1 | -1/+0 | |
| | | ||||||
| * | Declare wrappers to the native functions and use those to create | Rafael Ávila de Espíndola | 2011-02-28 | 1 | -0/+1 | |
| | | | | | | | | the fn/closure pairs. Disable native2.rs for now as we are not yet defining the wrappers and it fails to link. | |||||
| * | Disable test that is failing on valgrind. | Rafael Ávila de Espíndola | 2011-02-25 | 1 | -1/+2 | |
| | | ||||||
| * | rustc: Perform type parameter substitutions when emitting glue for generic ↵ | Patrick Walton | 2011-02-24 | 1 | -1/+0 | |
| | | | | | tags. Un-XFAIL generic-tag.rs. | |||||
| * | Cast more aggressively to the callee type when calling generic functions. ↵ | Patrick Walton | 2011-02-24 | 1 | -0/+1 | |
| | | | | | Add a test-case for this, and XFAIL it in rustboot. | |||||
| * | Revert "Cast more aggressively to the callee type when calling generic ↵ | Patrick Walton | 2011-02-24 | 1 | -1/+0 | |
| | | | | | | | functions. Add a test-case for this, and XFAIL it in rustboot." due to test failures This reverts commit 0a65283c5eeae0b98fff7d213dbaad59889e677e. | |||||
| * | Cast more aggressively to the callee type when calling generic functions. ↵ | Patrick Walton | 2011-02-24 | 1 | -0/+1 | |
| | | | | | Add a test-case for this, and XFAIL it in rustboot. | |||||
| * | Restore working rustc run-pass tests | Brian Anderson | 2011-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | Invert test/run-pass/ for rustc | Patrick Walton | 2011-02-23 | 1 | -113/+104 | |
| | | ||||||
| * | Implement type descriptor binding. Un-XFAIL test/run-pass/generic-bind.rs. | Patrick Walton | 2011-02-23 | 1 | -0/+1 | |
| | | ||||||
| * | Teach rustc about reserved keywords | Brian Anderson | 2011-02-22 | 1 | -0/+7 | |
| | | ||||||
| * | Un-XFAIL argv.rs and command-line-args.rs. | Graydon Hoare | 2011-02-22 | 1 | -0/+2 | |
| | | ||||||
| * | Find main functions buried within modules. Un-XFAIL import.rs. | Graydon Hoare | 2011-02-21 | 1 | -0/+1 | |
| | | ||||||
| * | Implement expr_put. Un-XFAIL foreach-simple.rs; iters w/o env access work. | Graydon Hoare | 2011-02-18 | 1 | -0/+1 | |
| | | ||||||
| * | Un-XFAIL mutable-vec-drop.rs. | Graydon Hoare | 2011-02-16 | 1 | -0/+1 | |
| | | ||||||
| * | Add a more specialized decl_native_fn_and_pair. Native functions now have | Rafael Avila de Espindola | 2011-02-16 | 1 | -0/+1 | |
| | | | | | the right name. | |||||
| * | Add missing case to ty_to_str. | Rafael Avila de Espindola | 2011-02-16 | 1 | -1/+0 | |
| | | | | | | Disable test that now fails because we produce undefined references to the native functions. | |||||
| * | Translate record extension. | Graydon Hoare | 2011-02-15 | 1 | -0/+1 | |
| | | ||||||
| * | Handle record update in typeck. | Graydon Hoare | 2011-02-15 | 1 | -0/+1 | |
| | | ||||||
| * | Add support for unsigned binops. Closes #57 | Brian Anderson | 2011-02-14 | 1 | -0/+2 | |
| | | ||||||
| * | Translate pat_lit, un-XFAIL alt-pattern-lit.rs for rustc. | Graydon Hoare | 2011-02-10 | 1 | -0/+1 | |
| | | ||||||
| * | Fix bug in trans_field, un-XFAIL two more tests. | Graydon Hoare | 2011-02-10 | 1 | -0/+2 | |
| | | ||||||
| * | Un-XFAIL generic-derived-type.rs. | Graydon Hoare | 2011-02-10 | 1 | -0/+1 | |
| | | ||||||
| * | Add compile-fail tests for tail calls | Brian Anderson | 2011-02-10 | 1 | -0/+3 | |
| | | ||||||
| * | Parse 'be' statement. Pass tailcall tests. No actual tailcalls yet. | Brian Anderson | 2011-02-10 | 1 | -0/+3 | |
| | | ||||||
| * | Fix bug in test and un-XFAIL 4 tests now passing on rustc. | Graydon Hoare | 2011-02-09 | 1 | -0/+4 | |
| | | ||||||
| * | Add FreeBSD support in the Makefile | Rob Arnold | 2011-02-09 | 1 | -0/+20 | |
| | | ||||||
| * | Elide passed-typarams when tydescs are captured. Un-XFAIL generic-obj.rs. | Graydon Hoare | 2011-02-09 | 1 | -0/+1 | |
| | | ||||||
| * | Add very minimal support for native modules. For now they must be empty. | Rafael Ávila de Espíndola | 2011-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Implement 'else if' | Graydon Hoare | 2011-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Re-XFAIL those tests enabled by commit a2789363e107114fdc0ff45a208ae67a56bce73a. | Graydon Hoare | 2011-01-31 | 1 | -2/+17 | |
| | | | | | WinNT tinderbox doesn't like them. | |||||
| * | Un-XFAIL some compile-fail tests | Brian Anderson | 2011-01-31 | 1 | -0/+7 | |
| | | ||||||
| * | Reenable xfailed tests for rustboot that pass with trivial or no modifications | Brian Anderson | 2011-01-30 | 1 | -17/+2 | |
| | | ||||||
| * | Pass --error-exitcode=1 to valgrind in Makefile; XFAIL test that was ↵ | Graydon Hoare | 2011-01-28 | 1 | -1/+1 | |
| | | | | | memcheck-failing. | |||||
| * | Correctly handle "import foo = bar.zed;". | Rafael Ávila de Espíndola | 2011-01-28 | 1 | -0/+1 | |
| | | ||||||
| * | Un-XFAIL 3 tests that started working recently. | Graydon Hoare | 2011-01-27 | 1 | -0/+3 | |
| | | ||||||