| Age | Commit message (Expand) | Author | Lines |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -0/+0 |
| 2018-01-24 | Update compiler-builtins submodule | Alex Crichton | -0/+0 |
| 2017-12-26 | Update compiler_builtins | Marco A L Barbosa | -0/+0 |
| 2017-12-23 | Update compiler_builtins | Sam Green | -0/+0 |
| 2017-12-20 | Update compiler_builtins | Marco A L Barbosa | -0/+0 |
| 2017-12-02 | Update compiler-builtins and use it the 128-bit lowering MIR test | Scott McMurray | -0/+0 |
| 2017-11-24 | rustbuild: Update LLVM and enable ThinLTO | Alex Crichton | -0/+0 |
| 2017-11-15 | Update the compiler-builtins to latest master. | Dan Gohman | -0/+0 |
| 2017-09-30 | Update the libcompiler_builtins submodule | est31 | -0/+0 |
| 2017-09-13 | Update compiler-builtins | Tamir Duberstein | -0/+0 |
| 2017-09-07 | Update the libcompiler_builins submodule | est31 | -0/+0 |
| 2017-08-18 | Update the compiler_builtins submodule | Dylan McKay | -0/+0 |
| 2017-07-07 | Update compiler_builtins submodule for probestack fix | Alex Crichton | -0/+0 |
| 2017-07-06 | rustc: Implement stack probes for x86 | Alex Crichton | -0/+0 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -1163/+0 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-04-24 | Auto merge of #40123 - TimNN:llvm40, r=alexcrichton | bors | -0/+6 |
| 2017-04-23 | FIN: build comiler-rt wihout Thumb on arm | Tim Neumann | -0/+6 |
| 2017-04-13 | Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228. | kennytm | -1/+1 |
| 2017-03-15 | make shift builtins panic-free with new unchecked_sh* intrinsics | Tim Neumann | -9/+9 |
| 2017-03-08 | Rollup merge of #40254 - nagisa:compiler-builtin-no-panic, r=alexcrichton | Ariel Ben-Yehuda | -4/+5 |
| 2017-03-04 | Automate timestamp creation and build skipping for native libraries | Vadim Petrochenkov | -9/+6 |
| 2017-03-04 | Build compiler-rt and sanitizers only once | Vadim Petrochenkov | -4/+12 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -0/+5 |
| 2017-03-04 | Fix personality_fn within the compiler_builtins | Simonas Kazlauskas | -4/+5 |
| 2017-02-16 | add solaris sparcv9 support | Shawn Walker-Salas | -1/+9 |
| 2017-02-05 | Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton | Corey Farwell | -4/+2 |
| 2017-02-05 | Rollup merge of #39472 - est31:unadjusted_only_for_win, r=nagisa | Corey Farwell | -3/+3 |
| 2017-02-04 | Auto merge of #39425 - jakllsch:netbsd-a, r=alexcrichton | bors | -1/+1 |
| 2017-02-04 | More snap cleanup | Simonas Kazlauskas | -4/+2 |
| 2017-02-04 | Don't use "unadjusted" ABI on non windows platforms | est31 | -3/+3 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -136/+57 |
| 2017-01-31 | Don't build gcc_personality_v0.c on NetBSD either | Jonathan A. Kollasch | -1/+1 |
| 2017-01-16 | travis: Expand the `cross` linux image | Alex Crichton | -1/+0 |
| 2017-01-16 | Fix endian bugs in i128 intrinsic impls | Simonas Kazlauskas | -5/+4 |
| 2017-01-13 | Rollup merge of #38877 - jdub:patch-1, r=sanxiyn | Guillaume Gomez | -4/+0 |
| 2017-01-10 | Rollup merge of #38623 - alexcrichton:less-osx-warnings, r=aturon | Seo Sanghyeon | -6/+0 |
| 2017-01-08 | libcompiler_builtins: Don't build emutls.c | Jeff Waugh | -4/+0 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -1/+784 |
| 2016-12-31 | Fix iabs and add some more tests | est31 | -4/+13 |
| 2016-12-30 | std: Don't build docs for misc facade crates | Alex Crichton | -0/+1 |
| 2016-12-30 | Fix warning when compiling on 64 bit Linux | est31 | -7/+3 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -177/+148 |
| 2016-12-30 | More windows fixes | est31 | -7/+15 |
| 2016-12-30 | Fix build | est31 | -7/+9 |
| 2016-12-30 | The windows special-cases only apply to x64 | Simonas Kazlauskas | -31/+39 |
| 2016-12-30 | Fix a return type | Simonas Kazlauskas | -1/+1 |
| 2016-12-30 | Tidy | est31 | -1/+2 |
| 2016-12-30 | Fix another windows ABI mistake | est31 | -4/+30 |
| 2016-12-30 | intrinsics: try to return everything via {u,i}128ret to match LLVM | est31 | -38/+99 |