about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-15Fix the source code highlighting on source commentsStefan Schindler-24/+32
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-14Use multiple derive clauses.Camille GILLOT-34/+34
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
2019-11-14TAIT: parse recursively instead of hack.Mazdak Farrokhzad-48/+13
2019-11-14TAIT: feature gate recursive locationsMazdak Farrokhzad-20/+26
2019-11-14TAIT: remove `OpaqueTy` in AST.Mazdak Farrokhzad-38/+0
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-14miri: helper methods for max values of machine's usize/isizeRalf Jung-0/+13
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-13Remove some stack frames from `.async` callsSteven Fackler-33/+12
2019-11-13Make a test compatible across python versions.Steven Malis-2/+2
2019-11-14Centralize panic macro documentationChris Gregory-50/+49