about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-05-03Implement `confusable_idents` lint.Charles Lew-0/+26
2020-05-02Rollup merge of #71782 - cuviper:leave-dev-null-alone, r=Mark-SimulacrumRalf Jung-4/+8
2020-05-02Rollup merge of #71781 - estebank:box-pin-test, r=tmandryRalf Jung-16/+95
2020-05-02Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercotebors-2/+2
2020-05-01Uncomment test code for failure to use `Box::pin`Esteban Küber-16/+95
2020-05-01Use a non-existent test path instead of clobbering /dev/nullJosh Stone-4/+8
2020-05-01Rollup merge of #71018 - lcnr:custom-const-param, r=eddybDylan DPC-0/+53
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-2/+2
2020-05-01rename InvalidIntPtrUsageRalf Jung-4/+4
2020-05-01bless youRalf Jung-2/+2
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-1/+1
2020-04-30Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obkTyler Mandry-29/+4
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-73/+74
2020-04-30Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasperTyler Mandry-1/+1
2020-04-30Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmasterDylan DPC-2/+2
2020-04-30Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPCDylan DPC-0/+2
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-171/+276
2020-04-30handle ByRef in relateBastian Kauschke-0/+53
2020-04-30A test now fails during check instead of buildOliver Scherer-1/+1
2020-04-30Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obkDylan DPC-14/+221
2020-04-30Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obkDylan DPC-0/+122
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-21/+120
2020-04-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-2/+2
2020-04-30Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelixbors-96/+43
2020-04-29Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercotebors-1/+37
2020-04-29Bless testsDylan MacKenzie-29/+4
2020-04-29Store LLVM bitcode in object files, not compressedAlex Crichton-1/+37
2020-04-29Rollup merge of #71617 - samrat:suggest-int-into, r=ecstatic-morseDylan DPC-63/+43
2020-04-29Rollup merge of #71572 - lcnr:type_length, r=Dylan-DPCDylan DPC-0/+31
2020-04-29Suggest deref when coercing `ty::Ref` to `ty::RawPtr`Donough Liu-0/+122
2020-04-29Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelixbors-17/+656
2020-04-29some more test casesRalf Jung-14/+109
2020-04-29Rollup merge of #71657 - Daniel-Worrall:24949, r=estebankDylan DPC-0/+179
2020-04-29Rollup merge of #71286 - Alexendoo:test-issue-69654, r=Dylan-DPCDylan DPC-0/+32
2020-04-29Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelixDylan DPC-16/+78
2020-04-29also test reference into static fieldRalf Jung-15/+40
2020-04-29Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw...bors-20/+748
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-16/+78
2020-04-29Add #24949 assoc constant static recursion testDaniel Worrall-0/+179
2020-04-29Fix testAmanieu d'Antras-41/+42
2020-04-29Remove -Z no-landing-pads testsAmanieu d'Antras-54/+0
2020-04-29Remove -Z no-landing-pads flagAmanieu d'Antras-3/+3
2020-04-28Bless test that no longer warnsDylan MacKenzie-1/+1
2020-04-28TYPE -> TYPE_ASCRIPTIONGDylan MacKenzie-8/+8
2020-04-28Use path to refer to constants in cross-crate pattern testsDylan MacKenzie-10/+9
2020-04-28Add cross-crate const in pattern testsDylan MacKenzie-0/+55
2020-04-28Add branchy `const` in pattern testsDylan MacKenzie-0/+129
2020-04-28FIXME: ignore test that ICEsDylan MacKenzie-0/+4
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-16/+468
2020-04-28add test for const-ref-to-cross-crate-mutable-staticRalf Jung-14/+101