about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-15Use new const-checker for `mir_const_qualif`Dylan MacKenzie-2/+37
2019-11-15Enable standalone const-checking with `Validator`Dylan MacKenzie-1/+126
2019-11-15Allow `Validator` to get qualifs for the return placeDylan MacKenzie-1/+45
2019-11-15Remove `requires_sync`Dylan MacKenzie-10/+0
2019-11-15Remove `QUALIF_ERROR_BIT` checkingDylan MacKenzie-25/+4
2019-11-15Rollup merge of #66443 - GuillaumeGomez:port-erased-cleanup, r=Mark-SimulacrumTyler Mandry-76/+135
2019-11-15Rollup merge of #66435 - JohnTitor:fix-spelling, r=CentrilTyler Mandry-7/+7
2019-11-15Rollup merge of #66429 - guanqun:add-unit-test, r=CentrilTyler Mandry-0/+38
2019-11-15Rollup merge of #66197 - Centril:transparent-ast, r=varkorTyler Mandry-263/+314
2019-11-15Clean up E0025, E0034, E0044, E0046 and E0053Guillaume Gomez-5/+11
2019-11-15Clean up E0054Guillaume Gomez-2/+6
2019-11-15Clean up E0050Guillaume Gomez-5/+21
2019-11-15Clean up E0049Guillaume Gomez-4/+21
2019-11-15Clean up E0045Guillaume Gomez-10/+10
2019-11-15Clean up E0040Guillaume Gomez-4/+21
2019-11-15Clean up E0033Guillaume Gomez-6/+10
2019-11-15Clean up E0029Guillaume Gomez-5/+9
2019-11-15Clean up E0027Guillaume Gomez-5/+5
2019-11-15Clean up E0026Guillaume Gomez-27/+10
2019-11-15Add link to error code explanation RFCGuillaume Gomez-0/+5
2019-11-15Clean up E0023Guillaume Gomez-3/+6
2019-11-15Rollup merge of #66428 - dns2utf8:cleanup_unused_function, r=GuillaumeGomezYuki Okushi-4/+3
2019-11-15Rollup merge of #66419 - JohnTitor:ignore-underscore, r=varkorYuki Okushi-1/+13
2019-11-15Rollup merge of #66418 - ecstatic-morse:hir-const-check-err-msg, r=estebankYuki Okushi-0/+7
2019-11-15Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obkYuki Okushi-0/+13
2019-11-15Rollup merge of #66398 - sfackler:no-async-nesting, r=CentrilYuki Okushi-33/+12
2019-11-15Rollup merge of #66391 - estebank:if-else-async-ice, r=CentrilYuki Okushi-2/+34
2019-11-15Rollup merge of #66390 - estebank:parenice, r=CentrilYuki Okushi-9/+10
2019-11-15Rollup merge of #66388 - estebank:melt-ice, r=CentrilYuki Okushi-1/+35
2019-11-15Rollup merge of #66338 - ehuss:update-mdbook, r=alexcrichtonYuki Okushi-31/+13
2019-11-15Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obkYuki Okushi-45/+10
2019-11-15Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=ZoxcYuki Okushi-3/+20
2019-11-15Rollup merge of #65557 - haraldh:error_iter_rename, r=sfacklerYuki Okushi-80/+12
2019-11-15Correct `const_in_array_repeat_expressions` feature nameYuki Okushi-7/+7
2019-11-15Auto merge of #64432 - gnzlbg:simplify_truncate, r=alexcrichtonbors-22/+12
2019-11-15add a unit test for #62524Guanqun Lu-0/+38
2019-11-15Code cleanup to remove douplacte var definitionStefan Schindler-3/+2
2019-11-15Remove unused argumentStefan Schindler-1/+1
2019-11-14Auto merge of #66414 - JohnTitor:clippyup, r=Manishearthbors-7/+7
2019-11-14review commentsEsteban Küber-9/+5
2019-11-14review commentsEsteban Küber-1/+3
2019-11-15Don't warn labels beginning with `_`Yuki Okushi-1/+13
2019-11-14Link to tracking issue in HIR const-check errorDylan MacKenzie-0/+7
2019-11-14Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centrilbors-13967/+13237
2019-11-14TAIT: adjust testsMazdak Farrokhzad-29/+202
2019-11-14TAIT: --bless some span changes for the betterMazdak Farrokhzad-20/+20
2019-11-14TAIT: adjust resolveMazdak Farrokhzad-20/+6
2019-11-14TAIT: adjust save-analysisMazdak Farrokhzad-48/+0
2019-11-14TAIT: remove redundant check from ast_validationMazdak Farrokhzad-9/+1
2019-11-14TAIT: use hack in ->HIR to avoid more changesMazdak Farrokhzad-31/+46