about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-05Display methods from DerefMut in the sidebar as wellGuillaume Gomez-3/+5
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-1033/+1050
2019-08-02Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centrilbors-288/+709
2019-08-03Rollup merge of #63215 - gnzlbg:patch-6, r=CentrilMazdak Farrokhzad-3/+6
2019-08-03Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwcoMazdak Farrokhzad-10/+99
2019-08-03Rollup merge of #63208 - tmandry:issue-62658, r=cramertjMazdak Farrokhzad-0/+31
2019-08-03Rollup merge of #63206 - BaoshanPang:master, r=alexcrichtonMazdak Farrokhzad-64/+0
2019-08-03Rollup merge of #63196 - RalfJung:build_helper, r=alexcrichtonMazdak Farrokhzad-9/+10
2019-08-03Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichtonMazdak Farrokhzad-195/+463
2019-08-03Rollup merge of #63107 - adrian-budau:master, r=alexcrichtonMazdak Farrokhzad-7/+100
2019-08-02Fix broken test and nitvarkor-37/+43
2019-08-02Auto merge of #62309 - jlevon:62302, r=alexcrichtonbors-1/+14
2019-08-02Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi.Adrian Budau-7/+100
2019-08-02remove unsupported test caseBaoshan Pang-64/+0
2019-08-02Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrumbors-6061/+6020
2019-08-02Consistency.gnzlbg-1/+1
2019-08-02Remove trailing whitespacegnzlbg-1/+1
2019-08-02Clarify semantics of mem::zeroedgnzlbg-3/+6
2019-08-02Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centrilbors-502/+632
2019-08-02Rollup merge of #63203 - spastorino:is-mutable-use-place-ref, r=oli-obkMazdak Farrokhzad-62/+71
2019-08-02Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebankMazdak Farrokhzad-1/+56
2019-08-02Rollup merge of #63198 - rbartlensky:fix-macro-trailing-comma, r=petrochenkovMazdak Farrokhzad-1/+12
2019-08-02Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=CentrilMazdak Farrokhzad-11/+16
2019-08-02Rollup merge of #63153 - varkor:remove-resolve_const_var, r=cramertjMazdak Farrokhzad-31/+10
2019-08-02Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJungMazdak Farrokhzad-380/+440
2019-08-02Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomezMazdak Farrokhzad-16/+27
2019-08-02provide thread name to OS for Solarish systemsJohn Levon-1/+14
2019-08-02Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbgbors-11/+34
2019-08-02Test for printing attrs on formal params.Mazdak Farrokhzad-0/+90
2019-08-02Print outer attributes on formal params.Mazdak Farrokhzad-0/+3
2019-08-02Cleanup 'print_generic_params'.Mazdak Farrokhzad-10/+6
2019-08-02Address review commentsvarkor-116/+24
2019-08-02Resolve FIXME with async-await testvarkor-3/+1
2019-08-02Rename `OpaqueTyOrigin` variantsvarkor-9/+9
2019-08-02Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`varkor-79/+79
2019-08-02Replace `abstract type` with type alias `impl Trait`varkor-45/+45
2019-08-02Fix fallout after rebasevarkor-551/+50
2019-08-02Replace "existential" by "opaque"varkor-418/+1018
2019-08-02Update syntax in existing testsvarkor-328/+343
2019-08-02Switch existential_type to type_alias_impl_traitvarkor-61/+52
2019-08-01Round generator sizes to multiple of their alignmentTyler Mandry-0/+31
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-60/+45
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-1707/+1682
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-1303/+1277
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-654/+651
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-1169/+1180
2019-08-02librustc: Unconfigure tests during normal buildVadim Petrochenkov-27/+33
2019-08-02librustc_incremental: Unconfigure tests during normal buildVadim Petrochenkov-65/+68
2019-08-02libsyntax_pos: Unconfigure tests during normal buildVadim Petrochenkov-211/+210
2019-08-02librustc_target: Unconfigure tests during normal buildVadim Petrochenkov-28/+31