| Age | Commit message (Expand) | Author | Lines |
| 2017-02-15 | Vec, LinkedList, VecDeque, String, and Option NatVis visualizations | Andrew Gaspar | -0/+95 |
| 2017-02-14 | Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton | bors | -0/+54 |
| 2017-02-06 | Clean our src/etc of old files | Alex Crichton | -520/+0 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -0/+962 |
| 2017-01-07 | Auto merge of #38781 - SimonSapin:unishrink, r=alexcrichton | bors | -13/+58 |
| 2017-01-03 | Reduce the size of static data in std_unicode::tables. | Simon Sapin | -6/+58 |
| 2017-01-02 | Remove some dead Python code. | Simon Sapin | -7/+0 |
| 2017-01-01 | Add pretty printing of unions in debuggers | Philip Craig | -7/+13 |
| 2016-12-26 | PTX support | Jorge Aparicio | -0/+110 |
| 2016-12-22 | Add intrinsics & target features for rd{rand,seed} | Simonas Kazlauskas | -0/+54 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -4/+1 |
| 2016-11-18 | Fix `fmt::Debug` for strings, e.g. for Chinese characters | Tobias Bucher | -8/+44 |
| 2016-10-19 | Add libproc_macro from local rust to stage0 | Josh Stone | -0/+1 |
| 2016-09-25 | Haiku: add support for building on Haiku | Niels Sascha Reedijk | -1/+1 |
| 2016-09-17 | remove useless semicolon from python | Eitan Adler | -12/+12 |
| 2016-09-17 | modern style classes | Eitan Adler | -7/+7 |
| 2016-09-17 | make functions static where possible | Eitan Adler | -11/+22 |
| 2016-09-17 | Remove unused code | Eitan Adler | -2/+0 |
| 2016-09-17 | prefer tuple to array | Eitan Adler | -2/+2 |
| 2016-09-17 | pep8 prefers triple quoted with double quotes | Eitan Adler | -9/+9 |
| 2016-09-17 | simplify python code | Eitan Adler | -1/+1 |
| 2016-08-31 | Auto merge of #35585 - Kha:gdb-qualified, r=michaelwoerister | bors | -20/+20 |
| 2016-08-23 | Auto merge of #35748 - michaelwoerister:fix-rust-gdb-py-version-check, r=brson | bors | -1/+1 |
| 2016-08-22 | Add sublime-rust to CONFIGS.md. | Terry Sun | -0/+1 |
| 2016-08-17 | Make version check in gdb_rust_pretty_printing.py more compatible. | Michael Woerister | -1/+1 |
| 2016-08-10 | gdb: Fix pretty-printing special-cased Rust types | Sebastian Ullrich | -20/+20 |
| 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 |