about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-26Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichtonMazdak Farrokhzad-1042/+1
2019-07-26Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddybMazdak Farrokhzad-102/+37
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-700/+3
2019-07-26Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obkMazdak Farrokhzad-127/+171
2019-07-26Rollup merge of #62583 - sfackler:unpin-raw, r=cramertjMazdak Farrokhzad-0/+6
2019-07-26Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichtonMazdak Farrokhzad-136/+393
2019-07-26Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=CentrilMazdak Farrokhzad-5/+9
2019-07-26Rollup merge of #62120 - GuillaumeGomez:add-missing-type-links, r=CentrilMazdak Farrokhzad-63/+81
2019-07-26Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytmMazdak Farrokhzad-2/+2
2019-07-26Auto merge of #62914 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-07-25Update cargoEric Huss-0/+0
2019-07-26Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichtonbors-117/+529
2019-07-25Auto merge of #62990 - Centril:rollup-k9n0hvs, r=Centrilbors-1220/+1329
2019-07-25Rollup merge of #62981 - estebank:issue-62843, r=CentrilMazdak Farrokhzad-0/+22
2019-07-25Rollup merge of #62978 - LukasKalbertodt:remove-array-impl-bootstrap-cfg, r=M...Mazdak Farrokhzad-434/+241
2019-07-25Rollup merge of #62977 - Rosto75:master, r=shepmasterMazdak Farrokhzad-7/+7
2019-07-25Rollup merge of #62942 - KevinWMatthews:condvar_docs_match_ergo, r=sfacklerMazdak Farrokhzad-18/+18
2019-07-25Rollup merge of #62930 - iluuu1994:test-for-51559, r=oli-obkMazdak Farrokhzad-0/+18
2019-07-25Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=...Mazdak Farrokhzad-19/+123
2019-07-25Rollup merge of #62887 - estebank:issue-62881, r=petrochenkovMazdak Farrokhzad-1/+109
2019-07-25Rollup merge of #62822 - RalfJung:pointers, r=CentrilMazdak Farrokhzad-9/+20
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-575/+513
2019-07-25Rollup merge of #62707 - JohnTitor:add-test-for-61922, r=tmandryMazdak Farrokhzad-0/+12
2019-07-25Rollup merge of #62528 - SimonSapin:concat, r=alexcrichtonMazdak Farrokhzad-29/+96
2019-07-25Rollup merge of #61890 - golddranks:fix_sanity_check_llvm, r=Dylan-DPCMazdak Farrokhzad-2/+13
2019-07-25Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,CentrilMazdak Farrokhzad-41/+20
2019-07-25Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkovMazdak Farrokhzad-60/+71
2019-07-25Rollup merge of #60066 - sfackler:type-name, r=CentrilMazdak Farrokhzad-25/+46
2019-07-25Add UWP mingw targetsHugo Beauzée-Luyssen-0/+116
2019-07-25std: win: Disable stack overflow handling on UWPHugo Beauzée-Luyssen-29/+45
2019-07-25std: win: Don't use console APIs on UWPHugo Beauzée-Luyssen-26/+119
2019-07-25std: win: Don't use GetFileInformationByHandle on UWPHugo Beauzée-Luyssen-19/+76
2019-07-25std: win: Don't use GetUserProfileDirectoryW on UWPHugo Beauzée-Luyssen-13/+26
2019-07-25std: win: Don't expose link() on UWPHugo Beauzée-Luyssen-4/+11
2019-07-25std: win: Don't use SetHandleInformation on UWPHugo Beauzée-Luyssen-19/+61
2019-07-25std: rand: Use BCrypt on UWPHugo Beauzée-Luyssen-2/+43
2019-07-25libunwind: Use libunwind when targeting UWPHugo Beauzée-Luyssen-1/+3
2019-07-25std: Link UWP with allowed libraries onlyHugo Beauzée-Luyssen-0/+2
2019-07-25bootstrap: Build startup object for all windows-gnu targetHugo Beauzée-Luyssen-1/+1
2019-07-25libstd: windows: compat: Allow use of attributesHugo Beauzée-Luyssen-0/+2
2019-07-25rustc: codegen: Build import library for all windows targetsHugo Beauzée-Luyssen-3/+24
2019-07-25Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichtonbors-92/+93
2019-07-25Add note suggesting to borrow a String argument to findEsteban Küber-0/+22
2019-07-25Remove `cfg(bootstrap)` code for array implementationsLukas Kalbertodt-434/+241
2019-07-25Fix inconsistent highlight blocks.Tomasz Różański-7/+7
2019-07-25Auto merge of #62944 - RalfJung:miri, r=oli-obkbors-9/+9
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-25/+46
2019-07-25Rollup merge of #62906 - cuviper:debuginfo-level, r=Mark-SimulacrumMazdak Farrokhzad-6/+6
2019-07-25Rollup merge of #62903 - swolchok:ios-sdkroot, r=alexcrichtonMazdak Farrokhzad-0/+14
2019-07-25Rollup merge of #62901 - petrochenkov:serde, r=CentrilMazdak Farrokhzad-147/+99