about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-11-09Support inlining diverging function callsTomasz Miąsko-0/+180
2020-11-09inliner: Break inlining cyclesTomasz Miąsko-0/+134
2020-11-09Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkovDylan DPC-55/+214
2020-11-09Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obkDylan DPC-0/+91
2020-11-08Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011bors-0/+121
2020-11-08Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-sebors-24/+29
2020-11-08Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkorMara Bos-12/+17
2020-11-08Rollup merge of #78570 - sasurau4:test/check-pass-print-type-size, r=jyn514Mara Bos-12/+12
2020-11-08Auto merge of #78410 - lcnr:revert75443, r=nikomatsakisbors-27/+0
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-4/+4
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-8/+13
2020-11-07Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkovbors-24/+5
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-55/+214
2020-11-07remove FIXME comment of #62277 in print_type_sizez ui testsDaiki Ihara-12/+12
2020-11-06Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...Mark Rousskov-24/+5
2020-11-07Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievinkYuki Okushi-4/+4
2020-11-07Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514Yuki Okushi-0/+2
2020-11-07Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkorYuki Okushi-5/+18
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+2
2020-11-06Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandrybors-737/+10006
2020-11-05Disable the spanview tests on MacOS for nowRich Kadel-0/+20
2020-11-06Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27bors-0/+188
2020-11-06Fixing Spelling Typosankushduacodes-4/+4
2020-11-05Fix sed command for MacRich Kadel-1/+1
2020-11-05rename some tests to avoid exceeding windows path limitsRich Kadel-819/+847
2020-11-05fix cross-platform test bugsRich Kadel-40/+17
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-0/+6
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-116/+1169
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-547/+529
2020-11-05Adds coverage graphvizRich Kadel-0/+37
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-294/+216
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-818/+9062
2020-11-06inliner: Use substs_for_mir_bodyTomasz Miąsko-0/+91
2020-11-05Emit lints in the order in which they occur in the file.Nadrieril-4/+4
2020-11-05Fix unreachable sub-branch detectionNadrieril-6/+12
2020-11-05Add testNadrieril-4/+11
2020-11-06More detailed output for the nonterminal marking testVadim Petrochenkov-1/+95
2020-11-06rustc_ast: Visit tokens stored in AST nodes in mutable visitorVadim Petrochenkov-0/+27
2020-11-05Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obkbors-595/+524
2020-11-05Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obkMara Bos-15/+42
2020-11-05Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakisMara Bos-0/+54
2020-11-05Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514Mara Bos-51/+0
2020-11-05Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomezMara Bos-6/+6
2020-11-05Rollup merge of #78425 - chansuke:move_nan, r=jyn514Mara Bos-9/+0
2020-11-05Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514Mara Bos-207/+0
2020-11-05Rename lint to non_autolinksGuillaume Gomez-11/+11
2020-11-05Improve lint even moreGuillaume Gomez-0/+2
2020-11-05Don't check for URLs inside codeblocksGuillaume Gomez-20/+24
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-4/+4
2020-11-05Improve automatic_links globallyGuillaume Gomez-3/+137