| Age | Commit message (Expand) | Author | Lines |
| 2016-03-18 | Auto merge of #32248 - dstu:master, r=alexcrichton | bors | -0/+99 |
| 2016-03-17 | Auto merge of #32207 - achanda:ipv6-doc, r=alexcrichton | bors | -19/+29 |
| 2016-03-17 | Auto merge of #32294 - Manishearth:derive-fix, r=alexcrichton | bors | -43/+61 |
| 2016-03-17 | Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakis | bors | -6/+141 |
| 2016-03-17 | Auto merge of #32237 - alexcrichton:rustbuild-make-dist, r=brson | bors | -1/+359 |
| 2016-03-16 | Auto merge of #32285 - oli-obk:fix/const_bitshift, r=eddyb | bors | -1/+34 |
| 2016-03-17 | Add test for silenced unused params in derive | Manish Goregaokar | -0/+18 |
| 2016-03-17 | Re-add double underscores in derive (fixes #32292) | Manish Goregaokar | -43/+43 |
| 2016-03-16 | Stop ignoring expected note/help messages in compiletest suite. | Corey Farwell | -6/+141 |
| 2016-03-16 | rustbuild: Implement `make dist` | Alex Crichton | -1/+359 |
| 2016-03-16 | Auto merge of #32284 - jseyfried:name_conflict_diagnostics, r=eddyb | bors | -174/+134 |
| 2016-03-16 | Auto merge of #31746 - erickt:newline, r=sfackler | bors | -1/+22 |
| 2016-03-16 | Auto merge of #32228 - jonas-schievink:diag1, r=sanxiyn | bors | -4/+53 |
| 2016-03-16 | Auto merge of #32280 - japaric:rt, r=alexcrichton | bors | -0/+0 |
| 2016-03-16 | Resolve conflicts and extend the test | Jonas Schievink | -2/+17 |
| 2016-03-16 | Use `fully_normalize`, unwrapping its result | Jonas Schievink | -8/+9 |
| 2016-03-16 | Normalize return type when checking for E0269 | Jonas Schievink | -2/+35 |
| 2016-03-16 | Auto merge of #32273 - alexcrichton:fix-time-sub, r=aturon | bors | -4/+4 |
| 2016-03-16 | don't assume the rhs of a bitshift is of any particular type | Oliver Schneider | -1/+34 |
| 2016-03-16 | Fix fallout in tests | Jeffrey Seyfried | -70/+71 |
| 2016-03-16 | Improve diagnostics for duplicate names | Jeffrey Seyfried | -104/+63 |
| 2016-03-15 | Auto merge of #32266 - alexcrichton:fix-mingw-rustbuild-again, r=brson | bors | -1/+1 |
| 2016-03-15 | Use issue number from rust-lang/rust, not rust-lang/rfcs. | Stu Black | -4/+4 |
| 2016-03-15 | update compiler-rt submodule | Jorge Aparicio | -0/+0 |
| 2016-03-15 | Auto merge of #32236 - alexcrichton:better-compile-intrinsics, r=arielb1 | bors | -2741/+2802 |
| 2016-03-15 | rustc: Improve compile time of platform intrinsics | Alex Crichton | -2741/+2802 |
| 2016-03-15 | std: Fix overflow when subtracting Instant | Alex Crichton | -4/+4 |
| 2016-03-15 | Auto merge of #31838 - aochagavia:trans, r=nrc | bors | -1153/+1459 |
| 2016-03-15 | Refactor rustc_trans::save | Adolfo OchagavĂa | -1153/+1459 |
| 2016-03-15 | rustbuild: Fix LLVM compile on MinGW | Alex Crichton | -1/+1 |
| 2016-03-15 | Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton | bors | -17/+44 |
| 2016-03-15 | Add a test for --quiet in test harness. | Simon Sapin | -0/+2 |
| 2016-03-15 | Shorter output for `rustc --test` binaries. | Simon Sapin | -17/+42 |
| 2016-03-15 | Auto merge of #32251 - durka:derive-2810, r=alexcrichton | bors | -114/+140 |
| 2016-03-15 | Auto merge of #32250 - durka:derive-31574, r=alexcrichton | bors | -25/+55 |
| 2016-03-15 | Auto merge of #32239 - alexcrichton:fix-cross-to-freebsd, r=brson | bors | -2/+3 |
| 2016-03-15 | Auto merge of #32238 - frewsxcv:compiletest, r=alexcrichton | bors | -11/+2 |
| 2016-03-14 | Auto merge of #32206 - alexcrichton:fix-windows-rustbuild, r=brson | bors | -167/+143 |
| 2016-03-14 | Auto merge of #30652 - aturon:specialization, r=nikomatsakis | bors | -620/+3029 |
| 2016-03-14 | rustbuild: Fix cross compiling to FreeBSD | Alex Crichton | -2/+3 |
| 2016-03-14 | Add pretty printer output for `default` | Aaron Turon | -1/+10 |
| 2016-03-14 | Adjust error code | Aaron Turon | -3/+3 |
| 2016-03-14 | Parse fail test fixes | Aaron Turon | -3/+3 |
| 2016-03-14 | Fixes after rebase | Aaron Turon | -29/+47 |
| 2016-03-14 | Introduce ICE when the topmost projection restriction kicks in, as per issue ... | Aaron Turon | -6/+35 |
| 2016-03-14 | Test fixes, added README for tests | Aaron Turon | -27/+230 |
| 2016-03-14 | Move tests to dedicated subdirectories | Aaron Turon | -0/+0 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -20/+18 |
| 2016-03-14 | Address review comments | Aaron Turon | -107/+99 |
| 2016-03-14 | Move projection_mode to InferContext rather than SelectionContext to reduce c... | Aaron Turon | -184/+225 |