| Age | Commit message (Expand) | Author | Lines |
| 2016-08-15 | A disclaimer about keywords. | Steve Klabnik | -0/+5 |
| 2016-06-19 | Auto merge of #34313 - frewsxcv:panicking-example, r=steveklabnik | bors | -0/+29 |
| 2016-06-18 | Auto merge of #34351 - Stebalien:issue-22434, r=sfackler | bors | -0/+18 |
| 2016-06-18 | Auto merge of #34295 - jseyfried:cfg_decoration, r=eddyb | bors | -6/+25 |
| 2016-06-18 | Auto merge of #34350 - Stebalien:test-30276, r=eddyb | bors | -0/+14 |
| 2016-06-18 | Add test case for #22434 | Steven Allen | -0/+18 |
| 2016-06-18 | Add test case for #30276 | Steven Allen | -0/+14 |
| 2016-06-18 | Auto merge of #34310 - erickt:tuple-struct-attrs, r=nrc | bors | -2/+55 |
| 2016-06-18 | Auto merge of #34342 - GuillaumeGomez:E0406, r=eddyb | bors | -33/+1 |
| 2016-06-18 | Remove unused functions calls and unused E0406 | Guillaume Gomez | -33/+1 |
| 2016-06-18 | Auto merge of #34336 - petrochenkov:icemctuple, r=arielb1 | bors | -4/+19 |
| 2016-06-18 | Auto merge of #34314 - tshepang:misnamed, r=steveklabnik | bors | -8/+9 |
| 2016-06-18 | Fix ICE in memory categorization of tuple patterns | Vadim Petrochenkov | -4/+19 |
| 2016-06-17 | Auto merge of #34323 - GuillaumeGomez:unreachable_not_unreachable, r=pnkfelix | bors | -1/+1 |
| 2016-06-18 | Add example in docs for `std::thread::panicking`. | Corey Farwell | -0/+29 |
| 2016-06-17 | Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomez | bors | -17/+158 |
| 2016-06-17 | Auto merge of #33090 - bluss:special-zip-2, r=aturon | bors | -21/+263 |
| 2016-06-17 | Fix panic when using debug | Guillaume Gomez | -1/+1 |
| 2016-06-17 | Pretty-print attributes on tuple structs and add tests | Erick Tryzelaar | -2/+55 |
| 2016-06-16 | Auto merge of #34306 - arielb1:mir-dump-fixes, r=eddyb | bors | -18/+27 |
| 2016-06-16 | Auto merge of #34315 - Manishearth:rollup, r=Manishearth | bors | -934/+1037 |
| 2016-06-17 | Rollup merge of #34312 - erickt:add-try, r=nikomatsakis | Manish Goregaokar | -859/+859 |
| 2016-06-17 | Rollup merge of #34307 - nagisa:more-cache, r=arielb1 | Manish Goregaokar | -27/+30 |
| 2016-06-17 | Rollup merge of #34302 - retep998:🐇-sanity-is-overrated-🐇, r=alexcrichton | Manish Goregaokar | -13/+21 |
| 2016-06-17 | Rollup merge of #34298 - nrc:save-parent, r=eddyb | Manish Goregaokar | -35/+127 |
| 2016-06-16 | Auto merge of #34272 - jseyfried:simplify_gated_cfg_checking, r=nrc | bors | -218/+113 |
| 2016-06-16 | doc: fix mis-named binding & remove not needed `mut` | Tshepang Lekhonkhobe | -8/+9 |
| 2016-06-17 | Cache drops for early scope exits | Simonas Kazlauskas | -27/+30 |
| 2016-06-16 | Revert using ? for try! in the libsyntax pretty printer | Erick Tryzelaar | -859/+859 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -218/+113 |
| 2016-06-16 | Auto merge of #34187 - luser:extern-crate-abspaths, r=michaelwoerister | bors | -60/+100 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -60/+100 |
| 2016-06-16 | Auto merge of #34296 - dsprenkels:issue-23122-tests, r=alexcrichton | bors | -0/+44 |
| 2016-06-16 | fix MirSource::Promoted handling | Ariel Ben-Yehuda | -17/+15 |
| 2016-06-16 | stop having `'static` in dump-mir names | Ariel Ben-Yehuda | -0/+6 |
| 2016-06-16 | use a different filename for original and promoted MIRs | Ariel Ben-Yehuda | -2/+7 |
| 2016-06-16 | Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc | bors | -26/+91 |
| 2016-06-16 | Fix issue where rustbuild expected msvc to have ar | Peter Atashian | -13/+21 |
| 2016-06-16 | Auto merge of #34216 - jseyfried:nested_cfg_attr, r=nrc | bors | -1/+15 |
| 2016-06-16 | save-analysis: add a decl_id for methods | Nick Cameron | -17/+50 |
| 2016-06-16 | Auto merge of #34290 - arielb1:short-ladder, r=eddyb | bors | -8/+15 |
| 2016-06-16 | Strip unconfigured nodes from decorator-generated AST | Jeffrey Seyfried | -4/+25 |
| 2016-06-16 | Add regression tests for #23122 | Daan Sprenkels | -0/+44 |
| 2016-06-16 | Avoid expanding decorator-generated items twice | Jeffrey Seyfried | -2/+0 |
| 2016-06-16 | fix codegen-units fallout | Ariel Ben-Yehuda | -2/+0 |
| 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 |