about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-06Auto merge of #61515 - shepmaster:boxed-slice-to-array, r=cramertjbors-0/+101
2019-08-06Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-SimulacrumMazdak Farrokhzad-0/+29
2019-08-06Rollup merge of #63312 - tshepang:doc-fix, r=CentrilMazdak Farrokhzad-1/+1
2019-08-06Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebankMazdak Farrokhzad-0/+20
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-130/+195
2019-08-06Rollup merge of #63017 - matklad:no-fatal, r=petrochenkovMazdak Farrokhzad-15/+178
2019-08-06doc: fix broken sentenceTshepang Lekhonkhobe-1/+1
2019-08-06Add test for DerefMut methodsGuillaume Gomez-0/+29
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-130/+195
2019-08-05Update to new passing-ui-test schemeOliver Scherer-2/+2
2019-08-05Address comment and formatting nitsOliver Scherer-1/+1
2019-08-05Add regression testsOliver Scherer-0/+37
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-0/+101
2019-08-05adapt rustdoc to infailable lexerAleksey Kladov-14/+154
2019-08-05remove special code path for unknown tokensAleksey Kladov-1/+24
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-37/+64
2019-08-04Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank"Ariel Ben-Yehuda-0/+20
2019-08-04Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkovbors-4/+7
2019-08-04Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomezbors-0/+13
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-37/+64
2019-08-03Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasperbors-158/+160
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-64/+88
2019-08-03Rollup merge of #63229 - RalfJung:miri-error, r=oli-obkMazdak Farrokhzad-40/+40
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 #62946 - RalfJung:miri_type_dispatch_first, r=oli-obkbors-29/+32
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-517/+533
2019-08-03blessRalf Jung-40/+40
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 rebase falloutRalf Jung-6/+7
2019-08-02const_prop no longer does ptr-to-int castsRalf Jung-1/+1
2019-08-02bless all the thingsRalf Jung-9/+7
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-1/+0
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-20/+25
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