| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -1/+2 |
| 2016-01-29 | Add check for unused error codes | ggomez | -3/+50 |
| 2016-01-21 | etc: Remove old num/libc generation code | Alex Crichton | -369/+0 |
| 2016-01-21 | etc: Remove the mingw-fix-include directory | Alex Crichton | -69/+0 |
| 2016-01-21 | etc: Remove old mklldef.py script | Alex Crichton | -25/+0 |
| 2016-01-16 | libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property | Kevin Butler | -2/+2 |
| 2016-01-13 | Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichton | bors | -6/+29 |
| 2016-01-12 | Speed up dec2flt fast path with additional tables. | Robin Kruppe | -6/+29 |