about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-29Add test for #50176Mateusz Mikuła-0/+14
2020-07-16Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obkbors-0/+57
2020-07-16Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-07-15Constify most non-trait `Duration` methods as described in #72440marmeladema-0/+57
2020-07-15Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkorManish Goregaokar-51/+10
2020-07-15Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisaManish Goregaokar-2/+2
2020-07-15improve namingBastian Kauschke-48/+48
2020-07-15cleanupBastian Kauschke-2/+2
2020-07-15update const arg queriesBastian Kauschke-25/+0
2020-07-15update testBastian Kauschke-12/+4
2020-07-15mir opt cross compileBastian Kauschke-12/+12
2020-07-15mir_built is a lieBastian Kauschke-152/+152
2020-07-15ui test diffBastian Kauschke-2/+22
2020-07-15mir opt diffBastian Kauschke-36/+36
2020-07-15continue mir pipelineBastian Kauschke-0/+15
2020-07-15add const generic testsBastian Kauschke-0/+333
2020-07-15improve DiscriminantKind handlingBastian Kauschke-2/+2
2020-07-14Handle case of incomplete local ty more gracefullyEsteban Küber-51/+10
2020-07-15Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obkbors-1/+4
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+4
2020-07-14Rollup merge of #74340 - davidtwco:issue-73747-improper-ctypes-defns-is-zst-w...Manish Goregaokar-0/+14
2020-07-14Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno...Manish Goregaokar-0/+43
2020-07-14Rollup merge of #74272 - davidtwco:issue-73626-multiline-mixed-comments, r=Ma...Manish Goregaokar-0/+34
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-367/+448
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-117/+171
2020-07-14Reword messageEsteban Küber-33/+33
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-97/+0
2020-07-14lint: use `transparent_newtype_field` to avoid ICEDavid Wood-0/+14
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-13/+45
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-165/+2
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-86/+383
2020-07-14Point at type on E0275 instead of whole fieldEsteban Küber-2/+2
2020-07-14Suggest borrowing unsized argument typesEsteban Küber-4/+16
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-117/+171
2020-07-14typeck: use `item_name` in cross-crate packed diagDavid Wood-0/+43
2020-07-14Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r...Manish Goregaokar-55/+91
2020-07-14Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkovManish Goregaokar-36/+17
2020-07-14Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es...Manish Goregaokar-0/+21
2020-07-13Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomezManish Goregaokar-0/+1
2020-07-13Rollup merge of #74285 - wangtheo:issue-71669, r=lcnrManish Goregaokar-0/+146
2020-07-13Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514Manish Goregaokar-0/+51
2020-07-13Rollup merge of #73852 - euclio:rustdoc-attr-newlines, r=GuillaumeGomezManish Goregaokar-2/+2
2020-07-13Remove trailing whitespacewangtheo-0/+1
2020-07-13Merge branch 'master' into E0688Pankaj Chaudhary-13969/+53339
2020-07-13Added proper explanation of ErrorCode-E0688PankajChaudhary5-0/+1
2020-07-13Removed trailing whitespaceTeddy_Wang-1/+1
2020-07-13Added ui tests for volatile and nearby intrinsicsTeddy_Wang-0/+72
2020-07-12Added tests for volatile and nearbyint intrinsicsTeddy_Wang-0/+73
2020-07-12Detect tuple struct incorrectly used as struct patEsteban Küber-36/+17
2020-07-12pprust: support multiline comments within linesDavid Wood-0/+34