| Age | Commit message (Expand) | Author | Lines |
| 2016-06-22 | Add intrinsics for x86 bit manipulation instruction sets: BMI 1.0, BMI 2.0, a... | gnzlbg | -0/+53 |
| 2016-06-22 | Allow different instruction set prefixes within the same architecture | gnzlbg | -13/+37 |
| 2016-06-22 | Add usage examples to the documentation of etc/platform-intrinsics/generator.py | gnzlbg | -0/+21 |
| 2016-06-21 | Convert makefiles to build LLVM/compiler-rt with CMake | Brian Anderson | -1/+7 |
| 2016-06-20 | Run debuginfo tests on Travis | Seo Sanghyeon | -1/+3 |
| 2016-06-03 | Use Docker for Travis | Seo Sanghyeon | -0/+25 |
| 2016-05-31 | Auto merge of #33141 - tshepang:python-love, r=brson | bors | -8/+4 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -2/+3 |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -0/+1 |
| 2016-05-23 | Auto merge of #33098 - raphlinus:master, r=alexcrichton | bors | -4/+134 |
| 2016-05-15 | Auto merge of #33612 - royalstream:royalstream-enc-enum-ptr, r=michaelwoerister | bors | -0/+2 |
| 2016-05-12 | Generic encoded enums no longer crash on reference/pointer types | Steven Burns | -0/+2 |
| 2016-05-10 | Copy more libraries from local Rust to stage0 | Anton Blanchard | -0/+8 |
| 2016-04-28 | test: Move run-make tests into compiletest | Alex Crichton | -96/+0 |
| 2016-04-26 | some Python nits and fixes | Tshepang Lekhonkhobe | -8/+4 |
| 2016-04-24 | Fix keyword parsing tests | Vadim Petrochenkov | -3/+5 |
| 2016-04-23 | Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichton | bors | -3/+6 |
| 2016-04-23 | Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoerister | bors | -0/+1 |
| 2016-04-22 | Only record the same impl once | mitaa | -3/+6 |
| 2016-04-20 | Add comment, reduce storage requirements | Raph Levien | -6/+33 |
| 2016-04-19 | Fix wrong shift in trie_lookup_range_table | Raph Levien | -1/+1 |
| 2016-04-19 | Efficient trie lookup for boolean Unicode properties | Raph Levien | -4/+107 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -507/+51 |
| 2016-04-19 | etc: Add debugger.Terminate() to lldb_batchmode.py | Alex Crichton | -0/+1 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -693/+0 |
| 2016-04-01 | Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brson | bors | -0/+1 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -0/+1 |
| 2016-03-29 | rustc_platform_intrinsics: remove unused rustc dependency. | Eduard Burtescu | -2/+1 |
| 2016-03-24 | remove broken config | Steve Klabnik | -4/+0 |
| 2016-03-15 | rustc: Improve compile time of platform intrinsics | Alex Crichton | -23/+48 |
| 2016-03-13 | Define AVX blend intrinsics | Ruud van Asseldonk | -0/+7 |
| 2016-03-13 | Define AVX comparison intrinsics | Ruud van Asseldonk | -0/+7 |
| 2016-03-09 | Define AVX conversion intrinsics | Ruud van Asseldonk | -0/+56 |
| 2016-03-09 | Define AVX broadcast intrinsics | Ruud van Asseldonk | -0/+7 |
| 2016-03-07 | Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch | bors | -2/+2 |
| 2016-03-05 | Update platform intrinsic generator script | Ruud van Asseldonk | -3/+3 |
| 2016-03-05 | Define x86 fused multiply-add intrinsics | Ruud van Asseldonk | -0/+47 |
| 2016-02-23 | mk: Tweak tidy script to work on Windows python | Alex Crichton | -2/+5 |
| 2016-02-16 | Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichton | bors | -0/+1 |
| 2016-02-16 | pass CXX to run-make | Sébastien Marie | -0/+1 |
| 2016-02-16 | Add lint to check that all crates have #![unstable] | Keith Yeung | -0/+18 |
| 2016-02-14 | Auto merge of #31642 - rkruppe:rm-regex-script, r=alexcrichton | bors | -109/+0 |
| 2016-02-13 | Add LLVM ModulePass regression test using run-make. | Corey Farwell | -0/+2 |
| 2016-02-13 | Remove a regex-related script | Robin Kruppe | -109/+0 |
| 2016-02-11 | Add a Cargo-based build system | Alex Crichton | -1/+1 |
| 2016-02-06 | Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix | bors | -21/+49 |
| 2016-02-04 | drive-by doc fixes | Robin Kruppe | -5/+6 |
| 2016-02-04 | Add the kind of input from #31109 to the expensive tests (not run by default) | Robin Kruppe | -16/+43 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -1/+2 |
| 2016-01-31 | show location of unused error codes | Alex Burka | -1/+1 |