| Age | Commit message (Expand) | Author | Lines |
| 2015-06-21 | rustc_trans: Use custom PATH for archive commands | Alex Crichton | -10/+19 |
| 2015-06-22 | Auto merge of #26481 - nham:test-18655, r=arielb1 | bors | -0/+50 |
| 2015-06-22 | Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrc | bors | -9/+25 |
| 2015-06-21 | Auto merge of #26479 - arielb1:expr-kind, r=eddyb | bors | -140/+256 |
| 2015-06-21 | Auto merge of #26463 - sfackler:stdout-panic-fix, r=alexcrichton | bors | -11/+12 |
| 2015-06-21 | Add regression tests for issues #18655 and #18988. | Nick Hamann | -0/+50 |
| 2015-06-21 | Make expr_is_lval more robust | Ariel Ben-Yehuda | -140/+256 |
| 2015-06-21 | Auto merge of #25641 - geofft:execve-const, r=alexcrichton | bors | -17/+19 |
| 2015-06-21 | Auto merge of #26457 - meqif:master, r=alexcrichton | bors | -2/+1 |
| 2015-06-21 | Auto merge of #26455 - steveklabnik:gh26443, r=gankro | bors | -0/+34 |
| 2015-06-21 | Auto merge of #26450 - rick68:patch-7, r=alexcrichton | bors | -2/+1 |
| 2015-06-21 | Auto merge of #26416 - retep998:error-debug, r=sfackler | bors | -1/+21 |
| 2015-06-20 | Fix logic in panic printing with no stderr | Steven Fackler | -11/+12 |
| 2015-06-21 | Auto merge of #26460 - nham:test-18809, r=huonw | bors | -0/+21 |
| 2015-06-20 | Auto merge of #26198 - stygstra:issue-24258, r=huonw | bors | -11/+468 |
| 2015-06-20 | Add a regression test for issue #18809. | Nick Hamann | -0/+21 |
| 2015-06-20 | Auto merge of #26411 - dotdash:fat_in_registers, r=aatch | bors | -256/+322 |
| 2015-06-20 | TRPL: FFI: address panics | Steve Klabnik | -0/+34 |
| 2015-06-20 | Auto merge of #26456 - Manishearth:rollup, r=Manishearth | bors | -93/+101 |
| 2015-06-20 | Remove mention of `UdpSocket` in `Shutdown` docs. | Ricardo Martins | -2/+1 |
| 2015-06-20 | Pass fat pointers in two immediate arguments | Björn Steinbrink | -120/+230 |
| 2015-06-20 | Rollup merge of #26452 - michaelsproul:the-second-coming, r=pnkfelix | Manish Goregaokar | -91/+53 |
| 2015-06-20 | Rollup merge of #26451 - nham:fix_18058, r=arielb1 | Manish Goregaokar | -0/+14 |
| 2015-06-20 | Rollup merge of #26439 - Gankro:marker, r=pnkfelix | Manish Goregaokar | -0/+5 |
| 2015-06-20 | Rollup merge of #26434 - Munksgaard:issue24227-test, r=alexcrichton | Manish Goregaokar | -0/+27 |
| 2015-06-20 | Rollup merge of #26432 - steveklabnik:gh26424, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-06-20 | Auto merge of #26430 - dhuseby:updating_installer, r=alexcrichton | bors | -0/+0 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -70/+50 |
| 2015-06-20 | Auto merge of #26407 - arielb1:paren-binding, r=eddyb | bors | -5/+20 |
| 2015-06-20 | Auto merge of #26305 - Nashenas88:field-method-message-2392, r=eddyb | bors | -7/+124 |
| 2015-06-20 | diagnostics: Resurrect the Compiler Error Index. | Michael Sproul | -91/+53 |
| 2015-06-20 | Update mod.rs | Wei-Ming Yang | -2/+1 |
| 2015-06-20 | Auto merge of #26383 - frewsxcv:regression-tests-23649, r=alexcrichton | bors | -0/+53 |
| 2015-06-20 | Add a regression test for #18058. | Nick Hamann | -0/+14 |
| 2015-06-20 | Auto merge of #26382 - alexcrichton:less-racy-path, r=brson | bors | -8/+11 |
| 2015-06-19 | liblibc: Fix prototype of functions taking `char *const argv[]` | Geoffrey Thomas | -17/+19 |
| 2015-06-20 | Support checked Shl/Shr on SIMD types | David Stygstra | -11/+468 |
| 2015-06-20 | Make trans_arg_datum fill a destination vector instead of returning its result | Björn Steinbrink | -61/+57 |
| 2015-06-20 | Simplify argument forwarding in the various shim generators | Björn Steinbrink | -62/+28 |
| 2015-06-20 | Use a single match arm for all TyRef variants when deducing function argument... | Björn Steinbrink | -26/+20 |
| 2015-06-20 | Auto merge of #26200 - brson:relnotes, r=aturon | bors | -0/+32 |
| 2015-06-19 | fixup! Wrapped inferred context changes in a probe, handle fnOnce trait requi... | Paul Faria | -16/+12 |
| 2015-06-19 | Wrapped inferred context changes in a probe, handle fnOnce trait require erro... | Paul Faria | -27/+36 |
| 2015-06-19 | Handle error case safely with a fallback | Paul Faria | -23/+32 |
| 2015-06-19 | fixup! Finished implementing proper function check (through FnOnce) and moved... | Paul Faria | -6/+9 |
| 2015-06-19 | Finished implementing proper function check (through FnOnce) and moved tests ... | Paul Faria | -47/+99 |
| 2015-06-19 | Fixed note message to display expression in recommendations | Paul Faria | -9/+34 |
| 2015-06-19 | Uncomplete fix for #2392 | Paul Faria | -5/+28 |
| 2015-06-19 | Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakis | bors | -16/+68 |
| 2015-06-19 | add note for future type-system adventurers | Alexis Beingessner | -0/+5 |