| Age | Commit message (Expand) | Author | Lines |
| 2015-11-11 | Rewrite match algorithm to avoid massive blowup in generated code for | Niko Matsakis | -48/+533 |
| 2015-11-12 | Fixup tidy | Manish Goregaokar | -3/+7 |
| 2015-11-12 | Add -Zinput-stats | Nick Cameron | -26/+218 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -11/+137 |
| 2015-11-12 | Rollup merge of #29777 - Manishearth:const_irrefutable_diag, r=eddyb | Manish Goregaokar | -7/+43 |
| 2015-11-12 | Rollup merge of #29775 - arcnmx:raw-c_char, r=alexcrichton | Manish Goregaokar | -42/+38 |
| 2015-11-12 | Rollup merge of #29772 - banyan:fix-doc, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-11-12 | Rollup merge of #29677 - GuillaumeGomez:patch-3, r=Manishearth | Manish Goregaokar | -1/+22 |
| 2015-11-11 | Cleaner c_char cfg logic | arcnmx | -11/+10 |
| 2015-11-12 | Add test for constant pattern diagnostics | Manish Goregaokar | -0/+28 |
| 2015-11-12 | Add more comprehensive diagnostics for irrefutable pattern error with constants | Manish Goregaokar | -7/+15 |
| 2015-11-11 | Prefer raw::c_char or libc::c_char and fix arm | arcnmx | -39/+36 |
| 2015-11-11 | Auto merge of #29763 - nikomatsakis:mir-29227, r=nikomatsakis | bors | -550/+570 |
| 2015-11-12 | docs: Fix variable name | Kohei Hasegawa | -6/+6 |
| 2015-11-11 | Allow none Sized types in assert_eq! | Oliver Middleton | -1/+1 |
| 2015-11-11 | Auto merge of #29650 - goyox86:goyox86/rustfmting-librustc_driverII, r=nikoma... | bors | -742/+796 |
| 2015-11-11 | Ignore long lines on this test. | Niko Matsakis | -0/+2 |
| 2015-11-11 | Change from `&mut Vec<Vec<_>>` to `&mut [Vec<_>]`, since the outer | Niko Matsakis | -2/+2 |
| 2015-11-11 | Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik | bors | -2/+4 |
| 2015-11-11 | Auto merge of #29741 - Manishearth:fix-flowgraph, r=alexcrichton | bors | -4/+4 |
| 2015-11-11 | Auto merge of #29752 - tamird:fix-compiletest-stage1, r=alexcrichton | bors | -22/+5 |
| 2015-11-11 | Auto merge of #29744 - sanxiyn:modernize, r=nrc | bors | -30/+30 |
| 2015-11-11 | Auto merge of #29738 - sanxiyn:suggest-mut, r=nrc | bors | -1/+42 |
| 2015-11-10 | Add regression test for #29227. | Niko Matsakis | -0/+149 |
| 2015-11-10 | Reorganize match construction to be O(n) instead of O(n^2). Whereas | Niko Matsakis | -233/+160 |
| 2015-11-10 | Clone the candidates and match-pairs lazilly, instead of eagerly. | Niko Matsakis | -17/+17 |
| 2015-11-10 | Remove the mirroring for patterns and just convert them eagerly; then, | Niko Matsakis | -345/+287 |
| 2015-11-11 | Auto merge of #29727 - alexcrichton:debug-unused-result, r=sfackler | bors | -4/+41 |
| 2015-11-11 | Auto merge of #29726 - petrochenkov:privsan, r=alexcrichton | bors | -77/+167 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -87/+87 |
| 2015-11-11 | Simplify trans/exprs.rs DefStatic considerably | Simonas Kazlauskas | -23/+2 |
| 2015-11-10 | Auto merge of #29725 - aturon:lang-features, r=huonw | bors | -45/+59 |
| 2015-11-11 | [MIR trans] Translate statics | Simonas Kazlauskas | -15/+16 |
| 2015-11-10 | use Constant for repetition count in mir::Repeat | Simonas Kazlauskas | -6/+26 |
| 2015-11-10 | Auto merge of #29724 - alexcrichton:ip-endian, r=aturon | bors | -2/+9 |
| 2015-11-10 | Manual fixups. | Jose Narvaez | -1/+1 |
| 2015-11-10 | Rustfmting librustc_driver. | Jose Narvaez | -743/+797 |
| 2015-11-10 | [docs] Update references to renamed fs::stat function | Matt Brubeck | -2/+4 |
| 2015-11-10 | Auto merge of #29714 - petrochenkov:strparse, r=nrc | bors | -52/+51 |
| 2015-11-10 | Auto merge of #29749 - steveklabnik:rollup, r=steveklabnik | bors | -17/+60 |
| 2015-11-10 | compiletest/raise_fd_limit: use libc instead of custom impl | Tamir Duberstein | -22/+5 |
| 2015-11-10 | Rollup merge of #29731 - steveklabnik:smallfix, r=alexcrichton | Steve Klabnik | -14/+13 |
| 2015-11-10 | Rollup merge of #29715 - defuz:patch-3, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-11-10 | Rollup merge of #29708 - Ryman:pathdoc, r=steveklabnik | Steve Klabnik | -0/+15 |
| 2015-11-10 | Rollup merge of #29688 - stepancheg:vec-outdated, r=nikomatsakis | Steve Klabnik | -2/+1 |
| 2015-11-10 | Rollup merge of #29420 - efindlay:master, r=steveklabnik | Steve Klabnik | -0/+30 |
| 2015-11-10 | Auto merge of #29705 - Ryman:mismatched_typaram_counts, r=alexcrichton | bors | -2/+4 |
| 2015-11-10 | Add examples to methods on integer types | Toby Scrace | -31/+342 |
| 2015-11-10 | Auto merge of #29697 - dotdash:mir_trans_switchint, r=nikomatsakis | bors | -30/+71 |
| 2015-11-10 | Use lifetime elision | Seo Sanghyeon | -10/+10 |