about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-300/+627
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-25Fix rebase and sort assoc type list for deterministic outputEsteban Küber-19/+19
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-243/+417
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-4/+4
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-4/+4
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-24Show value for consts in the documentationOhad Ravid-7/+66
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
2019-12-23Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelixbors-77/+2215
2019-12-23Bless testsOliver Scherer-1/+1
2019-12-24Apply suggestion from CentrilYuki Okushi-1/+1
2019-12-24Add test for issue-67424Yuki Okushi-0/+33
2019-12-23Rollup merge of #67546 - oli-obk:slice_pattern_ice, r=varkorMazdak Farrokhzad-0/+9
2019-12-23Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=CentrilMazdak Farrokhzad-58/+254
2019-12-23Rollup merge of #67507 - Mark-Simulacrum:purge-uninit, r=CentrilMazdak Farrokhzad-48/+81
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-0/+5
2019-12-23Show `const_err` lintsOliver Scherer-8/+45
2019-12-23Constants reading or referencing statics is illegalOliver Scherer-5/+5
2019-12-23Dynamically prevent constants from accessing staticsOliver Scherer-5/+154
2019-12-23Panic on mutable allocs in constantsOliver Scherer-0/+44
2019-12-23Remove `bindings_after_at` from `INCOMPLETE_FEATURES`.Mazdak Farrokhzad-295/+153
2019-12-23Test that nested type ascription is banned.Mazdak Farrokhzad-0/+69
2019-12-23Test that `_ @ subpat` is syntactically rejected.Mazdak Farrokhzad-0/+59
2019-12-23harden & split borrowck-pat-at-and-boxMazdak Farrokhzad-62/+139
2019-12-23enhance borrowck-pat-by-copy-bindings-in-atMazdak Farrokhzad-0/+7
2019-12-23clarify bind-by-move-neither-can-livee..Mazdak Farrokhzad-4/+72