| Age | Commit message (Expand) | Author | Lines |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -3/+11 |
| 2013-06-10 | Remove all usage of the global LLVMContextRef | Alex Crichton | -64/+7 |
| 2013-06-08 | rm some uses of to_mut_unsafe_ptr | Daniel Micay | -2/+1 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -196/+6 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -1/+220 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -1/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | rustllvm: Use target alignment for atomic load/store | Brian Anderson | -2/+4 |
| 2013-05-19 | Test fixes, use LLVMConstFCmp in ConstFCmp | Corey Richardson | -6/+6 |
| 2013-05-19 | Fix LLVMConst{I,F}Cmp | Corey Richardson | -3/+12 |
| 2013-05-19 | Implement unimplemented const binops | Corey Richardson | -0/+5 |
| 2013-05-17 | Fix AtomicLoad builder code | James Miller | -0/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-13 | Tidy | Matthijs Hofstra | -1/+1 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -4/+18 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -6/+12 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -10/+0 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+0 |
| 2013-04-22 | Choose target features | Seo Sanghyeon | -1/+2 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -1/+1 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -2/+438 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -21/+20 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -5/+5 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -7/+7 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -2/+2 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -1/+1 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -1/+1 |
| 2013-03-12 | Wrap llvm::InlineAsm::AsmDialect | Luqman Aden | -4/+11 |
| 2013-03-12 | Parse inline assembly. | Luqman Aden | -0/+5 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -1003/+1164 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -5/+0 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -4/+16 |
| 2013-02-23 | Consolidate codes dealing with LLVM struct type | Seo Sanghyeon | -15/+9 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -24/+55 |
| 2013-02-19 | use range assert when loading enum discriminant | Daniel Micay | -0/+9 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -40/+1 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | Fix vector indexing in consts so it works with the enum vector const fix. | Jed Davis | -0/+1 |
| 2013-02-06 | librustc: Attempt to put out burning tree by fixing translation of unary nega... | Patrick Walton | -14/+19 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -2/+2 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -2/+2 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -2/+2 |