summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-03-23removed tests introduced or changed by PR #77885, which is reverted here.Felix S. Klock II-44/+0
2021-03-15Revert PR 81473 to resolve (on beta) issues 81626 and 81658.Felix S. Klock II-47/+0
2021-03-10Substitute erased lifetimes on bad placeholder typeEsteban Küber-2/+32
2021-03-10[intra-doc links] Don't check feature gates of items re-exported across cratesJoshua Nelson-0/+8
2021-03-10Fix popping singleton paths in when generating E0433Ömer Sinan Ağacan-0/+12
2021-02-13Do not ICE on range patterns in function argumentsLeSeulArtichaut-1/+1
2021-02-13Add regression test for #81289LeSeulArtichaut-0/+18
2021-02-13parser: Fix panic in 'const impl' recoveryÖmer Sinan Ağacan-0/+22
2021-02-09Update fulldeps testMark Rousskov-29/+18
2021-02-06Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obkMara Bos-0/+146
2021-02-06Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514Mara Bos-0/+28
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-10747/+10745
2021-02-05Rollup merge of #81730 - RustyYato:object-safe-allocator, r=AmanieuMara Bos-0/+13
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-0/+7
2021-02-05Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514Mara Bos-0/+21
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-103/+142
2021-02-05Rollup merge of #80726 - lcnr:unsize-query, r=oli-obkMara Bos-0/+36
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-37/+897
2021-02-05Auto merge of #81688 - pnkfelix:fix-llvm-version-check-in-run-make-tests, r=s...bors-22/+4
2021-02-04Bless code coverage testWesley Wiser-104/+6
2021-02-04regression test for issue 80949.Felix S. Klock II-0/+34
2021-02-04Revert "Simplify unscheduling of drops after moves"Felix S. Klock II-18/+55
2021-02-04Revert "Use `record_operands_moved` more aggresively"Felix S. Klock II-99/+187
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-10645/+10582
2021-02-05Never MIR inline functions with a different instruction setTomasz Miąsko-0/+146
2021-02-04add testsb-naber-37/+897
2021-02-04Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-SimulacrumMara Bos-0/+0
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-50/+145
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-24/+417
2021-02-04Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAusMara Bos-1/+0
2021-02-04Add a test for the shortness format in rustdocAlexis Bourget-0/+28
2021-02-03make Allocator object-safeRustyYato-0/+13
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+25
2021-02-04relax adt unsizing requirementsBastian Kauschke-0/+11
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-28/+35
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-22/+110
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-103/+142
2021-02-03Ignore broken test.Felix S. Klock II-0/+1
2021-02-03Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebankbors-0/+18
2021-02-03move test to be with the othersmark-0/+0
2021-02-03Auto merge of #81718 - m-ou-se:rollup-3ftbymt, r=m-ou-sebors-265/+972
2021-02-03Rollup merge of #81716 - m-ou-se:fix-ice, r=eddybMara Bos-4/+4
2021-02-03Rollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelixMara Bos-0/+20
2021-02-03Rollup merge of #80394 - RalfJung:const-err-future, r=oli-obkMara Bos-261/+948
2021-02-03Fix non-existent-field ICE for generic fields.Mara Bos-4/+4
2021-02-03Fix panic when emitting diagnostic for closure mutable binding errorAaron Hill-0/+18
2021-02-03Remove incorrect `delay_span_bug`Esteban Küber-0/+20
2021-02-03Stabilize the Wake traitYoshua Wuyts-1/+0
2021-02-03Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obkbors-26/+292
2021-02-03make const_err a future incompat lintRalf Jung-261/+948