| Age | Commit message (Expand) | Author | Lines |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -163/+0 |
| 2015-08-13 | Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelix | bors | -0/+798 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -163/+0 |
| 2015-08-12 | Auto merge of #27690 - vadimcn:no-windres, r=alexcrichton | bors | -1/+1 |
| 2015-08-11 | Fix #26803 | Vadim Chugunov | -1/+1 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -8/+8 |
| 2015-08-09 | Add optional, external tests for floating point parsing. | Robin Kruppe | -0/+664 |
| 2015-08-08 | Script for generating the powers-of-ten tables necessary for correct and | Robin Kruppe | -0/+134 |
| 2015-07-30 | Update the ctags rules and targets. | Chris Morgan | -3/+3 |
| 2015-07-17 | fix pretty printers to handle new Vec | Alexis Beingessner | -9/+7 |
| 2015-07-12 | Add comments. | Nick Hamann | -0/+10 |
| 2015-07-12 | Skip diagnostic codes occurring inside a long diagnostic in errorck. | Nick Hamann | -0/+12 |
| 2015-07-06 | `llconfig` is `llvm-config` | Tamir Duberstein | -5/+5 |
| 2015-07-06 | Simplify | Tamir Duberstein | -2/+1 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -4/+7 |
| 2015-06-24 | Remove char::to_titlecase. Fix #26555 | Simon Sapin | -10/+0 |
| 2015-06-17 | Add src/etc/add-authors.sh script for managing the AUTHORS.txt file | Brian Anderson | -0/+32 |
| 2015-06-06 | Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. | Simon Sapin | -1/+2 |
| 2015-06-06 | Add char::to_titlecase | Simon Sapin | -15/+27 |
| 2015-06-06 | Add complex (but unconditional) Unicode case mapping. Fix #25800 | Simon Sapin | -10/+44 |
| 2015-06-06 | to_lowercase/to_uppercase: also map chars not in Lu/Ll categories. | Simon Sapin | -18/+18 |
| 2015-06-02 | Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brson | bors | -417/+705 |
| 2015-06-02 | Auto merge of #25654 - petrochenkov:encenv, r=alexcrichton | bors | -4/+8 |
| 2015-06-01 | Fix platform detection | petrochenkov | -6/+3 |
| 2015-05-30 | debuginfo: Create common debugger pretty printer module. | Michael Woerister | -417/+705 |
| 2015-05-30 | Warn if the test suite is run on Windows in console with non-UTF-8 code page | petrochenkov | -0/+7 |
| 2015-05-26 | etc: use codecs in featureck | Richo Healey | -9/+5 |
| 2015-05-24 | etc: work around utf8 text in rust sources on py3 in featureck | Richo Healey | -1/+8 |
| 2015-05-24 | etc: py3 compat for tidy.py | Richo Healey | -6/+6 |
| 2015-05-24 | etc: py3 compat for featureck | Richo Healey | -23/+23 |
| 2015-05-24 | etc: py3 compat for errorck.py | Richo Healey | -1/+1 |
| 2015-05-24 | etc: py3 compat for check-summary.py | Richo Healey | -7/+7 |
| 2015-05-24 | etc: Delete unused helper script | Richo Healey | -138/+0 |
| 2015-05-19 | mk: Generate a .def file for rustc_llvm on MSVC | Alex Crichton | -0/+25 |
| 2015-05-19 | mklldeps: Don't link stdc++/c++ on MSVC | Alex Crichton | -2/+5 |
| 2015-05-11 | Auto merge of #25266 - richo:windows-resource-sancheck, r=steveklabnik | bors | -1/+1 |
| 2015-05-10 | Rollup merge of #24948 - derhuerst:patch-1, r=steveklabnik | Steve Klabnik | -1/+7 |
| 2015-05-10 | sancheck: import resource inside of the posix check | Richo Healey | -1/+1 |
| 2015-05-03 | Remove unused extract_grammar.py | Carol (Nichols || Goulding) | -156/+0 |
| 2015-04-29 | distinction between official and community plugins | Jannis Redmann | -2/+7 |
| 2015-04-29 | link to .editorconfig for Rust files | Jannis Redmann | -0/+1 |
| 2015-04-21 | LLVM < 3.5 is unsupported since bb18a3c | Tamir Duberstein | -11/+1 |
| 2015-04-18 | optimize Unicode tables | kwantam | -3/+8 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+7 |
| 2015-04-13 | Auto merge of #24351 - michaelwoerister:named-tuple-fields, r=alexcrichton | bors | -16/+24 |
| 2015-04-13 | Remove regex module from libunicode | Chris Wong | -44/+7 |
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in debu... | Michael Woerister | -16/+24 |
| 2015-04-11 | Rollup merge of #24285 - brson:rustup, r=alexcrichton | Manish Goregaokar | -615/+0 |
| 2015-04-10 | Remove rustup.sh. | Brian Anderson | -615/+0 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+2 |