about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-03Rollup merge of #63227 - jakubadamw:issue-63151, r=estebankMazdak Farrokhzad-0/+26
2019-08-03Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-2/+0
2019-08-03Rollup merge of #62954 - ia0:fix_typo_span, r=CentrilMazdak Farrokhzad-22/+22
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-517/+533
2019-08-03Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwcoMazdak Farrokhzad-0/+90
2019-08-03Rollup merge of #63208 - tmandry:issue-62658, r=cramertjMazdak Farrokhzad-0/+29
2019-08-03Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichtonMazdak Farrokhzad-1/+105
2019-08-02dead_code: Properly inspect fields in struct patterns with type relative pathsJakub Adam Wieczorek-0/+26
2019-08-02Fix broken test and nitvarkor-5/+8
2019-08-02Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centrilbors-0/+55
2019-08-02Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebankMazdak Farrokhzad-0/+47
2019-08-02Rollup merge of #63198 - rbartlensky:fix-macro-trailing-comma, r=petrochenkovMazdak Farrokhzad-0/+8
2019-08-02Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbgbors-3/+3
2019-08-02Test for printing attrs on formal params.Mazdak Farrokhzad-0/+90
2019-08-02Address review commentsvarkor-91/+2
2019-08-02Resolve FIXME with async-await testvarkor-3/+1
2019-08-02Replace `abstract type` with type alias `impl Trait`varkor-1/+1
2019-08-02Fix fallout after rebasevarkor-547/+46
2019-08-02Replace "existential" by "opaque"varkor-64/+656
2019-08-02Update syntax in existing testsvarkor-328/+343
2019-08-02Switch existential_type to type_alias_impl_traitvarkor-38/+36
2019-08-01Round generator sizes to multiple of their alignmentTyler Mandry-0/+29
2019-08-01Add check-pass test for #63102.Robert Bartlensky-0/+8
2019-08-01Fix ICE in #63135Michael Lamparski-0/+47
2019-08-01Fix test of issue 3656gnzlbg-3/+3
2019-08-01Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbinibors-2/+143
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-01Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobodyPietro Albini-0/+1
2019-08-01Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichtonbors-229/+217
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-229/+215
2019-07-31Attempt to fix backtrace tests on i686-msvcAlex Crichton-2/+16
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-2/+0
2019-07-31Add test for issue-58951Yuki Okushi-0/+10
2019-07-31Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrumbors-0/+1
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-29review commentsEsteban Küber-7/+7
2019-07-29Improve handling of invalid references in `format!()`Esteban Küber-5/+48
2019-07-30Rollup merge of #63111 - Centril:rest-pat-tests, r=estebankMazdak Farrokhzad-0/+340