about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-12-30Rollup merge of #67287 - Centril:mismatch-range-improve-diag, r=estebankYuki Okushi-28/+60
2019-12-30Rollup merge of #64273 - petrochenkov:stabattrmod, r=CentrilYuki Okushi-65/+54
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-28/+60
2019-12-29Auto merge of #67112 - Centril:expr-polish, r=estebankbors-43/+75
2019-12-28Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakisbors-130/+264
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-130/+264
2019-12-28Stabilize attribute macros on inline modulesVadim Petrochenkov-65/+54
2019-12-28Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obkbors-0/+65
2019-12-28Rollup merge of #67654 - rossmacarthur:fix-51770-add-regression-test, r=CentrilOliver Scherer-0/+20
2019-12-28Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obkOliver Scherer-0/+14
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-7/+32
2019-12-27Add regression test for old NLL ICERoss MacArthur-0/+20
2019-12-26Make ui test bitwidth independentOliver Scherer-7/+11
2019-12-26Remove unintended noisy log statementOliver Scherer-108/+0
2019-12-26Add regression test for ZST statics being allowed to "read" from themselvesOliver Scherer-0/+7
2019-12-26Prevent an ICE on invalid transmutesOliver Scherer-0/+151
2019-12-26Don't ICE on the use of integer addresses for ZST constants in pattern matchingOliver Scherer-0/+13
2019-12-26Auto merge of #67592 - matthewjasper:cleanup-match, r=Centrilbors-0/+93
2019-12-26Auto merge of #67327 - oli-obk:cleanup, r=RalfJungbors-16/+91
2019-12-26A cycle error on a diverging function is now a const stack overflow againOliver Scherer-16/+91
2019-12-26Auto merge of #66670 - crlf0710:normalize_ident, r=Dylan-DPCbors-1/+9
2019-12-26Add a test and bless existing test case.Charles Lew-1/+9
2019-12-26Auto merge of #67268 - estebank:assoc-types, r=oli-obkbors-298/+625
2019-12-26Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obkbors-17/+61
2019-12-25Auto merge of #66919 - dtolnay:description, r=KodrAusbors-1/+1
2019-12-25Use the correct type for static qualifsMatthew Jasper-0/+14
2019-12-25Fix rebase and sort assoc type list for deterministic outputEsteban Küber-18/+18
2019-12-25Auto merge of #67524 - LukasKalbertodt:improve-into-iter-lint, r=matthewjasperbors-0/+122
2019-12-25use error-patternRalf Jung-2/+2
2019-12-25Feature gate or patterns in const contextsMatthew Jasper-0/+93
2019-12-24Deprecate Error::description for realDavid Tolnay-1/+1
2019-12-24Fix suggestion span for typo in associated type nameEsteban Küber-14/+14
2019-12-24Cleanup: move code to their own methods and deduplicate actionsEsteban Küber-2/+2
2019-12-24Account for multiple trait bounds with missing associated typesEsteban Küber-13/+176
2019-12-24Avoid output dependency on std spansEsteban Küber-67/+60
2019-12-24Use structured suggestion for bad `Fn` traitsEsteban Küber-14/+7
2019-12-24Handle more specific case E0222Esteban Küber-25/+29
2019-12-24Fix case in `associated-type-projection-from-multiple-supertraits.rs`Esteban Küber-11/+11
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-241/+415
2019-12-25Add test cases which exercise the fix.jumbatm-0/+65
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-3/+3
2019-12-24Auto merge of #67241 - mark-i-m:simplify-borrow_check-3, r=matthewjasperbors-6/+6
2019-12-24Generalize `array_into_iter` lint to also lint for boxed arraysLukas Kalbertodt-0/+122
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-3/+3
2019-12-24this has sysroot spans to let's ignore it the usual wayRalf Jung-3/+4
2019-12-24better variable namesRalf Jung-17/+17
2019-12-24add test for dropping in constRalf Jung-0/+43
2019-12-24Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPCMazdak Farrokhzad-9/+13
2019-12-24Rollup merge of #67543 - JohnTitor:regression-tests, r=CentrilMazdak Farrokhzad-0/+89
2019-12-24Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJungMazdak Farrokhzad-5/+235