| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrc | Alex Crichton | -0/+19 |
| 2017-03-10 | Rollup merge of #40287 - estebank:label-overlap, r=nrc | Alex Crichton | -0/+27 |
| 2017-03-10 | Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakis | Alex Crichton | -78/+0 |
| 2017-03-10 | Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelix | Alex Crichton | -0/+27 |
| 2017-03-10 | rustc: Exit quickly on only `--emit dep-info` | Alex Crichton | -0/+19 |
| 2017-03-10 | Fix incorrect span label formatting | Esteban Küber | -0/+27 |
| 2017-03-10 | Remove ability for plugins to register a MIR pass | Simonas Kazlauskas | -78/+0 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -0/+116 |
| 2017-03-08 | Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichton | Ariel Ben-Yehuda | -0/+130 |
| 2017-03-08 | Rollup merge of #40279 - gibfahn:test-unwind, r=est31 | Ariel Ben-Yehuda | -0/+72 |
| 2017-03-08 | Auto merge of #39713 - estebank:issue-39698, r=jonathandturner | bors | -9/+77 |
| 2017-03-07 | Add tests for issues with the 'E-needtest' label. | topecongiro | -0/+130 |
| 2017-03-06 | Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkov | bors | -0/+24 |
| 2017-03-06 | Auto merge of #40276 - topecongiro:add-test, r=petrochenkov | bors | -0/+118 |
| 2017-03-06 | Add missing tests for 'E-needstest' labeled issues | topecongiro | -0/+118 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -9/+77 |
| 2017-03-06 | Fix ICE: don't use `struct_variant` on enums | Esteban Küber | -0/+34 |
| 2017-03-05 | Fix const expression macro invocations. | Jeffrey Seyfried | -0/+24 |
| 2017-03-05 | Add compile-fail test for cfg_target_thread_local | Gibson Fahnestock | -0/+44 |
| 2017-03-05 | Add compile-fail test for unwind_attributes | Gibson Fahnestock | -0/+28 |
| 2017-03-05 | Add compile fail test for stmt_expr_attributes | topecongiro | -0/+14 |
| 2017-03-04 | Separate "ui-fulldeps" tests from "ui" tests | Vadim Petrochenkov | -0/+0 |
| 2017-03-04 | run-make on MSVC: Do not generate object files in the source directory | Vadim Petrochenkov | -1/+1 |
| 2017-03-04 | Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkov | bors | -0/+16 |
| 2017-03-04 | Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc | bors | -9/+9 |
| 2017-03-04 | Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis | bors | -0/+96 |
| 2017-03-03 | Fix missing WhileLet pattern scope | Taylor Cramer | -0/+16 |
| 2017-03-03 | Auto merge of #40101 - danobi:feat_gate_test_simd, r=alexcrichton | bors | -0/+23 |
| 2017-03-03 | Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb | bors | -10/+200 |
| 2017-03-03 | work around LLVM PR#32123 | Ariel Ben-Yehuda | -1/+2 |
| 2017-03-03 | fix codegen test | Ariel Ben-Yehuda | -5/+3 |
| 2017-03-03 | make operands live to the end of their containing expression | Ariel Ben-Yehuda | -7/+156 |
| 2017-03-03 | Auto merge of #40178 - arielb1:provide-destructors, r=eddyb | bors | -0/+23 |
| 2017-03-03 | Fix fallout in unit tests. | Jeffrey Seyfried | -9/+9 |
| 2017-03-02 | Add compile fail test for SIMD | Daniel Xu | -0/+23 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -12/+39 |
| 2017-03-02 | schedule drops on bindings only after initializing them | Ariel Ben-Yehuda | -1/+43 |
| 2017-03-02 | Auto merge of #40216 - frewsxcv:rollup, r=frewsxcv | bors | -1/+177 |
| 2017-03-02 | Rollup merge of #40166 - aidanhs:aphs-index-coerce, r=nikomatsakis | Corey Farwell | -0/+22 |
| 2017-03-02 | Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfried | Corey Farwell | -0/+102 |
| 2017-03-02 | Rollup merge of #40110 - benschreiber:nostackcheck, r=brson | Corey Farwell | -0/+16 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -1/+37 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -57/+188 |
| 2017-03-02 | Rollup merge of #40173 - er-1:master, r=alexcrichton | Guillaume Gomez | -2/+2 |
| 2017-03-02 | Rollup merge of #40168 - topecongiro:compile-fail-test-abi-ptx, r=petrochenkov | Guillaume Gomez | -0/+8 |
| 2017-03-02 | note -> help | Alex Burka | -2/+2 |
| 2017-03-02 | Auto merge of #40188 - nikomatsakis:issue-40029, r=eddyb | bors | -0/+59 |
| 2017-03-01 | Auto merge of #39803 - brson:fpic, r=alexcrichton | bors | -0/+24 |
| 2017-03-01 | inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]` | Niko Matsakis | -0/+59 |
| 2017-03-01 | convert AdtDef::destructor to on-demand | Ariel Ben-Yehuda | -0/+23 |