about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-52/+52
2019-08-04Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomezbors-24/+73
2019-08-04Auto merge of #63233 - RalfJung:get_unchecked, r=Centrilbors-4/+16
2019-08-04fix linksRalf Jung-2/+2
2019-08-04Auto merge of #63199 - ehuss:fix-rustc-guide-toolstate, r=kennytmbors-1/+6
2019-08-03Auto merge of #63235 - Xanewok:update-rls, r=Centrilbors-5/+21
2019-08-03Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasperbors-186/+205
2019-08-03ci: move .azure-pipelines to src/ci/azure-pipelinesPietro Albini-1/+883
2019-08-03cargotest: servo -> caac107ae8145ef2fd20365e2b8fadaf09c2eb3bMazdak Farrokhzad-1/+1
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-667/+357
2019-08-03Apply suggestions from code reviewRalf Jung-8/+12
2019-08-03Rollup merge of #63229 - RalfJung:miri-error, r=oli-obkMazdak Farrokhzad-98/+90
2019-08-03Rollup merge of #63227 - jakubadamw:issue-63151, r=estebankMazdak Farrokhzad-2/+29
2019-08-03Rollup merge of #63218 - lenary:riscv-non-experimental, r=alexcrichtonMazdak Farrokhzad-5/+8
2019-08-03Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-538/+206
2019-08-03Rollup merge of #62954 - ia0:fix_typo_span, r=CentrilMazdak Farrokhzad-24/+24
2019-08-03Update Rustfmt and RLSIgor Matuszewski-5/+21
2019-08-03clarify that unchecked indexing is UB even if the reference is never usedRalf Jung-4/+12
2019-08-03Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obkbors-165/+160
2019-08-02Fix rustc-guide toolstate tracking.Eric Huss-1/+6
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-03blessRalf Jung-40/+40
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-02dead_code: Properly inspect fields in struct patterns with type relative pathsJakub Adam Wieczorek-2/+29
2019-08-02dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...Ralf Jung-49/+41
2019-08-02be less BritishRalf Jung-9/+9
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-02trailing full stopsRalf Jung-2/+2
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-6/+9
2019-08-02get rid of some remaining type-based dispatching in cast codeRalf Jung-45/+25
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-27/+37
2019-08-02fix casts from fat pointersRalf Jung-2/+15
2019-08-02use From to convert scalars to immediatesRalf Jung-15/+10
2019-08-02refactor cast_immediate to dispatch on the type first, and on the value secondRalf Jung-64/+46
2019-08-02turn cast_immediate into its own functionRalf Jung-35/+54
2019-08-02operator: implement binary_op strictly by first checking the type, then dispa...Ralf Jung-24/+22
2019-08-02cast: no need to catch errors any more, force_bits should succeedRalf Jung-6/+2
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-02rustbuild: correct line lengthSam Elliott-1/+2