about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-04-15Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakisDylan DPC-0/+113
2021-04-14Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkovbors-0/+15
2021-04-14Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJungbors-0/+109
2021-04-14test: add reasonable casehi-rustin-2/+2
2021-04-14test: add more caseshi-rustin-3/+69
2021-04-14add macro-or-patterns-2021 testhi-rustin-0/+47
2021-04-13Auto merge of #84153 - Dylan-DPC:rollup-5jiqrwu, r=Dylan-DPCbors-3/+64
2021-04-13Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPCDylan DPC-3/+6
2021-04-13Rollup merge of #84140 - b-naber:parser_past_eof, r=varkorDylan DPC-0/+58
2021-04-13Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieubors-5/+7
2021-04-13Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m...bors-1/+32
2021-04-13Check for asm support in UI tests that require itTomasz Miąsko-5/+7
2021-04-12Fix typo in error messageCamelid-3/+6
2021-04-12add testb-naber-0/+58
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-77/+84
2021-04-12Fix lookahead with None-delimited groupAaron Hill-0/+15
2021-04-12Auto merge of #84068 - Amanieu:fix_lint, r=lcnrbors-12/+15
2021-04-12Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkorDylan DPC-31/+155
2021-04-12Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkorDylan DPC-0/+43
2021-04-11stabilize const_cttzAndreas Jonson-1/+32
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-10/+34
2021-04-11Add test to allow bad_asm_styleAmanieu d'Antras-12/+15
2021-04-11Auto merge of #82608 - Aaron1011:feature/final-preexp-tts, r=petrochenkovbors-713/+725
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-713/+725
2021-04-11Auto merge of #83806 - JohnTitor:issue-51446, r=estebankbors-0/+34
2021-04-10Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkovbors-62/+103
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-62/+103
2021-04-10Auto merge of #84016 - Aaron1011:new-preexp-tests, r=petrochenkovbors-66/+1199
2021-04-10Add some proc-macro attribute token handling testsAaron Hill-66/+1199
2021-04-10remove redundant testAliénore Bouttefeux-20/+12
2021-04-10add test offset of a fieldAliénore Bouttefeux-38/+52
2021-04-10Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726bors-3/+42
2021-04-09Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verboseEsteban Küber-144/+18
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-5/+16
2021-04-09changes based on reviewAliénore Bouttefeux-60/+30
2021-04-09Auto merge of #83956 - estebank:issue-83892, r=varkorbors-0/+36
2021-04-09reduce threads spawned by ui-testsThe8472-5/+16
2021-04-08Add unclosed brace in use tree testEsteban Küber-0/+165
2021-04-09Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakisbors-0/+14
2021-04-08Provide verbose suggestion for new output typeEsteban Küber-4/+5
2021-04-08Suggest return typeEsteban Küber-7/+40
2021-04-08Suggest changing impl parameter types to match traitEsteban Küber-18/+108
2021-04-08Use more accurate spans for trait/impl method arg divergenceEsteban Küber-16/+16
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-77/+166
2021-04-08Rollup merge of #83952 - estebank:issue-83943, r=petrochenkovDylan DPC-4/+40
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-128/+672
2021-04-07add testAliénore Bouttefeux-0/+133
2021-04-07Added additional comments and minor editsK-2/+2
2021-04-07rebase and update testsEsteban Küber-10/+42
2021-04-07Rollup merge of #83954 - estebank:issue-83613, r=varkorDylan DPC-81/+117