| Age | Commit message (Expand) | Author | Lines |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -33/+235 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -0/+1 |
| 2017-03-11 | Rollup merge of #40404 - cengizIO:master, r=nikomatsakis | Ariel Ben-Yehuda | -0/+38 |
| 2017-03-11 | Rollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichton | Ariel Ben-Yehuda | -17/+22 |
| 2017-03-11 | Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1 | Ariel Ben-Yehuda | -2/+43 |
| 2017-03-11 | Rollup merge of #40372 - nagisa:never-drop, r=eddyb | Ariel Ben-Yehuda | -1/+0 |
| 2017-03-11 | Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis | Ariel Ben-Yehuda | -13/+132 |
| 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 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -0/+1 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -0/+116 |
| 2017-03-10 | move related tests to type-check ui test directory | Cengiz Can | -0/+0 |
| 2017-03-10 | fix #40294 obligation cause.body_id is not always a NodeExpr | Cengiz Can | -0/+38 |
| 2017-03-09 | update gdbr tests | Tim Neumann | -17/+22 |
| 2017-03-09 | Use subtyping on the target of unsizing coercions. | Eduard-Mihai Burtescu | -13/+61 |
| 2017-03-09 | Do not bother creating StorageLive for TyNever | Simonas Kazlauskas | -1/+0 |
| 2017-03-08 | fix UB in repr(packed) tests | Tim Neumann | -2/+43 |
| 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 | Disallow subtyping between T and U in T: Unsize<U>. | Eduard-Mihai Burtescu | -0/+71 |
| 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 |