| Age | Commit message (Expand) | Author | Lines |
| 2017-01-03 | fix comment that got split in two | Niko Matsakis | -3/+2 |
| 2017-01-03 | Fix build after rebase. | Andrew Cann | -118/+129 |
| 2017-01-03 | Remove E0001 diagnostic | Andrew Cann | -27/+2 |
| 2017-01-03 | Amend compile-fail tests | Andrew Cann | -5/+4 |
| 2017-01-03 | Disable unreachable patterns error entirely | Andrew Cann | -12/+25 |
| 2017-01-03 | Fix inhabitedness bug | Andrew Cann | -12/+13 |
| 2017-01-03 | Refactor is_uninhabited | Andrew Cann | -87/+294 |
| 2017-01-03 | Add drain method to AccumulateVec/ArrayVec | Andrew Cann | -1/+126 |
| 2017-01-03 | Fix test I broke | Andrew Cann | -3/+5 |
| 2017-01-03 | Fix build after rebase | Andrew Cann | -1/+1 |
| 2017-01-03 | Fix build after rebase | Andrew Cann | -5/+5 |
| 2017-01-03 | Style fix | Andrew Cann | -2/+1 |
| 2017-01-03 | Improve error message, fix and add tests. | Andrew Cann | -31/+131 |
| 2017-01-03 | More pattern matching for empty types changes | Andrew Cann | -96/+237 |
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -85/+246 |
| 2017-01-03 | Start enabling empty types in pattern matching. | Andrew Cann | -12/+17 |
| 2017-01-03 | Auto merge of #38782 - clarcharr:stupid, r=GuillaumeGomez | bors | -11/+11 |
| 2017-01-02 | Reword 'stupid' and 'crazy' in docs. | Clar Charr | -11/+11 |
| 2017-01-02 | Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoerister | bors | -1/+46 |
| 2017-01-02 | Auto merge of #38760 - est31:ignorecfg, r=sanxiyn | bors | -1/+1 |
| 2017-01-02 | Auto merge of #38766 - eddyb:less-fake-hir, r=arielb1 | bors | -293/+411 |
| 2017-01-01 | Auto merge of #38548 - GuillaumeGomez:thread_struct_docs, r=frewsxcv | bors | -0/+65 |
| 2017-01-01 | Auto merge of #38765 - xen0n:i-dont-like-red-bots-2, r=alexcrichton | bors | -1/+9 |
| 2017-01-01 | rustc_const_eval: convert constants to Pattern instead of hir::Pat. | Eduard-Mihai Burtescu | -188/+180 |
| 2017-01-02 | rustbuild: fix dist-analysis with full bootstrap disabled | Wang Xuerui | -1/+9 |
| 2017-01-01 | Fix pre-cfg_attr notation in comment | est31 | -1/+1 |
| 2017-01-01 | rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing. | Eduard-Mihai Burtescu | -105/+231 |
| 2017-01-01 | Auto merge of #38692 - estebank:remove-try-from-pprust, r=petrochenkov | bors | -857/+857 |
| 2017-01-01 | Auto merge of #38753 - philipc:debuginfo-union, r=petrochenkov | bors | -10/+15 |
| 2017-01-01 | Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe | bors | -443/+446 |
| 2017-01-01 | Auto merge of #38726 - japaric:sparc64, r=sanxiyn | bors | -9/+284 |
| 2017-01-01 | Add pretty printing of unions in debuggers | Philip Craig | -10/+15 |
| 2017-01-01 | Auto merge of #38711 - programble:doc/slice-iter-method-links, r=brson | bors | -0/+45 |
| 2017-01-01 | Auto merge of #38713 - clarcharr:trusted_len, r=brson | bors | -1/+7 |
| 2017-01-01 | Merge branch 'master' into sparc64 | Seo Sanghyeon | -2379/+4793 |
| 2017-01-01 | Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb | bors | -100/+228 |
| 2017-01-01 | Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichton | bors | -1/+10 |
| 2016-12-31 | Auto merge of #38708 - alexcrichton:add-distcheck, r=brson | bors | -7/+51 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -475/+2217 |
| 2016-12-31 | Utilize new in_arena method instead of hashing for Lifting interned items | Mark Simulacrum | -27/+25 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -74/+87 |
| 2016-12-31 | Improve naming style in rustllvm. | Ian Kerins | -443/+446 |
| 2016-12-31 | Fix iabs and add some more tests | est31 | -5/+18 |
| 2016-12-31 | Auto merge of #38737 - keeperofdakeys:proc-macro-derive-Dec-16, r=jseyfried | bors | -2/+60 |
| 2016-12-31 | Fix TypedArena infinitely looping when inplace reallocation fails. | Mark Simulacrum | -2/+2 |
| 2016-12-31 | Add a non type-specific arena. | Mark Simulacrum | -0/+117 |
| 2016-12-31 | rustbuild: fix save-analysis not being saved for 2-stage builds | Wang Xuerui | -4/+5 |
| 2016-12-31 | Auto merge of #38709 - alexcrichton:check-xsv, r=nikomatsakis | bors | -0/+6 |
| 2016-12-31 | Add missing example for Thread struct | Guillaume Gomez | -0/+65 |
| 2016-12-31 | Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichton | bors | -6/+10 |