about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-08-01Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbinibors-2/+142
2019-08-01Rollup merge of #63179 - BaoshanPang:testcases, r=alexcrichtonPietro Albini-1/+6
2019-08-01Rollup merge of #63158 - JohnTitor:add-test-for-58951, r=CentrilPietro Albini-0/+10
2019-08-01Rollup merge of #63122 - Centril:fix-63115, r=petrochenkovPietro Albini-1/+126
2019-08-01Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichtonbors-200/+207
2019-07-31issue-2214.rs: lgamma is lgamma on vxWorksBaoshan Pang-1/+6
2019-08-01Change to check-passYuki Okushi-1/+1
2019-07-31Drive-by fix: Update two tests failing in `--pass check` modeVadim Petrochenkov-0/+2
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-200/+205
2019-07-31Attempt to fix backtrace tests on i686-msvcAlex Crichton-2/+16
2019-07-31Add test for issue-58951Yuki Okushi-0/+10
2019-07-30Rollup merge of #63129 - Centril:subslice-pat-statdyn, r=oli-obkMazdak Farrokhzad-0/+128
2019-07-30Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obkMazdak Farrokhzad-0/+29
2019-07-30Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkorMazdak Farrokhzad-54/+163
2019-07-30Rollup merge of #62293 - Centril:remove-await-macro, r=cramertjMazdak Farrokhzad-276/+117
2019-07-30Adjust tests. wrt. await_macro being removed.Mazdak Farrokhzad-276/+117
2019-07-30Subslice patterns: Test passing static & dynamic semantics.Mazdak Farrokhzad-0/+128
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-54/+163
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-29/+80
2019-07-30Rollup merge of #63111 - Centril:rest-pat-tests, r=estebankMazdak Farrokhzad-0/+340
2019-07-30Rollup merge of #63096 - Centril:existential-type-add-tests, r=varkorMazdak Farrokhzad-0/+85
2019-07-30Rollup merge of #63093 - Aaron1011:fix/existential-closure, r=cramertjMazdak Farrokhzad-0/+32
2019-07-30Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkovMazdak Farrokhzad-14/+194
2019-07-30Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebankMazdak Farrokhzad-0/+42
2019-07-29Add a test for std::any::type_name() as a const fnTankhouseAle-0/+29
2019-07-30Account for maybe_whole_expr in range patterns.Mazdak Farrokhzad-1/+126
2019-07-29Add semantic test for rest patterns.Mazdak Farrokhzad-0/+270
2019-07-29Add another test for const parameter (non) hygiene.Matthew Jasper-0/+38
2019-07-29Add syntactic test for rest patterns.Mazdak Farrokhzad-0/+70
2019-07-29Add test for #60564.Mazdak Farrokhzad-0/+51
2019-07-29Add test for #60407.Mazdak Farrokhzad-0/+15
2019-07-29Add test for #53678.Mazdak Farrokhzad-0/+19
2019-07-29Move ui/existential_type.rs -> ui/existential_type/existential_type-pass.Mazdak Farrokhzad-0/+0
2019-07-29Move ui/{existential-type -> existential_types}.Mazdak Farrokhzad-0/+0
2019-07-29Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkorMazdak Farrokhzad-3/+3
2019-07-29Rollup merge of #63086 - BaoshanPang:testcases, r=nagisaMazdak Farrokhzad-0/+4
2019-07-29Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkovMazdak Farrokhzad-13/+6
2019-07-28Rename test and add commentAaron Hill-2/+3
2019-07-29Update existential_type + impl_trait_in_bindings issue numbers.Mazdak Farrokhzad-3/+3
2019-07-28Properly check the defining scope of existential typesAaron Hill-0/+31
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-216/+444
2019-07-28Rollup merge of #63088 - dtolnay:anonymous, r=CentrilMazdak Farrokhzad-1/+1
2019-07-28Rollup merge of #62995 - estebank:issue-62973, r=varkorMazdak Farrokhzad-0/+69
2019-07-28Rollup merge of #62871 - gilescope:async-recursion-error, r=CentrilMazdak Farrokhzad-4/+4
2019-07-28Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasperMazdak Farrokhzad-211/+370
2019-07-28Recover 'for ( $pat in $expr ) $block'.Mazdak Farrokhzad-0/+42
2019-07-28Remove anonymous_parameters from unrelated testDavid Tolnay-1/+1
2019-07-28bypass x86stdcall.rs for vxworksBaoshan Pang-0/+4
2019-07-28Better recursive async fn error message.Giles Cope-4/+4
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-133/+117