| Age | Commit message (Expand) | Author | Lines |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -6/+0 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -0/+7 |
| 2016-08-01 | Remove CMake workaround | Seo Sanghyeon | -6/+0 |
| 2016-07-31 | Add libarena from local rust to stage0 | Brendan Cully | -0/+1 |
| 2016-07-29 | Update parsing llvm-config output | Alex Crichton | -0/+7 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -0/+154 |
| 2016-07-16 | Auto merge of #34779 - infinity0:master, r=alexcrichton | bors | -0/+9 |
| 2016-07-15 | mk: If local-rust is the same as the current version, then force a local-rebuild | Ximin Luo | -0/+9 |
| 2016-07-14 | Auto merge of #34599 - cuviper:unicode-9.0, r=alexcrichton | bors | -1/+1 |
| 2016-07-06 | Auto merge of #34689 - alexcrichton:fix-nightlies, r=alexcrichton | bors | -2/+9 |
| 2016-07-06 | etc: Comment why we're binding xrange | Alex Crichton | -0/+3 |
| 2016-07-06 | Merge branch 'master' of https://github.com/dzamlo/rust into fix-nightlies | Alex Crichton | -2/+6 |
| 2016-07-06 | Auto merge of #34644 - infinity0:master, r=alexcrichton | bors | -2/+0 |
| 2016-07-05 | Use lazy range in gdb pretty printers | Loïc Damien | -2/+6 |
| 2016-07-05 | Auto merge of #34412 - gnzlbg:document_platform_intrinsics_generate, r=alexcr... | bors | -13/+110 |
| 2016-07-04 | Auto merge of #34646 - michaelwoerister:warn-blacklisted-lldb, r=alexcrichton | bors | -0/+11 |
| 2016-07-04 | Make rust-lldb warn about unsupported versions of LLDB | Michael Woerister | -0/+11 |
| 2016-07-04 | Auto merge of #34639 - dzamlo:master, r=michaelwoerister | bors | -7/+2 |
| 2016-07-04 | Use lazy iterator in vec/slice gdb pretty printers | Loïc Damien | -7/+2 |
| 2016-07-04 | Avoid redundant downloads when bootstrapping | Ximin Luo | -2/+0 |
| 2016-07-04 | Added a pretty printer for &mut slices | Nikhil Shagrithaya | -1/+1 |
| 2016-07-01 | Update Unicode tables to 9.0 | Josh Stone | -1/+1 |
| 2016-06-23 | Auto merge of #34055 - brson:cmake, r=alexcrichton | bors | -1/+7 |
| 2016-06-22 | Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2... | gnzlbg | -1/+0 |
| 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 |