| Age | Commit message (Expand) | Author | Lines |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -8/+8 |
| 2017-06-09 | Auto merge of #42278 - gentoo90:gdb-pretty-printers, r=michaelwoerister | bors | -5/+48 |
| 2017-06-09 | Add compat_str() which works with unicode in both Python 2 and 3 | gentoo90 | -1/+6 |
| 2017-06-07 | Change `llvm.neon.*` to `llvm.arm.neon.*` in the mapping for platform intrinsics | Henri Sivonen | -1/+1 |
| 2017-06-02 | Add separate GDB pretty-printer for empty structs | gentoo90 | -2/+12 |
| 2017-06-02 | Add GDB pretty-printer for OsString | gentoo90 | -0/+27 |
| 2017-05-30 | Fix 'invalid literal for int()' exception with unicode in pretty-printers | gentoo90 | -1/+1 |
| 2017-05-30 | Fix 'invalid literal for int()' exception in pretty-printers | gentoo90 | -1/+2 |
| 2017-05-29 | Fix formatting issues in Distribution.xml | Edward Yang | -33/+33 |
| 2017-05-29 | Add RLS to .pkg installer | Edward Yang | -0/+11 |
| 2017-05-29 | Add RLS to .exe and .msi installers | Edward Yang | -0/+13 |
| 2017-05-28 | Fix GDB pretty-printer for tuples | gentoo90 | -2/+2 |
| 2017-05-14 | Rewrite make-win-dist.py in Rust | Wesley Wiser | -126/+0 |
| 2017-05-07 | Add support for Hexagon v60 HVX intrinsics | Michael Wu | -0/+1326 |
| 2017-05-04 | Move unicode Python script into libstd_unicode crate. | Corey Farwell | -591/+0 |
| 2017-04-28 | Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNN | bors | -35/+0 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -35/+0 |
| 2017-04-26 | windows: Copy libwinpthread-1.dll into libdir bin | Alex Crichton | -1/+2 |
| 2017-04-24 | Adds rust-windbg.cmd script | Andrew Gaspar | -0/+18 |
| 2017-04-20 | Rename environment variable `GDB_CMD` to `RUST_GDB` to prevent ambiguity | Nicolas Bigaouette | -3/+3 |
| 2017-04-18 | Use an (over-writable) environment variable for the `gdb` command | Nicolas Bigaouette | -1/+4 |
| 2017-04-17 | Remove non-breaking spaces | Diggory Blake | -4/+4 |
| 2017-04-06 | Auto merge of #40805 - vadimcn:msys-mingw, r=alexcrichton | bors | -1/+2 |
| 2017-04-05 | Reduce a table used for `Debug` impl of `str`. | Kang Seonghoon | -34/+98 |
| 2017-03-30 | Include libpthread into mingw package. | Vadim Chugunov | -1/+2 |
| 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 |