about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-26Auto merge of #63897 - petrochenkov:prettycomma, r=estebankbors-14/+11
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-41/+26
2019-08-26Auto merge of #62603 - cuviper:no-unwind-abort, r=joshtriplettbors-2/+10
2019-08-25Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27bors-0/+50
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-14/+11
2019-08-25Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-08-25Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-08-25Permit unwinding through FFI by defaultMark Rousskov-0/+2
2019-08-25Rollup merge of #63859 - matthewjasper:check-snippet-result, r=CentrilMazdak Farrokhzad-0/+45
2019-08-25Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkovMazdak Farrokhzad-1/+17
2019-08-25Rollup merge of #63813 - estebank:int-from, r=varkorMazdak Farrokhzad-0/+12
2019-08-24Don't unwrap the result of `span_to_snippet`Matthew Jasper-0/+45
2019-08-23Fix incremental testsWesley Wiser-4/+10
2019-08-23Suggest calling closure with resolved return type when appropriateEsteban Küber-1/+17
2019-08-23`--bless` some tests due to message format change.Mazdak Farrokhzad-34/+34
2019-08-22Do not suggest `.try_into()` on `i32::from(x)`Esteban Küber-0/+12
2019-08-22Rollup merge of #63796 - estebank:opaque_future, r=CentrilMazdak Farrokhzad-0/+44
2019-08-22Rollup merge of #63767 - lzutao:integer-ord-suboptimal, r=nagisaMazdak Farrokhzad-0/+28
2019-08-22Rollup merge of #63737 - HowJMay:fix_naming, r=jonas-schievinkMazdak Farrokhzad-16/+16
2019-08-22Rollup merge of #63624 - estebank:unreachable-macro, r=petrochenkovMazdak Farrokhzad-0/+8
2019-08-22Changed testsWesley Wiser-38/+17
2019-08-22Fix naming misspellingYangHau-16/+16
2019-08-22Auto merge of #63175 - jsgf:argsfile, r=jsgfbors-0/+50
2019-08-21review comments: reword and add testEsteban Küber-0/+44
2019-08-21review commentsEsteban Küber-11/+2
2019-08-21When declaring a declarative macro in an item it's only accessible inside itEsteban Küber-0/+17
2019-08-21Add codegen test for integers compareLzu Tao-0/+28
2019-08-21Rollup merge of #63780 - u32i64:issue-63712, r=estebankMazdak Farrokhzad-53/+68
2019-08-21Rollup merge of #63717 - petrochenkov:eager, r=matthewjasperMazdak Farrokhzad-0/+45
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-14/+14
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-39/+54
2019-08-21Add a regression test for issue #63460Vadim Petrochenkov-0/+22
2019-08-21Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkovMazdak Farrokhzad-0/+14
2019-08-21expand: Do not do questionable span adjustment before eagerly expanding an ex...Vadim Petrochenkov-12/+3
2019-08-21expand: Keep the correct current expansion ID for eager expansionsVadim Petrochenkov-0/+6
2019-08-21Add a test for an opaque macro eagerly expanding its argumentsVadim Petrochenkov-0/+26
2019-08-20Allow 'default async fn' to parse.Mazdak Farrokhzad-0/+14
2019-08-20Move argfile expansion into run_compilerJeremy Fitzhardinge-4/+3
2019-08-20Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-from-src...Mazdak Farrokhzad-227/+207
2019-08-20Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertjMazdak Farrokhzad-577/+267
2019-08-20Auto merge of #63497 - eddyb:miri-subst, r=oli-obkbors-0/+85
2019-08-19rustc: implement argsfiles for command lineJeremy Fitzhardinge-0/+51
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-250/+248
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-224/+19
2019-08-20Remove async_await feature gate tests.Mazdak Farrokhzad-103/+0
2019-08-20Auto merge of #62727 - SimonSapin:plugins-tls-dylib, r=petrochenkovbors-27/+13
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-27/+13
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-227/+207
2019-08-19Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebankMazdak Farrokhzad-0/+31
2019-08-19Rollup merge of #63620 - estebank:assoc-type-span, r=CentrilMazdak Farrokhzad-177/+348