| Age | Commit message (Expand) | Author | Lines |
| 2016-01-08 | Make coherence more tolerant of error types. | Niko Matsakis | -1/+174 |
| 2016-01-07 | Auto merge of #30757 - michaelwoerister:mir-visitor-cleanup, r=jroesch | bors | -456/+281 |
| 2016-01-07 | Auto merge of #30748 - tsion:mir-tuple-fix, r=eddyb | bors | -4/+4 |
| 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 | 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-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 | 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 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -424/+2641 |
| 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 | 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 |
| 2016-01-06 | Add Resume Terminator which corresponds to resume | Simonas Kazlauskas | -45/+70 |
| 2016-01-06 | Generate DivergingCall terminator | Simonas Kazlauskas | -12/+30 |
| 2016-01-06 | Split Call into Call and DivergingCall | Simonas Kazlauskas | -57/+113 |
| 2016-01-06 | heap::deallocate expects a *mut u8 but here a *mut T is given. The final code... | jonastepe | -1/+1 |
| 2016-01-06 | Auto merge of #30692 - michaelwoerister:mir-overloaded-fn-calls, r=nikomatsakis | bors | -5/+77 |
| 2016-01-06 | std::cmp::max -> max | Mike Anderson | -6/+6 |
| 2016-01-05 | Fix a breaking change in #30523 | Nicholas Mazzuca | -49/+51 |
| 2016-01-05 | Improve pretty-printing for ConstVals in MIR. | Scott Olson | -11/+27 |