about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-05Test StorageDead statements explicitlyTyler Mandry-0/+106
2019-06-05Removed unnecessary nested-lifetime-bounds test.Alexander Regueiro-33/+0
2019-06-05Reblessed tests.Alexander Regueiro-676/+255
2019-06-05Addressed points raised in review.Alexander Regueiro-264/+750
2019-06-05Added test suite.Alexander Regueiro-11/+3138
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-46/+55
2019-06-05Auto merge of #61548 - Centril:rollup-5t6cvbk, r=Centrilbors-0/+26
2019-06-05Rollup merge of #61536 - oli-obk:args_required_const_in_const_fn, r=eddybMazdak Farrokhzad-0/+26
2019-06-05Auto merge of #61498 - TankhouseAle:const-fn-type-name, r=oli-obkbors-0/+37
2019-06-05Explain the existience of the regression testOliver Scherer-2/+11
2019-06-05Don't allow using const fn arguments as "args_required_const"Oliver Scherer-0/+17
2019-06-04Add test for DropAndReplace bugTyler Mandry-0/+44
2019-06-04Auto merge of #61527 - pietroalbini:rollup-vhxyqlk, r=pietroalbinibors-2/+220
2019-06-04Rollup merge of #61500 - estebank:expregression, r=petrochenkovPietro Albini-0/+15
2019-06-04Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelixPietro Albini-0/+205
2019-06-04Rollup merge of #61453 - lzutao:nouse-featuregate-integer_atomics, r=sfacklerPietro Albini-2/+0
2019-06-04improve test indentationlcnr/Bastian Kauschke-2/+2
2019-06-04Auto merge of #61407 - phansch:annotate_snippet_refactoring1, r=oli-obkbors-0/+11
2019-06-04move intrinsics codegen tests into a seperate folderlcnr/Bastian Kauschke-0/+0
2019-06-04Remove asterisk suggestion for move errors in borrowckKenny Goodin-47/+47
2019-06-04Auto merge of #61454 - lzutao:ice-rotate_left, r=RalfJungbors-1/+35
2019-06-04eprint -> eprintln to add trailing newlinePhilipp Hansch-1/+1
2019-06-04Print to stderr and blessPhilipp Hansch-1/+7
2019-06-04Add new error-format value to use annotate-snippet outputPhilipp Hansch-0/+5
2019-06-04Fix integer overflow in rotate_leftLzu Tao-1/+35
2019-06-04Remove unneeded feature attr from atomic integers doctestsLzu Tao-2/+0
2019-06-04Auto merge of #61437 - christianpoveda:const-eval-indirects, r=wesleywiser,ol...bors-2/+26
2019-06-04Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelixbors-1261/+724
2019-06-03Add const-eval support for indirectsChristian Poveda-2/+26
2019-06-04Rollup merge of #61499 - varkor:issue-53457, r=oli-obkMazdak Farrokhzad-0/+15
2019-06-04Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasperMazdak Farrokhzad-0/+23
2019-06-04Rollup merge of #61444 - estebank:const-pt-as-ref, r=matthewjasperMazdak Farrokhzad-0/+18
2019-06-04Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddybMazdak Farrokhzad-1/+21
2019-06-04Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obkMazdak Farrokhzad-0/+18
2019-06-03Add regression testEsteban Küber-0/+15
2019-06-03Auto merge of #59148 - lcnr:unchecked_maths, r=eddybbors-0/+116
2019-06-03add ui tests for unchecked mathlcnr/Bastian Kauschke-0/+70
2019-06-03Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertjbors-0/+64
2019-06-03Add ui/impl-trait/issues foldervarkor-0/+0
2019-06-03Add a regression test for #53457varkor-0/+15
2019-06-03Re-add test fileTankhouseAle-0/+37
2019-06-03Add nested must_use variantvarkor-1/+11
2019-06-03Specify tuple element in lint messagevarkor-10/+10
2019-06-03Add function call to testvarkor-4/+18
2019-06-03Use precise span for must_use tuple componentsvarkor-3/+23
2019-06-03Add test for #[must_use] in tuplesvarkor-0/+20
2019-06-03Don't canonicalize `'static` in normalizeMatthew Jasper-0/+194
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-1261/+724
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-1/+1
2019-06-03Don't try to lower ReEmpty in NLLMatthew Jasper-0/+11