about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-04-11stabilize const_cttzAndreas Jonson-1/+32
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-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-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-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-07rebase and update testsEsteban Küber-10/+42
2021-04-07Rollup merge of #83954 - estebank:issue-83613, r=varkorDylan DPC-81/+117
2021-04-07Rollup merge of #83945 - SkiFire13:fix-83924, r=estebankDylan DPC-0/+65
2021-04-07Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=ManishearthDylan DPC-2/+57
2021-04-07Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkorDylan DPC-59/+133
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-96/+147
2021-04-07Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkorDylan DPC-0/+48
2021-04-07Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkorDylan DPC-0/+68
2021-04-06Add spans to E0277 for impl/trait type/fn obligation disparityEsteban Küber-14/+44
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-0/+3
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-106/+585
2021-04-06Use a more appropriate span for `;` suggestionEsteban Küber-0/+36
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-2/+57
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-0/+36
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-81/+81
2021-04-06Account for `ExprKind::Block` when suggesting .into() and derefEsteban Küber-4/+40
2021-04-06Add regression testGiacomo Stevanato-0/+65
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-59/+133
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-96/+147
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-41/+31
2021-04-05Allow specifying alignment for functionsWesley Norris-41/+31
2021-04-06Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwcoYuki Okushi-0/+31
2021-04-06Rollup merge of #83734 - JohnTitor:issue-83621, r=davidtwcoYuki Okushi-0/+16
2021-04-06Rollup merge of #83489 - LeSeulArtichaut:deref-else, r=davidtwcoYuki Okushi-1/+64
2021-04-05Auto merge of #83406 - b-naber:issue-83510, r=lcnrbors-0/+19
2021-04-05Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisaDylan DPC-7/+15
2021-04-05Disallow the use of high byte registes as operands on x86_64Amanieu d'Antras-7/+15
2021-04-05Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasperDylan DPC-0/+31
2021-04-05Don't concatenate binders across typesJack Huey-0/+14
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-74/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1276/+1132
2021-04-04Move a `unused_doc_comments ` test to the `unused` dirYuki Okushi-0/+0
2021-04-04Trigger `unused_doc_comments` on macros at onceYuki Okushi-0/+48
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-74/+0
2021-04-03expand: Do not ICE when a legacy AST-based macro attribute produces and empty...Vadim Petrochenkov-0/+31