about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-11Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e...bors-0/+16
2019-07-11pretty-print: Do not lose the `$crate` printing flag in `print_tt`Vadim Petrochenkov-10/+28
2019-07-11Rollup merge of #62519 - pnkfelix:add-test-for-30786, r=pnkfelixMazdak Farrokhzad-0/+140
2019-07-11Rollup merge of #62476 - petrochenkov:expref, r=matthewjasperMazdak Farrokhzad-71/+309
2019-07-11Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandryMazdak Farrokhzad-66/+10
2019-07-10Auto merge of #62561 - Centril:rollup-5pxj3bo, r=Centrilbors-10/+47
2019-07-11Add a regression test for #44692Vadim Petrochenkov-1/+128
2019-07-11Fix failing testsVadim Petrochenkov-2/+2
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-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