aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* rustc: Re-XFAIL rec-extend.rs. The typechecker never assigned the path expr a...Patrick Walton2011-03-081-0/+1
* Revert "Move the glue asm code to a .o file. This reduces how much asm we print"Graydon Hoare2011-03-081-19/+4
* Move the glue asm code to a .o file. This reduces how much asm we printRafael Ávila de Espíndola2011-03-081-4/+19
* rustc: Cast dynamically-sized tags in iter_structural_ty_full() to opaque tag...Patrick Walton2011-03-071-1/+0
* rustc: Cast the LLVM representations of tag types when constructing boxes. Un...Patrick Walton2011-03-071-1/+0
* rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL integral-index...Patrick Walton2011-03-071-1/+0
* Modernize test/run-pass/generic-recursive-tag.rs. Un-XFAIL it in rustboot.Patrick Walton2011-03-071-1/+0
* Un-XFAIL 5 more tests that pass lately.Graydon Hoare2011-03-071-5/+0
* rustc: Un-XFAIL box-unbox.rsPatrick Walton2011-03-071-1/+0
* Un-XFAIL str-concat.rs.Graydon Hoare2011-03-071-1/+0
* rustc: Use copy_ty() when initializing N-ary tag variants. Un-XFAIL generic-t...Patrick Walton2011-03-041-2/+1
* Build empty wrappers. This lets us compile hello world, but so far itRafael Ávila de Espíndola2011-03-041-1/+0
* Rewrite rustboot's flow-graph wiring passes to be less awful. Add test for ne...Graydon Hoare2011-03-031-0/+1
* Turn on Valgrind for MacPatrick Walton2011-03-031-14/+7
* Implement structured compare for rec, tup, tag. Un-XFAIL structured-compare.rs.Graydon Hoare2011-03-011-1/+0
* Declare wrappers to the native functions and use those to createRafael Ávila de Espíndola2011-02-281-0/+1
* Disable test that is failing on valgrind.Rafael Ávila de Espíndola2011-02-251-1/+2
* rustc: Perform type parameter substitutions when emitting glue for generic ta...Patrick Walton2011-02-241-1/+0
* Cast more aggressively to the callee type when calling generic functions. Add...Patrick Walton2011-02-241-0/+1
* Revert "Cast more aggressively to the callee type when calling generic functi...Patrick Walton2011-02-241-1/+0
* Cast more aggressively to the callee type when calling generic functions. Add...Patrick Walton2011-02-241-0/+1
* Restore working rustc run-pass testsBrian Anderson2011-02-241-1/+1
* Invert test/run-pass/ for rustcPatrick Walton2011-02-231-113/+104
* Implement type descriptor binding. Un-XFAIL test/run-pass/generic-bind.rs.Patrick Walton2011-02-231-0/+1
* Teach rustc about reserved keywordsBrian Anderson2011-02-221-0/+7
* Un-XFAIL argv.rs and command-line-args.rs.Graydon Hoare2011-02-221-0/+2
* Find main functions buried within modules. Un-XFAIL import.rs.Graydon Hoare2011-02-211-0/+1
* Implement expr_put. Un-XFAIL foreach-simple.rs; iters w/o env access work.Graydon Hoare2011-02-181-0/+1
* Un-XFAIL mutable-vec-drop.rs.Graydon Hoare2011-02-161-0/+1
* Add a more specialized decl_native_fn_and_pair. Native functions now haveRafael Avila de Espindola2011-02-161-0/+1
* Add missing case to ty_to_str.Rafael Avila de Espindola2011-02-161-1/+0
* Translate record extension.Graydon Hoare2011-02-151-0/+1
* Handle record update in typeck.Graydon Hoare2011-02-151-0/+1
* Add support for unsigned binops. Closes #57Brian Anderson2011-02-141-0/+2
* Translate pat_lit, un-XFAIL alt-pattern-lit.rs for rustc.Graydon Hoare2011-02-101-0/+1
* Fix bug in trans_field, un-XFAIL two more tests.Graydon Hoare2011-02-101-0/+2
* Un-XFAIL generic-derived-type.rs.Graydon Hoare2011-02-101-0/+1
* Add compile-fail tests for tail callsBrian Anderson2011-02-101-0/+3
* Parse 'be' statement. Pass tailcall tests. No actual tailcalls yet.Brian Anderson2011-02-101-0/+3
* Fix bug in test and un-XFAIL 4 tests now passing on rustc.Graydon Hoare2011-02-091-0/+4
* Add FreeBSD support in the MakefileRob Arnold2011-02-091-0/+20
* Elide passed-typarams when tydescs are captured. Un-XFAIL generic-obj.rs.Graydon Hoare2011-02-091-0/+1
* Add very minimal support for native modules. For now they must be empty.Rafael Ávila de Espíndola2011-02-011-0/+1
* Implement 'else if'Graydon Hoare2011-02-011-0/+1
* Re-XFAIL those tests enabled by commit a2789363e107114fdc0ff45a208ae67a56bce73a.Graydon Hoare2011-01-311-2/+17
* Un-XFAIL some compile-fail testsBrian Anderson2011-01-311-0/+7
* Reenable xfailed tests for rustboot that pass with trivial or no modificationsBrian Anderson2011-01-301-17/+2
* Pass --error-exitcode=1 to valgrind in Makefile; XFAIL test that was memcheck...Graydon Hoare2011-01-281-1/+1
* Correctly handle "import foo = bar.zed;".Rafael Ávila de Espíndola2011-01-281-0/+1
* Un-XFAIL 3 tests that started working recently.Graydon Hoare2011-01-271-0/+3