| Age | Commit message (Expand) | Author | Lines |
| 2014-03-05 | rustc: Fix support for LLVM 3.3 | Alex Crichton | -0/+5 |
| 2014-02-26 | rustc: Get rustc compiling with LLVM 3.{3,4} again | Alex Crichton | -7/+56 |
| 2014-01-29 | auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson | bors | -7/+13 |
| 2014-01-29 | Upgrade LLVM | Alex Crichton | -7/+13 |
| 2014-01-28 | Add appropriate LLVM module flags for debug info. | comex | -0/+8 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -0/+11 |
| 2014-01-02 | auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton | bors | -2/+4 |
| 2014-01-02 | debuginfo: Fix issue #11083 and some minor clean up. | Michael Woerister | -2/+4 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -22/+0 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -0/+40 |
| 2013-12-09 | Implement LTO | Alex Crichton | -0/+19 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -277/+1 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+5 |
| 2013-10-11 | have LLVM print type strings for us | Daniel Micay | -0/+7 |
| 2013-10-08 | debuginfo: Unified namespace generation approach for crate-local and external... | Michael Woerister | -6/+13 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -23/+0 |
| 2013-09-15 | debuginfo: Support for recursive types. | Michael Woerister | -0/+30 |
| 2013-09-10 | debuginfo: Wrapped namespace facilities of llvm::DIBuilder | Michael Woerister | -3/+17 |
| 2013-09-09 | add `noalias` attribute to ~ return values | Daniel Micay | -0/+15 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -0/+36 |
| 2013-08-28 | Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton" | Brian Anderson | -0/+1 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -143/+4 |
| 2013-08-24 | rustllvm: Specify hard floats for gnueabihf. | Luqman Aden | -3/+7 |
| 2013-08-22 | make: stop disabling frame pointer elimination | Daniel Micay | -2/+0 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -3/+7 |
| 2013-08-20 | Fix LLVM compilation issues and use the new attrs | Alex Crichton | -3/+7 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -0/+18 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -1/+2 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -1/+2 |
| 2013-08-09 | Implement an `address_insignificant` attribute | Alex Crichton | -0/+4 |
| 2013-08-04 | Fix build issues once LLVM has been upgraded | Alex Crichton | -10/+1 |
| 2013-07-28 | Add an atomic fence intrinsic | James Miller | -1/+4 |
| 2013-07-19 | debuginfo: Support for tuple-style enums (WIP) | Michael Woerister | -42/+66 |
| 2013-07-19 | debuginfo: Added support for c-style enums. | Michael Woerister | -0/+30 |
| 2013-06-17 | Fixed rebase fallout . | Vadim Chugunov | -1/+3 |
| 2013-06-17 | Fixed remaining issues to pass debug-test/* tests. | Vadim Chugunov | -0/+11 |
| 2013-06-17 | Made the while DebugContext mutable, not just created_* hashes | Vadim Chugunov | -17/+28 |
| 2013-06-17 | Use DIBuilder in debuginfo | Vadim Chugunov | -0/+201 |
| 2013-06-13 | Don't run passes again on JIT code | Alex Crichton | -14/+0 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -18/+12 |
| 2013-06-13 | Revert "Revert "Remove all usage of the global LLVMContextRef"" | Alex Crichton | -5/+24 |
| 2013-06-13 | Revert "Remove all usage of the global LLVMContextRef" | Brian Anderson | -24/+5 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -12/+18 |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -18/+12 |
| 2013-06-10 | Remove all usage of the global LLVMContextRef | Alex Crichton | -5/+24 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -45/+3 |
| 2013-05-20 | rustllvm: Use target alignment for atomic load/store | Brian Anderson | -6/+8 |
| 2013-05-17 | Fix AtomicLoad builder code | James Miller | -1/+1 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -0/+22 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -11/+11 |