about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-03-31Fix tests and AstConv -> dyn AstConvJack Huey-20/+19
2021-03-31Fmt and test revertJack Huey-32/+31
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-23/+96
2021-03-31Track bound varsJack Huey-36/+57
2021-03-31Auto merge of #83684 - cjgillot:csp, r=petrochenkovbors-2/+2
2021-03-31Auto merge of #83666 - Amanieu:instrprof-order, r=tmandrybors-34/+17
2021-03-31Rollup merge of #83671 - JohnTitor:issue-75801-test, r=Dylan-DPCDylan DPC-0/+44
2021-03-31Rollup merge of #83654 - JohnTitor:issue-83606, r=estebankDylan DPC-0/+21
2021-03-30Fix fulldeps tests.Camille GILLOT-2/+2
2021-03-30Auto merge of #83639 - osa1:issue83638, r=estebankbors-0/+14
2021-03-30Rollup merge of #83667 - estebank:cool-bears-hot-tip, r=lcnrDylan DPC-91/+79
2021-03-30Rollup merge of #83656 - JohnTitor:resolve-test, r=petrochenkovDylan DPC-0/+34
2021-03-30Add a regression test for issue-75801JohnTitor-0/+44
2021-03-30Apply review feedbackAmanieu d'Antras-77/+89
2021-03-29Hide unnecessary reference to traitEsteban Küber-3/+0
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-91/+82
2021-03-30Run LLVM coverage instrumentation passes before optimization passesAmanieu d'Antras-113/+84
2021-03-30Add a regression test for issue-82865JohnTitor-0/+34
2021-03-30Rollup merge of #83636 - JohnTitor:const-generics-defualts-regg-test, r=lcnrDylan DPC-52/+66
2021-03-30Rollup merge of #83543 - camelid:lint-unknown-disambiguator, r=jyn514Dylan DPC-0/+58
2021-03-30Do not emit a suggestion that causes the E0632 errorJohnTitor-0/+21
2021-03-29Auto merge of #80839 - tblah:riscv64linux_links, r=Mark-Simulacrumbors-13/+20
2021-03-29Replace tabs in err messages before renderingÖmer Sinan Ağacan-0/+14
2021-03-29Prefer 4 spacesJohnTitor-52/+52
2021-03-29Add a regression test for issue-82792JohnTitor-0/+14
2021-03-28Add test for weird backticks placementCamelid-8/+23
2021-03-28Point to disambiguator instead of whole linkCamelid-12/+5
2021-03-29Auto merge of #83605 - RalfJung:unaligned, r=petrochenkovbors-23/+63
2021-03-28Auto merge of #83602 - JohnTitor:cloudabi-flag-is-unnecessary, r=Xanewokbors-1/+0
2021-03-28test: run-make: skip tests on unsupported platformsTom Eccles-0/+7
2021-03-28test: run-make: flag tests which won't work in no-std environmentsTom Eccles-0/+5
2021-03-28run-make: skip issue-36710 on riscv64 and armhfTom Eccles-0/+4
2021-03-28run-make: Specify --target to rustcTom Eccles-14/+5
2021-03-28adjust old testRalf Jung-16/+31
2021-03-28unaligned_references: align(N) fields in packed(N) structs are fineRalf Jung-7/+32
2021-03-28Remove unnecessary `ignore-cloudabi` flagJohnTitor-1/+0
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+19
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-4/+8
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-4/+8
2021-03-27Rollup merge of #83548 - Aaron1011:capture-none-delims, r=petrochenkovDylan DPC-13/+58
2021-03-27Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebankDylan DPC-23/+28
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-212/+160
2021-03-27Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obkDylan DPC-9/+85
2021-03-28Rollup merge of #83569 - sjakobi:issue56445-regression-test, r=jackh726Yuki Okushi-3/+48
2021-03-28Rollup merge of #83348 - osa1:issue83344, r=jackh726Yuki Okushi-0/+14
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-212/+160
2021-03-27update testslcnr-8/+8
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-9/+85
2021-03-27Add regression tests for #56445Simon Jakobi-3/+48
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-1/+1