| Age | Commit message (Expand) | Author | Lines |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -3/+1 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -0/+1 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -5/+5 |
| 2017-02-11 | [LLVM 4.0] Fix CreateCompileUnit | Matt Ickstadt | -2/+1 |
| 2017-02-10 | Fix intcast, use it where appropriate | Simonas Kazlauskas | -5/+5 |
| 2017-02-09 | Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister | bors | -0/+1 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+3 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -1/+1 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+3 |
| 2017-02-08 | Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton | Corey Farwell | -10/+10 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -12/+0 |
| 2017-02-04 | Emit DW_AT_main_subprogram | Tom Tromey | -0/+1 |
| 2017-02-04 | [llvm] Use 32-bits for alignment | Dylan McKay | -10/+10 |
| 2017-02-04 | Support a debug info API change for LLVM 4.0 | Dylan McKay | -0/+6 |
| 2017-01-26 | Remove unnecessary LLVMRustPersonalityFn binding | Simonas Kazlauskas | -1/+1 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -0/+1 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-01 | Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe | bors | -4/+4 |
| 2016-12-31 | Improve naming style in rustllvm. | Ian Kerins | -4/+4 |
| 2016-12-31 | Calculate discriminant bounds within 64 bits | Simonas Kazlauskas | -1/+1 |
| 2016-12-30 | Add a way to retrieve constant value in 128 bits | Simonas Kazlauskas | -0/+2 |
| 2016-12-30 | Wrapping<i128> and attempt at LLVM 3.7 compat | Simonas Kazlauskas | -1/+0 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+2 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -1/+7 |
| 2016-12-29 | Fallout from updating bootstrap Cargo | Alex Crichton | -5/+2 |
| 2016-12-26 | PTX support | Jorge Aparicio | -1/+7 |
| 2016-12-26 | Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton | bors | -1/+8 |
| 2016-12-26 | Auto merge of #38542 - YaLTeR:fastcall-fix, r=pnkfelix | bors | -0/+1 |
| 2016-12-21 | Make drop glue for unsized value pass two arguments instead of *(data, meta) | Mark Simulacrum | -1/+2 |
| 2016-12-21 | Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast... | Ivan Molodetskikh | -0/+1 |
| 2016-12-20 | Remove FunctionContext::cleanup, replacing it with a Drop impl. | Mark-Simulacrum | -0/+1 |
| 2016-12-19 | fix tidy | Jorge Aparicio | -1/+2 |
| 2016-12-19 | enable LLVM's SPARC backend | Jorge Aparicio | -1/+7 |
| 2016-12-18 | OpenBSD has two stdc++ libraries: use the newer | Sébastien Marie | -2/+9 |
| 2016-12-12 | [LLVM 4.0] Move debuginfo alignment argument | Jake Goulding | -2/+4 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -6/+4 |
| 2016-12-05 | Make LLVM symbol visibility FFI types more stable. | Michael Woerister | -8/+11 |
| 2016-12-04 | Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoerister | bors | -25/+58 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -4/+4 |
| 2016-12-03 | Auto merge of #38055 - rkruppe:rm-unused-llvm-ffi, r=alexcrichton | bors | -229/+1 |
| 2016-12-02 | [LLVM] Introduce a stable representation of DIFlags | Jake Goulding | -25/+58 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -6/+4 |
| 2016-12-01 | Auto merge of #38048 - rkruppe:llvm-stringref-fixes, r=alexcrichton | bors | -11/+13 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+2 |
| 2016-11-29 | Add new #[target_feature = "..."] attribute. | Andrew Gallant | -4/+4 |
| 2016-11-28 | Remove unused functions from rustc_llvm | Robin Kruppe | -229/+1 |
| 2016-11-28 | Don't assume llvm::StringRef is null terminated | Robin Kruppe | -11/+13 |
| 2016-11-24 | Support LLVM 4.0 in OptimizationDiagnostic FFI | Robin Kruppe | -17/+20 |
| 2016-11-21 | Restore compatibility with LLVM 3.7 and 3.8 | Seo Sanghyeon | -17/+6 |