about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-17Add a test for proc macro generating `$ IDENT`Vadim Petrochenkov-0/+35
2020-02-17parser: Do not call `bump` recursivelyVadim Petrochenkov-6/+6
2020-02-17parse: recover `mut (x @ y)` as `(mut x @ mut y)`.Mazdak Farrokhzad-11/+21
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-61/+0
2020-02-17Move to using an extern type for opaquenessMark Rousskov-12/+8
2020-02-17Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkovbors-36/+21
2020-02-16Do not ICE when encountering `yield` inside `async` blockEsteban Küber-0/+15
2020-02-16Select an appropriate unused lifetime name in suggestionEsteban Küber-7/+27
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-16Handle recursion_limit parsing errorsFisher Darling-0/+71
2020-02-16Ignore GDB versions with broken str printing.spunit262-0/+1
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-0/+7
2020-02-16suspend -> yieldJonas Schievink-1/+1
2020-02-15Fix test stderr after rebasing on master.David Ross-2/+2
2020-02-15Remove trailing whitespaceDavid Ross-3/+3
2020-02-15Fix related type ascription tests.David Ross-10/+50
2020-02-15Add more error cases to issue 35813 testsDavid Ross-58/+225
2020-02-15Parse & reject postfix operators after castsDavid Ross-0/+137
2020-02-16Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkovbors-1/+22
2020-02-16Fix printing of `Yield` terminatorJonas Schievink-1/+1
2020-02-15Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27bors-0/+15
2020-02-15fix incremental testsRalf Jung-2/+2
2020-02-15reject assoc statics & extern consts during parsingMazdak Farrokhzad-69/+154
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-1/+22
2020-02-15fix codegen testsRalf Jung-1/+1
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-38/+42
2020-02-15parse extern constsMazdak Farrokhzad-16/+54
2020-02-15parse associated statics.Mazdak Farrokhzad-18/+200
2020-02-15ast/parser: fuse `static` & `const` grammars in all contexts.Mazdak Farrokhzad-46/+122
2020-02-15ast: make `= <expr>;` optional in free statics/consts.Mazdak Farrokhzad-0/+104
2020-02-16Add FIXME noteYuki Okushi-0/+3
2020-02-15remove no-longer-needed testRalf Jung-20/+0
2020-02-16Add test for issue-68653Yuki Okushi-0/+16
2020-02-16Add test for issue-63952Yuki Okushi-0/+45
2020-02-16Add test for issue-62894Yuki Okushi-0/+54
2020-02-15adjust run-fail testsRalf Jung-9/+9
2020-02-16Add test for issue-51798Yuki Okushi-0/+17
2020-02-16Add test for issue-39618Yuki Okushi-0/+24
2020-02-15ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.Mazdak Farrokhzad-4/+99
2020-02-15Always qualify literals by typeMatthew Jasper-4/+6
2020-02-15fix compile-failRalf Jung-4/+4
2020-02-15Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t...bors-0/+31
2020-02-15Emit some additional `unused_doc_comments` lints outside of the main passVadim Petrochenkov-9/+21
2020-02-15fix another testRalf Jung-7/+7
2020-02-15expand assoc-const test a bit, just to be sureRalf Jung-18/+110
2020-02-15fix exceeding_bitshift lint and testRalf Jung-188/+633
2020-02-15add test for issue 69020Ralf Jung-0/+57
2020-02-15more revisions and use them for another testRalf Jung-13/+282
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-768/+872
2020-02-15rustc_lint: Move `unused_doc_comments` from pre-expansion to early lintsVadim Petrochenkov-27/+8