about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-1/+351
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-02Add niche-in-generator testTyler Mandry-0/+17
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-02also test error messagesRalf Jung-5/+7
2019-08-02miri: validity checks alignment even when machine otherwise does notRalf Jung-9/+33
2019-08-02assert consistencyRalf Jung-3/+3
2019-08-02tidy is reaching new levels every day...Ralf Jung-5/+4
2019-08-02CTFE: simplify Value type by not checking for alignmentRalf Jung-59/+50
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-02Nicer labels for type layout errorsEsteban Küber-5/+5
2019-08-02Do not lint on SizeOverflow, always errorEsteban Küber-4/+5
2019-08-02Always error on `SizeOverflow` during mir evaluationEsteban Küber-3/+34
2019-08-02Auto merge of #62309 - jlevon:62302, r=alexcrichtonbors-1/+14
2019-08-03fix tidy problembravomikekilo-3/+12
2019-08-03add new test and add conditional whitespacebravomikekilo-29/+794
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
2019-08-02remove unsupported test caseBaoshan Pang-64/+0
2019-08-02rustbuild: WebAssembly is no longer an experimental LLVM backendSam Elliott-2/+2
2019-08-02Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrumbors-6061/+6020