| Age | Commit message (Expand) | Author | Lines |
| 2011-07-14 | Add a flag to run ignored tests. Issue #428 | Brian Anderson | -22/+119 |
| 2011-07-14 | Add head and tail functions to std::ivec | Brian Anderson | -0/+28 |
| 2011-07-14 | Add is_empty, is_not_empty preds to std::ivec | Brian Anderson | -0/+43 |
| 2011-07-14 | refactor: Move the LLVM type and constant constructors into a new module. | Eric Holk | -446/+511 |
| 2011-07-14 | Consolidate some arguments in typeck by just passing the record they came from. | Michael Sullivan | -12/+12 |
| 2011-07-14 | Factor out build_environment's code to find a variable in a function context. | Michael Sullivan | -18/+24 |
| 2011-07-14 | Factor out closure construction from trans_for_each. | Michael Sullivan | -14/+24 |
| 2011-07-14 | Fix array out of bounds index in load_environment. | Michael Sullivan | -3/+3 |
| 2011-07-14 | rustc: Move metadata::encoder over to interior vectors | Patrick Walton | -52/+56 |
| 2011-07-14 | Add a facility for ignoring tests. Issue #428 | Brian Anderson | -25/+120 |
| 2011-07-14 | Fix long line. | Graydon Hoare | -1/+2 |
| 2011-07-14 | Move rustc to the new llvm type system. Requires an update to llvm trunk. | Rafael Ávila de Espíndola | -67/+43 |
| 2011-07-14 | rustc: Move much of metadata reading over to interior vectors | Patrick Walton | -336/+337 |
| 2011-07-14 | snap: Register new snapshots | Patrick Walton | -0/+5 |
| 2011-07-14 | rustc: First stab at interior string literals, untested as of yet | Patrick Walton | -12/+86 |
| 2011-07-14 | The test runner's main returns unit, not int. Issue #428 | Brian Anderson | -6/+4 |
| 2011-07-14 | Revert "Allow main to return int" | Brian Anderson | -7/+1 |
| 2011-07-14 | XFAIL some tests in stage 0 | Brian Anderson | -0/+14 |
| 2011-07-14 | Flag --test implies '--cfg test'. Issue #428 | Brian Anderson | -6/+59 |
| 2011-07-14 | Keep a pointer to rust_object_type. | Rafael Ávila de Espíndola | -7/+9 |
| 2011-07-14 | Main part of the type system rewrite: | Rafael Ávila de Espíndola | -75/+87 |
| 2011-07-13 | Allow main to return int | Brian Anderson | -1/+7 |
| 2011-07-13 | Make resolve and the typechecker check for a main fn of the | Tim Chevalier | -10/+89 |
| 2011-07-13 | rustc: Remove some interior vectors from ty, except the ones that I think wer... | Patrick Walton | -35/+8 |
| 2011-07-13 | Small cleanups that were missing in the last patch. | Rafael Ávila de Espíndola | -4/+3 |
| 2011-07-13 | Slight enhancements to round-trip code (run kdiff3 on mismatch, remove hard-w... | Graydon Hoare | -12/+20 |
| 2011-07-13 | Add issue numbers | Jesse Ruderman | -1/+2 |
| 2011-07-13 | Fuzzer: test round trips through the pretty printer and parser | Jesse Ruderman | -37/+86 |
| 2011-07-13 | Next step in the type system change. Add task_type to the context. | Rafael Ávila de Espíndola | -37/+43 |
| 2011-07-13 | rustc: Remove exterior vectors from resolve again | Patrick Walton | -29/+26 |
| 2011-07-13 | First step in the typesystem rewrite: | Rafael Ávila de Espíndola | -84/+84 |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -390/+393 |
| 2011-07-13 | Use more precise spans in error messages for bad FRU exprs | Tim Chevalier | -9/+15 |
| 2011-07-13 | Add test case from issue #675. The previous fix actually fixes this too. | Tim Chevalier | -0/+5 |
| 2011-07-13 | Parse nullary ret correctly | Tim Chevalier | -9/+13 |
| 2011-07-13 | Add some missing cases to token::can_begin_expr | Tim Chevalier | -0/+4 |
| 2011-07-13 | Trim a few more fail(1)s, not sure how they slipped past. | Graydon Hoare | -3/+3 |
| 2011-07-13 | Remove 'Nop.' comments, add emacs lines, remove obsolete file. | Graydon Hoare | -27/+11 |
| 2011-07-13 | More additions to .gitignore. | Graydon Hoare | -0/+7 |
| 2011-07-13 | Fix compile-command lines in rt. | Graydon Hoare | -24/+24 |
| 2011-07-13 | Remove obsolete nargs counts from runtime. | Graydon Hoare | -36/+33 |
| 2011-07-13 | Fix check target names in tests.mk. | Graydon Hoare | -8/+3 |
| 2011-07-13 | Attempt to correct buggy win32 timer code (causing tinderbox failures). | Graydon Hoare | -36/+42 |
| 2011-07-13 | Feeble attempt at putting out the win tinderbox | Marijn Haverbeke | -2/+2 |
| 2011-07-13 | Refactor out some repetetive code in trans_alt | Marijn Haverbeke | -59/+46 |
| 2011-07-13 | Add box patterns | Marijn Haverbeke | -13/+68 |
| 2011-07-13 | box patterns, expect for the trans part | Marijn Haverbeke | -3/+35 |
| 2011-07-13 | Do not allow moving out of obj fields, properly check move inits | Marijn Haverbeke | -87/+85 |
| 2011-07-12 | Revert "rustc: Remove some exterior vectors from ty.rs" | Patrick Walton | -15/+42 |
| 2011-07-12 | Revert "rustc: Remove exterior vectors from resolve" | Patrick Walton | -26/+29 |