| Age | Commit message (Expand) | Author | Lines |
| 2014-05-23 | librustc: Consolidate the attribute handling for tagging function arguments a... | Luqman Aden | -40/+31 |
| 2014-05-22 | Update to LLVM head and mark various ptrs as nonnull. | Luqman Aden | -1/+14 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -4/+14 |
| 2014-05-13 | rustllvm: Add LLVMRustArrayType | klutzy | -0/+6 |
| 2014-04-29 | rustc: Enable -f{function,data}-sections | Alex Crichton | -1/+5 |
| 2014-04-23 | rustc: Fix passing errors from LLVM to rustc | Alex Crichton | -16/+26 |
| 2014-04-19 | rustc: Ensure closures are "split-stack" | Alex Crichton | -0/+12 |
| 2014-04-17 | Upgrade LLVM | Alex Crichton | -14/+51 |
| 2014-04-03 | rustllvm: Remove a no longer needed file | Alex Crichton | -635/+0 |
| 2014-04-03 | rustc: Stop using LLVMGetSectionName | Alex Crichton | -0/+25 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -0/+23 |
| 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 | -8/+78 |
| 2014-02-25 | Update LLVM | Alex Crichton | -3/+3 |
| 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 |