| Age | Commit message (Expand) | Author | Lines |
| 2016-06-15 | Auto merge of #34000 - estebank:missingargs, r=jseyfried | bors | -33/+55 |
| 2016-06-15 | Show types of all args when missing args | Esteban Küber | -33/+55 |
| 2016-06-16 | Rollup merge of #34270 - gkoz:error_file_exists, r=alexcrichton | Manish Goregaokar | -1/+12 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -139/+101 |
| 2016-06-16 | Rollup merge of #34207 - petrochenkov:nohyg, r=jseyfried | Manish Goregaokar | -42/+13 |
| 2016-06-15 | Auto merge of #34220 - srinivasreddy:rf_cargotest, r=brson | bors | -38/+38 |
| 2016-06-15 | Auto merge of #34218 - srinivasreddy:rf_linkchecker, r=brson | bors | -37/+30 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -139/+101 |
| 2016-06-15 | Auto merge of #33300 - seanmonstar:map-entry-take, r=alexcrichton | bors | -0/+25 |
| 2016-06-15 | Map::Entry::take() method to recover key and value together | Sean McArthur | -0/+25 |
| 2016-06-15 | Auto merge of #34180 - durka:patch-24, r=brson | bors | -6/+212 |
| 2016-06-15 | Fix a docs typo | Gleb Kozyrev | -1/+1 |
| 2016-06-15 | Test ErrorKind::AlreadyExists for files | Gleb Kozyrev | -0/+9 |
| 2016-06-14 | Auto merge of #34263 - ollie27:docs_ip, r=alexcrichton | bors | -20/+35 |
| 2016-06-14 | Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton | bors | -12/+42 |
| 2016-06-14 | Auto merge of #34221 - srinivasreddy:rm_redundant, r=alexcrichton | bors | -15/+1 |
| 2016-06-14 | Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnik | bors | -2/+6 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -12/+42 |
| 2016-06-14 | Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton | bors | -2/+48 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+2 |
| 2016-06-14 | Auto merge of #34266 - liigo:patch-8, r=Manishearth | bors | -1/+1 |
| 2016-06-13 | Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc | bors | -37/+35 |
| 2016-06-14 | reference: link to proper ffi attributes | Liigo Zhuang | -1/+1 |
| 2016-06-13 | Auto merge of #34262 - dsprenkels:enum_pattern_resolve_ice, r=eddyb | bors | -0/+16 |
| 2016-06-13 | Replace `println!("");` invocations with calls to a dummy function in debugin... | Jeffrey Seyfried | -3/+5 |
| 2016-06-13 | Improve IP reserved address docs | Oliver Middleton | -20/+35 |
| 2016-06-13 | Auto merge of #34243 - c3st7n:add_test_issue_issue_23477, r=nagisa | bors | -0/+23 |
| 2016-06-13 | Correct broken test | Chris Tomlinson | -4/+3 |
| 2016-06-13 | Add regression test for #33293 | Daan Sprenkels | -0/+16 |
| 2016-06-13 | doc: Fix typo | Florian Berger | -1/+1 |
| 2016-06-13 | Auto merge of #34242 - zackmdavis:explain_E0453, r=GuillaumeGomez | bors | -1/+45 |
| 2016-06-13 | Auto merge of #34252 - dsprenkels:issue-32364-test, r=eddyb | bors | -0/+24 |
| 2016-06-12 | edit E0453 long explanation for style, clarity, and citizenship | Zack M. Davis | -8/+8 |
| 2016-06-12 | Auto merge of #34226 - srinivasreddy:tuple_slice_cleanup, r=alexcrichton | bors | -8/+18 |
| 2016-06-13 | Add regression test for #32364 | Daan Sprenkels | -0/+24 |
| 2016-06-12 | Auto merge of #34133 - m-decoster:master, r=GuillaumeGomez | bors | -2/+100 |
| 2016-06-12 | Add test case for issue 23477 | Chris Tomlinson | -0/+24 |
| 2016-06-12 | add long explanation for E0453, lint attribute overruled by outer forbid | Zack M. Davis | -1/+45 |
| 2016-06-12 | Auto merge of #34241 - dsprenkels:issue-32031-test, r=eddyb | bors | -0/+33 |
| 2016-06-12 | add a test case for issue #32031 | Daan Sprenkels | -0/+33 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -17/+46 |
| 2016-06-12 | Auto merge of #34161 - kennytm:fix-E0277-format, r=GuillaumeGomez | bors | -2/+7 |
| 2016-06-12 | Add explanation for E0503 | Mathieu De Coster | -1/+56 |
| 2016-06-12 | Add explanation for E0508 | Mathieu De Coster | -1/+44 |
| 2016-06-12 | Fix markdown formatting error of E0277, E0284, E0310, E0502. | kennytm | -2/+7 |
| 2016-06-12 | Auto merge of #34238 - jpreiss:master, r=steveklabnik | bors | -2/+2 |
| 2016-06-11 | typo fix in loops.md | James Alan Preiss | -1/+1 |
| 2016-06-11 | fix typo in primitive-types section on slices | James Alan Preiss | -1/+1 |
| 2016-06-11 | Auto merge of #34132 - AtheMathmo:no-stdlib, r=steveklabnik | bors | -4/+20 |
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -2/+6 |