about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-05-29Revert "Add test for macro_rules! invoking a proc-macro with capture groups"Aaron Hill-30/+0
2020-05-29Rollup merge of #72702 - petrochenkov:unudeps, r=estebankDylan DPC-0/+9
2020-05-29Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJungDylan DPC-0/+11
2020-05-29Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakisDylan DPC-1/+1
2020-05-29Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakisDylan DPC-11/+34
2020-05-28rustc_lint: Remove `unused_crate_dependencies` from the `unused` groupVadim Petrochenkov-0/+9
2020-05-28Add test for #66930Yuki Okushi-0/+11
2020-05-27Fix incorrect comment in generator testJonas Schievink-1/+1
2020-05-27expand unaligned_references testRalf Jung-11/+34
2020-05-27Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakisDylan DPC-0/+57
2020-05-27Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebankDylan DPC-0/+16
2020-05-26improve error message for unexpected comma token in multiline blockChris Simpkins-0/+16
2020-05-26Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=dav...Dylan DPC-0/+12
2020-05-26Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddybDylan DPC-0/+24
2020-05-26Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkovDylan DPC-0/+151
2020-05-26Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obkDylan DPC-18/+65
2020-05-25Implement warning for unused dependencies.Jeremy Fitzhardinge-0/+151
2020-05-26Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkovbors-0/+73
2020-05-25Rollup merge of #72450 - csmoe:issue-72442, r=oli-obkDylan DPC-0/+40
2020-05-25Rollup merge of #72061 - lcnr:const-inference-test, r=eddybDylan DPC-0/+70
2020-05-26Allow unlabeled breaks from desugared `?` in labeled blocksSamrat Man Singh-0/+12
2020-05-25Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPCbors-0/+97
2020-05-25Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasperDylan DPC-0/+40
2020-05-25Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelixDylan DPC-0/+57
2020-05-25Fix bug in shebang handlingRussell Cohen-0/+73
2020-05-25Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrumbors-18/+9
2020-05-25rename lintRalf Jung-40/+40
2020-05-25more test ref-to-packed testsRalf Jung-1/+19
2020-05-25remove some unused types from the testsRalf Jung-25/+6
2020-05-25add a lint against references to packed fieldsRalf Jung-0/+48
2020-05-25Add test for old compiler ICE when using `Borrow`Ross MacArthur-0/+57
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-0/+30
2020-05-24Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJungbors-2/+2
2020-05-24Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche...Ralf Jung-2/+2
2020-05-24Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJungbors-0/+30
2020-05-24Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkovRalf Jung-0/+30
2020-05-24Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakisbors-883/+462
2020-05-24Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakisDylan DPC-1/+16
2020-05-23Add test for #72455Yuki Okushi-0/+27
2020-05-23Add test for #69415Yuki Okushi-16/+19
2020-05-22Bless other example of #71394Dylan MacKenzie-1/+0
2020-05-22Add regression test for #71394Dylan MacKenzie-0/+16
2020-05-22Add test for macro_rules! invoking a proc-macro with capture groupsAaron Hill-0/+30
2020-05-22Update testsMatthew Jasper-883/+462
2020-05-22Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfacklerRalf Jung-4/+0
2020-05-22Rollup merge of #71829 - kper:issue71136, r=matthewjasperRalf Jung-0/+21
2020-05-22Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkovRalf Jung-2/+46
2020-05-22bless issue-72442csmoe-1/+16
2020-05-22Rewrite `Parser::collect_tokens`Aaron Hill-2/+2
2020-05-22add mcve for issue 72442csmoe-0/+25