about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-11expand: Merge `expand_{bang,attr,derive}_invoc` into a single functionVadim Petrochenkov-1/+1
2019-07-11expand: It's always possible to create a dummy AST fragmentVadim Petrochenkov-2/+0
2019-07-11resolve: Fix access to extern and stdlib prelude from opaque macrosVadim Petrochenkov-0/+40
2019-07-11resolve: Divide macro path resolution into speculative and error reporting partsVadim Petrochenkov-24/+24
2019-07-11resolve/expand: Catch macro kind mismatches early in resolveVadim Petrochenkov-33/+89
2019-07-11resolve/expand: `resolve_macro_invocation` no longer returns determinate errorsVadim Petrochenkov-6/+6
2019-07-11resolve: Make proc macro stubs less stubbyVadim Petrochenkov-29/+47
2019-07-11syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...Vadim Petrochenkov-2/+1
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-1/+1
2019-07-10Regression test for issue 30786.Felix S. Klock II-0/+140
2019-07-10Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelixMazdak Farrokhzad-0/+15
2019-07-10Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelixMazdak Farrokhzad-10/+32
2019-07-10Ignore async-fn-size-moved-locals test on wasm Andrew Xu-0/+1
2019-07-10Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-...bors-0/+465
2019-07-10Rollup merge of #62474 - nikic:update-llvm, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-07-10Rollup merge of #62393 - petrochenkov:notto-disu, r=Mark-SimulacrumMazdak Farrokhzad-8/+153
2019-07-09Auto merge of #62542 - Centril:rollup-5mpb8tu, r=Centrilbors-711/+1157
2019-07-09Adjust codegen tests for DISPFlagMainSubprogramNikita Popov-2/+2
2019-07-09Add a test case with `$crate` from other crateVadim Petrochenkov-0/+66
2019-07-09Resolve `$crate` in all hygienic contexts for pretty-pringingVadim Petrochenkov-25/+15
2019-07-09Pretty-print `$crate` as `crate`/`::my_crate` in tokensVadim Petrochenkov-8/+8
2019-07-09Add a test for `$crate` inside macro invocationVadim Petrochenkov-0/+89
2019-07-09Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-680/+680
2019-07-09Rollup merge of #62520 - pnkfelix:add-test-for-42574, r=alexcrichtonMazdak Farrokhzad-0/+39
2019-07-09Rollup merge of #62450 - nagisa:reclimit, r=pnkfelixMazdak Farrokhzad-28/+388
2019-07-09Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelixMazdak Farrokhzad-3/+50
2019-07-09Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakisbors-0/+213
2019-07-09Added a test for coherence when a generic type param has a default value from...Ohad Ravid-0/+36
2019-07-09Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelixbors-0/+21
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-680/+680
2019-07-09rewrite the test to workaround #51525Niko Matsakis-2/+8
2019-07-09Regression test for issue 42574.Felix S. Klock II-0/+39
2019-07-09Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,...Mazdak Farrokhzad-0/+127
2019-07-08regression test.Felix S. Klock II-0/+16
2019-07-08Added test explicitly testing that this PR continues to handle empty arrays i...Felix S. Klock II-0/+17
2019-07-08Regression tests and updates to existing tests.Felix S. Klock II-0/+448
2019-07-08Rollup merge of #62478 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-3/+3
2019-07-08Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-7/+7
2019-07-08normalize use of backticks for compiler messages in librustc_codegenSamy Kacimi-3/+3
2019-07-07Auto merge of #62435 - scottmcm:constrained-array-impls, r=centrilbors-8/+158
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-8/+158
2019-07-07normalize use of backticks in compiler messages for librustc_typecheckSamy Kacimi-7/+7
2019-07-07Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomezMazdak Farrokhzad-4/+39
2019-07-07Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasperMazdak Farrokhzad-26/+129
2019-07-07Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=ManishearthMazdak Farrokhzad-0/+43
2019-07-07Add help message for mutation though overloaded place operatorsMatthew Jasper-75/+97
2019-07-07Only omit StorageLive/Dead for variable that are never initializedMatthew Jasper-0/+15
2019-07-07Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichtonbors-0/+16
2019-07-07Address review comments + Fix rebaseVadim Petrochenkov-2/+14
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-19/+24