| Age | Commit message (Expand) | Author | Lines |
| 2016-01-07 | Auto merge of #30734 - tsion:mir-pretty, r=nikomatsakis | bors | -18/+32 |
| 2016-01-07 | Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakis | bors | -873/+689 |
| 2016-01-07 | len needs to be prefixed by self for this to work. The final code in this sec... | jonastepe | -2/+2 |
| 2016-01-07 | Fix tests that used `// | help:` annotations | Florian Hahn | -11/+13 |
| 2016-01-07 | Factor mir::[Mut]Visitor implementations into a common macro. | Michael Woerister | -456/+281 |
| 2016-01-07 | Auto merge of #30728 - athaeryn:mention-warning-lint-group, r=Manishearth | bors | -5/+9 |
| 2016-01-07 | Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r... | bors | -19/+76 |
| 2016-01-07 | Auto merge of #30723 - nrc:macro-err-bug, r=Manishearth | bors | -2/+35 |
| 2016-01-07 | Auto merge of #30557 - sfackler:panic-propagate, r=aturon | bors | -1/+63 |
| 2016-01-07 | Rename fold_subitems_with to super_fold_with | Jeffrey Seyfried | -183/+182 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -186/+159 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -690/+534 |
| 2016-01-07 | [MIR] Set dest ∀ expr with optional value | Simonas Kazlauskas | -33/+53 |
| 2016-01-06 | Be consistent about what is a "chapter" versus a "section" | Michael F. Lamb | -17/+17 |
| 2016-01-06 | Link to section on references when we use the term prior to defining it | Michael F. Lamb | -2/+4 |
| 2016-01-06 | Link to references section when they first appear | Michael F. Lamb | -2/+5 |
| 2016-01-06 | Explain surprising new syntax appearing in example code | Michael F. Lamb | -6/+15 |
| 2016-01-06 | Add std::panic::propagate | Steven Fackler | -1/+63 |
| 2016-01-06 | Rollup merge of #30749 - andgra2:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-06 | Rollup merge of #30735 - jonastepe:nomicon_vec_dealloc_pointer_type, r=stevek... | Steve Klabnik | -1/+1 |
| 2016-01-06 | Rollup merge of #30729 - huonw:delete-bad-comment, r=sanxiyn | Steve Klabnik | -3/+0 |
| 2016-01-06 | Rollup merge of #30727 - tbu-:pr_doc_escaped_newline, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2016-01-06 | Rollup merge of #30720 - BChip:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-06 | Rollup merge of #30716 - kraai:fix-hexicdecimal, r=apasel422 | Steve Klabnik | -3/+3 |
| 2016-01-06 | Rollup merge of #30700 - steveklabnik:gh28581, r=brson | Steve Klabnik | -0/+4 |
| 2016-01-06 | Rollup merge of #30699 - steveklabnik:gh30254, r=apasel422 | Steve Klabnik | -0/+29 |
| 2016-01-06 | Rollup merge of #30683 - LawrenceWoodman:patch-1, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-01-07 | Fix error in example code | Anders Granlund | -1/+1 |
| 2016-01-06 | Reenable MIR test | Simonas Kazlauskas | -12/+6 |
| 2016-01-06 | Auto merge of #30654 - nrc:panictry, r=brson | bors | -313/+318 |
| 2016-01-06 | Fix pretty-printing for empty tuples in MIR. | Scott Olson | -4/+4 |
| 2016-01-06 | [MIR] Get rid of that nasty unit_ty temporary lval | Simonas Kazlauskas | -15/+5 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -424/+2641 |
| 2016-01-06 | Deprecate reflection-based Arena | Piotr Czarnecki | -0/+6 |
| 2016-01-06 | Fix dependency graph test cases to have correct commments and use -Z incr-comp | Niko Matsakis | -6/+22 |
| 2016-01-06 | Fix tidy errors | Niko Matsakis | -3/+12 |
| 2016-01-06 | Use `memoized` helper more often. | Niko Matsakis | -27/+15 |
| 2016-01-06 | Auto merge of #30733 - ubsan:wrapping_op_assign, r=eddyb | bors | -49/+51 |
| 2016-01-06 | Fix numerous typos, renamings, and minor nits raised by mw. | Niko Matsakis | -29/+35 |
| 2016-01-06 | Stop re-exporting MutateMode's variants. | Ms2ger | -14/+18 |
| 2016-01-06 | Create personality slot when translating Resume | Simonas Kazlauskas | -38/+26 |
| 2016-01-06 | panic/panic_bounds_check to destructure tys | Simonas Kazlauskas | -39/+51 |
| 2016-01-06 | Merge Call and DivergingCall diffs into CallKind | Simonas Kazlauskas | -179/+197 |
| 2016-01-06 | Add tests | Simonas Kazlauskas | -0/+351 |
| 2016-01-06 | Don’t generate landing-pads if -Z no-landing-pads | Simonas Kazlauskas | -30/+58 |
| 2016-01-06 | Fix ReturnPointer generation for void return types | Simonas Kazlauskas | -4/+19 |
| 2016-01-06 | Refine call terminator translation | Simonas Kazlauskas | -45/+96 |
| 2016-01-06 | Have a cached unreachable block inside MIR state | Simonas Kazlauskas | -7/+24 |
| 2016-01-06 | Remove diverge terminator | Simonas Kazlauskas | -67/+40 |
| 2016-01-06 | Remove the Panic block terminator | Simonas Kazlauskas | -32/+107 |