about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-15Auto merge of #64432 - gnzlbg:simplify_truncate, r=alexcrichtonbors-22/+12
2019-11-14Auto merge of #66414 - JohnTitor:clippyup, r=Manishearthbors-7/+7
2019-11-14Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centrilbors-13967/+13237
2019-11-14Move E0210 to new error locationGuillaume Gomez-5/+18
2019-11-14move E0744 to new error codeGuillaume Gomez-0/+19
2019-11-14Update rustc --explain to the new error codes formatGuillaume Gomez-2/+2
2019-11-14move E0623 into the new error code formatGuillaume Gomez-1/+42
2019-11-14Adapt error index generator to the new formatGuillaume Gomez-17/+19
2019-11-14Fix error codes index generationGuillaume Gomez-1/+3
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-22/+39
2019-11-14Put each error code long explanation into their own markdown fileGuillaume Gomez-13403/+12609
2019-11-14Clean some error codes diagnosticsGuillaume Gomez-53/+71
2019-11-14fix tidy issue on file lengthGuillaume Gomez-0/+2
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-13818/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-59/+179
2019-11-14Create new librustc_error_codes lib and move error codes declaration inside itGuillaume Gomez-0/+13648
2019-11-14Update ClippyYuki Okushi-7/+7
2019-11-14Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelixbors-521/+37
2019-11-14Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitorbors-237/+430
2019-11-14Rollup merge of #66372 - ogham:patch-2, r=jonas-schievinkYuki Okushi-2/+2
2019-11-14Rollup merge of #66369 - tmiasko:compiletest-stamp, r=Mark-SimulacrumYuki Okushi-72/+90
2019-11-14Rollup merge of #66363 - Munksgaard:patch-1, r=dtolnayYuki Okushi-1/+1
2019-11-14Rollup merge of #66361 - Centril:66357, r=pnkfelixYuki Okushi-1/+33
2019-11-14Rollup merge of #66360 - elichai:2019-11-vec-link, r=dtolnayYuki Okushi-1/+1
2019-11-14Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=CentrilYuki Okushi-106/+123
2019-11-14Rollup merge of #66349 - euclio:def-site-builtins, r=petrochenkovYuki Okushi-0/+8
2019-11-14Rollup merge of #66264 - guanqun:fix-mbe-missing-close-delim, r=estebankYuki Okushi-5/+50
2019-11-14Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc...Yuki Okushi-49/+122
2019-11-14Auto merge of #66233 - cjgillot:constkind, r=oli-obkbors-274/+305
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-2/+43
2019-11-13Use `ast::Mutability`Dylan MacKenzie-2/+3
2019-11-13Bless miri unleashed test now that errors are mandatoryDylan MacKenzie-7/+13
2019-11-13Bless less verbose error messagesDylan MacKenzie-168/+68
2019-11-13Change control flow error to delay span bugDylan MacKenzie-8/+25
2019-11-13Fix broken doc-testDylan MacKenzie-1/+1
2019-11-13Small fixes to commentsDylan MacKenzie-4/+5
2019-11-13Bless back-compat breakagesDylan MacKenzie-10/+45
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-243/+442
2019-11-13Extend const-loop and const-if to handle more casesDylan MacKenzie-21/+71
2019-11-13Remove if/loop tests from min_const_fnDylan MacKenzie-4/+0
2019-11-13Enable const-checking HIR bodiesDylan MacKenzie-0/+1
2019-11-13Add HIR pass to check for `if`s and `loop`s in a `const`Dylan MacKenzie-0/+164
2019-11-13Get `FnSig` by `HirId`Dylan MacKenzie-0/+35