| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | Ignore all rusti tests harder. #7541 | Brian Anderson | -1/+2 |
| 2013-07-01 | Ignore all rusti tests. #7541 | Brian Anderson | -1/+2 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -34/+49 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -2/+2 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -0/+666 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+2 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+2 |
| 2013-06-26 | Fix a formatting bug in rusti | Alex Crichton | -1/+6 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -4/+4 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+0 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -8/+8 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -3/+3 |
| 2013-06-18 | rusti: Disable tests on macos harder | Brian Anderson | -4/+4 |
| 2013-06-18 | rusti: disable tests on 32bit mac. r=burningtree. | Graydon Hoare | -0/+6 |
| 2013-06-16 | std: allow any sort of string to be Added with +. | Huon Wilson | -1/+1 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -2/+12 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -3/+0 |
| 2013-06-13 | Resolve LLVM crashing in rustpkg tests | Alex Crichton | -1/+1 |
| 2013-06-13 | Correctly parse commands for rusti | Alex Crichton | -1/+11 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -4/+0 |
| 2013-06-13 | Revert "Revert "Remove all usage of the global LLVMContextRef"" | Alex Crichton | -0/+4 |
| 2013-06-13 | Revert "Remove all usage of the global LLVMContextRef" | Brian Anderson | -4/+0 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -0/+4 |
| 2013-06-12 | Rewrite rusti | Alex Crichton | -162/+777 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -3/+3 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -2/+3 |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -3/+5 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: convert str::trim* to methods. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -2/+4 |
| 2013-06-05 | removed some interner fields | John Clements | -1/+1 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -2/+2 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -6/+7 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -6/+5 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -10/+10 |
| 2013-05-29 | auto merge of #6733 : alexcrichton/rust/issue-2400, r=brson | bors | -2/+3 |
| 2013-05-29 | auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatch | bors | -3/+4 |
| 2013-05-28 | Un-ignore rusti/rustpkg tests on i686 | Alex Crichton | -2/+3 |
| 2013-05-28 | librustc: drop AST before running LLVM, frees 400mb on a librustc build | Graydon Hoare | -3/+4 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -6/+6 |
| 2013-05-23 | cleanup warnings from librusti | Erick Tryzelaar | -3/+3 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -0/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -1/+7 |
| 2013-05-22 | "Type :help for help", similar to ghci | kud1ing | -1/+1 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -3/+3 |
| 2013-05-14 | rusti: Ignore tests. Failing on i686. #6489 | Brian Anderson | -1/+1 |
| 2013-05-14 | Don't emit common warnings in rusti | Alex Crichton | -1/+1 |
| 2013-05-14 | Add regression tests for various other rusti issues | Alex Crichton | -16/+17 |
| 2013-05-14 | Fix `use` statements with rusti | Alex Crichton | -1/+2 |
| 2013-05-14 | Get unit tests for rusti working | Alex Crichton | -3/+50 |