about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+51
2021-03-18Auto merge of #76447 - pickfire:async-pub, r=estebankbors-17/+121
2021-03-17Add pub as optional check_front_matterIvan Tham-17/+22
2021-03-17Add help assertion for async pub testIvan Tham-0/+6
2021-03-17Detect pub fn attr wrong order like `async pub`Ivan Tham-39/+132
2021-03-17Fix bad diagnostics for anon params with refYuki Okushi-0/+14
2021-03-13Improve the wording for the `can't reassign` errorYuki Okushi-0/+6
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-1/+1
2021-03-08Rollup merge of #82800 - jyn514:group-rustdoc-tests, r=Mark-SimulacrumMara Bos-0/+47
2021-03-08Move rustdoc UI tests into a subdirectoryJoshua Nelson-0/+47
2021-03-08Rollup merge of #82415 - petrochenkov:modin3, r=davidtwcoDylan DPC-11/+13
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-0/+12
2021-03-07Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obkYuki Okushi-25/+4
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+12
2021-03-06address commentsHenry Boisdequin-5/+2
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-11/+13
2021-03-03Detect match arm body without bracesEsteban Küber-0/+222
2021-03-03Fix diagnostic suggests adding type `[type error]`Henry Boisdequin-20/+2
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-9/+21
2021-02-27Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasperDylan DPC-0/+0
2021-02-26Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebankGuillaume Gomez-2/+4
2021-02-25Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkorDylan DPC-1/+1
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-9/+21
2021-02-25add helpful error notes and fix the false 'defined here' messagesHenry Boisdequin-1/+1
2021-02-24clarifies error when finding mismatched returned types for async functionsNell Shamrell-2/+4
2021-02-23Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnrDylan DPC-3/+33
2021-02-23Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebankDylan DPC-1/+6
2021-02-21Do not suggest `;` if expression is side effect freeEsteban Küber-9/+1
2021-02-21Suggest `return`ing tail expressions that match return typeEsteban Küber-2/+40
2021-02-20Fix suggestion span and move suggestions into new subwindow.Reese Williams-3/+6
2021-02-20Make "missing field" error message more naturalr00ster91-6/+6
2021-02-16Move some tests to more reasonable directoriesCaio-0/+222
2021-02-14Clarify error message and remove pretty printing in help suggestions.Reese Williams-1/+3
2021-02-08parser: Fix panic in 'const impl' recoveryÖmer Sinan Ağacan-0/+22
2021-02-07Bless tests with new error wordingSmitty-0/+0
2021-02-07Add tests for new UTF-16 behaviorSmitty-0/+0
2021-02-06Add note about encoding when null bytes foundSmitty-0/+0
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-101/+137
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-101/+137
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-1/+1
2021-01-31Move some tests to more reasonable directoriesCaio-0/+419
2021-01-22add and update testsb-naber-0/+84
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+584
2021-01-13Update code to account for extern ABI requirementMark Rousskov-12/+1
2021-01-13Update tests for extern block lintingMark Rousskov-90/+91
2021-01-12Auto merge of #76580 - rokob:iss76011, r=estebankbors-12/+2
2021-01-08Add a note for `*` and `{}` usage on `use`Yuki Okushi-0/+8
2020-12-31Move parser-related testsYuki Okushi-0/+162
2020-12-30Fix ICE when pointing at multi bytes characterYuki Okushi-0/+64