| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-09 | Auto merge of #24171 - rillian:rustup, r=brson | bors | -1/+1 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -1/+2 |
| 2015-04-07 | rustup: let RUSTUP_PREFIX env override default prefix. | Ralph Giles | -1/+1 |
| 2015-04-06 | use normative source for Grapheme class data | kwantam | -57/+23 |
| 2015-04-01 | rustup: Fix typo in nightly | Richo Healey | -1/+1 |
| 2015-04-01 | rustup: Default to the beta channel | Alex Crichton | -2/+5 |
| 2015-04-01 | Merge branch 'fix-rustup' of https://github.com/richo/rust | Alex Crichton | -8/+16 |
| 2015-03-31 | Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton | bors | -0/+54 |
| 2015-03-28 | Add support for channel selection | Richo Healey | -7/+15 |
| 2015-03-28 | rustup: Fix comment about Darwin's uname -m | Richo Healey | -1/+1 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-27 | check: Reword the warning to be more prescriptive | Richo Healey | -3/+5 |
| 2015-03-27 | check: Name the sentinal variable more sanely | Richo Healey | -1/+1 |
| 2015-03-27 | check: Fix the check for platform formatting | Richo Healey | -1/+1 |
| 2015-03-27 | check: Run the rlimit_core check on *BSD | Richo Healey | -1/+1 |
| 2015-03-27 | check: Add license | Richo Healey | -0/+11 |
| 2015-03-27 | check: Warn users with nonzero RLIMIT_CORE | Richo Healey | -0/+41 |
| 2015-03-24 | Add the other S_I(RWX)(GRP/OTH) for posix `creat` | Nicholas Mazzuca | -0/+10 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -1/+1 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -3/+1 |
| 2015-03-13 | Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton | Manish Goregaokar | -1/+88 |
| 2015-03-12 | debuginfo: Add GDB pretty printers for slices, Vec<>, and String. | Michael Woerister | -1/+88 |
| 2015-03-12 | debuginfo: Make LLDB pretty printer correctly handle zero-sized fields. | Michael Woerister | -21/+77 |
| 2015-03-05 | Rollup merge of #23000 - Florob:unicode-FL, r=brson | Manish Goregaokar | -12/+21 |
| 2015-03-05 | Rollup merge of #22029 - iKevinY:tidy-changes, r=brson | Manish Goregaokar | -38/+42 |
| 2015-03-03 | unicode: Properly parse ranges in UnicodeData.txt | Florian Zeitz | -12/+21 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -25/+24 |
| 2015-02-27 | Add a way to assert the number of occurrences to htmldocck | Seo Sanghyeon | -0/+15 |
| 2015-02-23 | Refactor code in tidy.py | Kevin Yap | -36/+37 |
| 2015-02-23 | Order list of linted files by frequency | Kevin Yap | -7/+10 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -3/+14 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+2 |
| 2015-02-17 | Rollup merge of #22420 - posixphreak:fix-rustup-locale, r=brson | Manish Goregaokar | -0/+3 |
| 2015-02-17 | Rollup merge of #22365 - serejkus:configs-link, r=steveklabnik | Manish Goregaokar | -0/+10 |
| 2015-02-16 | rustup: Fix for locale bug | posixphreak | -0/+3 |
| 2015-02-15 | markdown file with links to configs | Elantsev Serj | -0/+10 |
| 2015-02-15 | Audit integer types in libunicode, libcore/(char, str) and libstd/ascii | Vadim Petrochenkov | -5/+5 |
| 2015-02-11 | bitrig integration | Dave Huseby | -3/+14 |
| 2015-02-10 | Add one more depth on android test directory for multiple targets | Eunji Jeong | -1/+2 |
| 2015-02-07 | Rollup merge of #21994 - iKevinY:featureck-fix, r=brson | Manish Goregaokar | -2/+2 |
| 2015-02-05 | Fix name of variable referenced in featureck.py | Kevin Yap | -2/+2 |