about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-02Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasperRalf Jung-52/+44
2019-12-02Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obkRalf Jung-0/+41
2019-12-02Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obkMazdak Farrokhzad-20/+20
2019-12-02Rollup merge of #66905 - petrochenkov:rmplugin2, r=CentrilMazdak Farrokhzad-122/+53
2019-12-02Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obkMazdak Farrokhzad-10/+10
2019-12-01rustc_plugin: Some further cleanupVadim Petrochenkov-18/+2
2019-12-01rustc_plugin: Remove support for plugins adding LLVM passesVadim Petrochenkov-35/+0
2019-12-01rustc_lint: Remove lint `plugin_as_library`Vadim Petrochenkov-24/+4
2019-12-01rustc_plugin: Remove support for adding plugins from command lineVadim Petrochenkov-3/+11
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-33/+27
2019-12-01Conditional compilation for sanitizersTomasz Miąsko-0/+41
2019-12-01Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomezMazdak Farrokhzad-0/+1
2019-12-01Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasperMazdak Farrokhzad-103/+82
2019-11-30Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obkMazdak Farrokhzad-0/+95
2019-11-30Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkorMazdak Farrokhzad-0/+238
2019-11-30rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.Eduard-Mihai Burtescu-20/+20
2019-11-30Apply suggestions from code reviewNadrieril Feneanar-1/+1
2019-11-29Rollup merge of #66847 - dtolnay:_fmt, r=joshtriplettDavid Tolnay-20/+32
2019-11-29Bless ui test for libstd reformatDavid Tolnay-2/+2
2019-11-29Add explanation message for E0203Nixon-0/+1
2019-11-29Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertjRalf Jung-0/+40
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-1/+6
2019-11-29Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPCRalf Jung-1/+25
2019-11-29SimplifyArmIdentity only for locals with the same typeTomasz Miąsko-0/+95
2019-11-29Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obkbors-0/+123
2019-11-29remove get_named_spanMark Mansi-50/+28
2019-11-29improve lifetime errors with implicit trait object lifetimesMark Mansi-79/+80
2019-11-29Ignore wasm for panic testsDavid Haig-0/+6
2019-11-29Auto merge of #66697 - petrochenkov:nocstore, r=eddybbors-1/+1
2019-11-29Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelixbors-1/+3
2019-11-29Auto merge of #66590 - Aaron1011:fix/real-impl-trait-coherence, r=varkorbors-0/+19
2019-11-29Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnaybors-0/+23
2019-11-29Auto merge of #66567 - estebank:suggest-copy, r=Centrilbors-49/+85
2019-11-28rustc: hide HirId's fmt::Debug output from -Z span_free_formats.Eduard-Mihai Burtescu-10/+10
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-30/+30
2019-11-28Use structured suggestion when requiring `Copy` constraint in type paramEsteban Küber-46/+82
2019-11-28Allow any identifier as format arg nameDavid Tolnay-20/+32
2019-11-28Apply proper commit from PR #63934Aaron Hill-0/+19
2019-11-28rustc_metadata: Move `has_global_allocator` from session to cstoreVadim Petrochenkov-1/+1
2019-11-28Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddybbors-29/+44
2019-11-28Auto merge of #66603 - Nadrieril:fix-65413, r=varkorbors-7/+81
2019-11-28Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelixbors-25/+5
2019-11-28Moved tests and fixed merge conflictDavid Haig-2/+3
2019-11-28Fixed unit testDavid Haig-1/+1
2019-11-28SquashDavid Haig-0/+116
2019-11-28Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obkbors-129/+55
2019-11-27Update test for mutably borrowed statics in a constDylan MacKenzie-6/+21
2019-11-27Remove test for unused error codeDylan MacKenzie-37/+0
2019-11-27Also test shared borrows of `Cell` for good errorsDylan MacKenzie-3/+20
2019-11-27Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPCTyler Mandry-22/+11