about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-01-03fix comment that got split in twoNiko Matsakis-3/+2
2017-01-03Fix build after rebase.Andrew Cann-118/+129
2017-01-03Remove E0001 diagnosticAndrew Cann-27/+2
2017-01-03Amend compile-fail testsAndrew Cann-5/+4
2017-01-03Disable unreachable patterns error entirelyAndrew Cann-12/+25
2017-01-03Fix inhabitedness bugAndrew Cann-12/+13
2017-01-03Refactor is_uninhabitedAndrew Cann-87/+294
2017-01-03Add drain method to AccumulateVec/ArrayVecAndrew Cann-1/+126
2017-01-03Fix test I brokeAndrew Cann-3/+5
2017-01-03Fix build after rebaseAndrew Cann-1/+1
2017-01-03Fix build after rebaseAndrew Cann-5/+5
2017-01-03Style fixAndrew Cann-2/+1
2017-01-03Improve error message, fix and add tests.Andrew Cann-31/+131
2017-01-03More pattern matching for empty types changesAndrew Cann-96/+237
2017-01-03Make is_useful handle empty types properlyAndrew Cann-85/+246
2017-01-03Start enabling empty types in pattern matching.Andrew Cann-12/+17
2017-01-03Auto merge of #38782 - clarcharr:stupid, r=GuillaumeGomezbors-11/+11
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr-11/+11
2017-01-02Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoeristerbors-1/+46
2017-01-02Auto merge of #38760 - est31:ignorecfg, r=sanxiynbors-1/+1
2017-01-02Auto merge of #38766 - eddyb:less-fake-hir, r=arielb1bors-293/+411
2017-01-01Auto merge of #38548 - GuillaumeGomez:thread_struct_docs, r=frewsxcvbors-0/+65
2017-01-01Auto merge of #38765 - xen0n:i-dont-like-red-bots-2, r=alexcrichtonbors-1/+9
2017-01-01rustc_const_eval: convert constants to Pattern instead of hir::Pat.Eduard-Mihai Burtescu-188/+180
2017-01-02rustbuild: fix dist-analysis with full bootstrap disabledWang Xuerui-1/+9
2017-01-01Fix pre-cfg_attr notation in commentest31-1/+1
2017-01-01rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing.Eduard-Mihai Burtescu-105/+231
2017-01-01Auto merge of #38692 - estebank:remove-try-from-pprust, r=petrochenkovbors-857/+857
2017-01-01Auto merge of #38753 - philipc:debuginfo-union, r=petrochenkovbors-10/+15
2017-01-01Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppebors-443/+446
2017-01-01Auto merge of #38726 - japaric:sparc64, r=sanxiynbors-9/+284
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-10/+15
2017-01-01Auto merge of #38711 - programble:doc/slice-iter-method-links, r=brsonbors-0/+45
2017-01-01Auto merge of #38713 - clarcharr:trusted_len, r=brsonbors-1/+7
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-2379/+4793
2017-01-01Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddybbors-100/+228
2017-01-01Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichtonbors-1/+10
2016-12-31Auto merge of #38708 - alexcrichton:add-distcheck, r=brsonbors-7/+51
2016-12-31Auto merge of #38482 - est31:i128, r=eddybbors-475/+2217
2016-12-31Utilize new in_arena method instead of hashing for Lifting interned itemsMark Simulacrum-27/+25
2016-12-31Split CtxtArenas into GlobalArenas and CtxtInterners.Mark Simulacrum-74/+87
2016-12-31Improve naming style in rustllvm.Ian Kerins-443/+446
2016-12-31Fix iabs and add some more testsest31-5/+18
2016-12-31Auto merge of #38737 - keeperofdakeys:proc-macro-derive-Dec-16, r=jseyfriedbors-2/+60
2016-12-31Fix TypedArena infinitely looping when inplace reallocation fails.Mark Simulacrum-2/+2
2016-12-31Add a non type-specific arena.Mark Simulacrum-0/+117
2016-12-31rustbuild: fix save-analysis not being saved for 2-stage buildsWang Xuerui-4/+5
2016-12-31Auto merge of #38709 - alexcrichton:check-xsv, r=nikomatsakisbors-0/+6
2016-12-31Add missing example for Thread structGuillaume Gomez-0/+65
2016-12-31Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichtonbors-6/+10