| Age | Commit message (Expand) | Author | Lines |
| 2014-02-14 | Upgrade LLVM | Alex Crichton | -1/+1 |
| 2014-01-29 | auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson | bors | -12/+16 |
| 2014-01-29 | Upgrade LLVM | Alex Crichton | -12/+16 |
| 2014-01-29 | auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton | bors | -2/+3 |
| 2014-01-29 | enable fp-elim when debug info is disabled | Daniel Micay | -2/+3 |
| 2014-01-28 | Add appropriate LLVM module flags for debug info. | comex | -0/+8 |
| 2014-01-23 | update llvm | aydin.kim | -1/+1 |
| 2014-01-23 | Build llvm-extract (needed by codegen tests) | Alex Crichton | -1/+1 |
| 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 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -22/+0 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -22/+0 |
| 2013-12-29 | Update llvm. | Luqman Aden | -4/+2 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -0/+40 |
| 2013-12-18 | llvm: Disable pthread on mingw | klutzy | -1/+1 |
| 2013-12-11 | Disable all unwinding on -Z no-landing-pads LTO | Alex Crichton | -0/+21 |
| 2013-12-09 | Implement LTO | Alex Crichton | -0/+32 |
| 2013-12-05 | Remove unused upcalls | Alex Crichton | -1/+1 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -282/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -0/+2 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+6 |
| 2013-10-11 | have LLVM print type strings for us | Daniel Micay | -0/+8 |
| 2013-10-08 | debuginfo: Unified namespace generation approach for crate-local and external... | Michael Woerister | -6/+13 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -1/+6 |
| 2013-09-23 | Disable zlib/libffi when configuring LLVM | Alex Crichton | -1/+1 |
| 2013-09-22 | touch LLVM clean trigger | Daniel Micay | -1/+1 |
| 2013-09-15 | auto merge of #9118 : alexcrichton/rust/llvm-fix, r=sanxiyn | bors | -1/+1 |
| 2013-09-15 | Upgrade LLVM to close #9117 | Alex Crichton | -1/+1 |
| 2013-09-15 | debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.in | Michael Woerister | -0/+1 |
| 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/+18 |
| 2013-09-09 | add `noalias` attribute to ~ return values | Daniel Micay | -0/+17 |
| 2013-09-04 | debuginfo: Added test cases for structs, tuples, enums, etc passed by value. | Michael Woerister | -0/+3 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -0/+36 |
| 2013-09-01 | touch llvm clean trigger | Daniel Micay | -1/+1 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -23/+2 |
| 2013-08-28 | Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton" | Brian Anderson | -0/+2 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -181/+208 |
| 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 | -4/+9 |
| 2013-08-20 | Fix LLVM compilation issues and use the new attrs | Alex Crichton | -3/+8 |
| 2013-08-20 | Upgrade llvm to current HEAD | Alex Crichton | -1/+1 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -0/+19 |
| 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/+5 |
| 2013-08-04 | Fix build issues once LLVM has been upgraded | Alex Crichton | -10/+3 |