about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-21Rollup merge of #57769 - estebank:cast-suggestion-struct-field, r=matthewjasperMazdak Farrokhzad-12/+132
2019-01-21Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavisMazdak Farrokhzad-64/+118
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-3/+40
2019-01-20Add regression test for #54582Esteban Küber-0/+16
2019-01-21Auto merge of #57789 - ehuss:update-cargo, r=Mark-Simulacrumbors-0/+0
2019-01-20Update cargoEric Huss-0/+0
2019-01-20Tweak field parse error recoveryEsteban Küber-55/+20
2019-01-20Extend incorrect float literal recovery to account for suffixesEsteban Küber-20/+74
2019-01-20Reword message for incorrect float literalEsteban Küber-5/+5
2019-01-20Use is_dummy instead of comparing against DUMMY_SPEsteban Küber-2/+2
2019-01-20Auto merge of #57704 - lenoil98:patch-2, r=alexcrichtonbors-0/+3
2019-01-20Remove unnecessary dummy span checksEsteban Küber-18/+24
2019-01-20Add "dereference boxed value" suggestion.David Wood-2/+183
2019-01-20Add default favicon for documentationGuillaume Gomez-3/+9
2019-01-21Fix testsYuki Okushi-3/+3
2019-01-21Add span for bad doc commentYuki Okushi-4/+8
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-131/+562
2019-01-20const_eval: Predetermine the layout of all locals when pushing a stack frameBjörn Steinbrink-18/+24
2019-01-20Add default rust logo for documentationGuillaume Gomez-1/+11
2019-01-20review commentEsteban Küber-1/+1
2019-01-20Auto merge of #57697 - dotdash:fast_lex_reg_resol_item_bodies, r=nagisabors-6/+8
2019-01-20cast the sign_extend result to i128.kenta7777-1/+1
2019-01-20reduce some code repetitionskenta7777-4/+6
2019-01-20Auto merge of #57680 - cuviper:codegen-rebuild, r=Mark-Simulacrumbors-0/+12
2019-01-20Auto merge of #57655 - mtak-:fix-tls-dtors-macos, r=alexcrichtonbors-24/+45
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-48/+45
2019-01-20rustdoc: Don't modify library path for doctestsOliver Middleton-22/+5
2019-01-20Recover with suggestion from writing `.42` instead of `0.42`Esteban Küber-12/+47
2019-01-20Recover from parse errors in struct literal fieldsEsteban Küber-15/+132
2019-01-20Auto merge of #57651 - JohnTitor:give-char-type, r=estebankbors-58/+165
2019-01-20Remove whitespaceYuki Okushi-5/+4
2019-01-20Fix testsYuki Okushi-96/+56
2019-01-20Revert changeYuki Okushi-3/+2
2019-01-20Mark incorrect recovered `char` literals as `TyErr` to avoid type errorsYuki Okushi-4/+26
2019-01-19Suggest correct cast for struct fields with shorthand syntaxEsteban Küber-12/+132
2019-01-19Suggest usage of angle bracketsEsteban Küber-24/+48
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-25/+30
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-13/+41
2019-01-20linkchecker: Update deprecated trim_left_matches usageIgor Matuszewski-3/+3
2019-01-20Add missing #![feature(rustc_private)] annotationIgor Matuszewski-1/+2
2019-01-19Auto merge of #57761 - Centril:rollup, r=Centrilbors-369/+437
2019-01-20[WIP] Fix testsYuki Okushi-6/+91
2019-01-20[WIP] Improve error behaviorYuki Okushi-6/+8
2019-01-19Don't ignore `_` in type casts and ascriptionsMatthew Jasper-10/+89
2019-01-19Rollup merge of #57736 - phansch:remove_delay, r=oli-obkMazdak Farrokhzad-7/+1
2019-01-19Rollup merge of #57723 - estebank:fix, r=davidtwcoMazdak Farrokhzad-19/+201
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-340/+223
2019-01-19Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcvMazdak Farrokhzad-3/+12
2019-01-19Auto merge of #57721 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-01-19Type check unnanotated constant items with NLLMatthew Jasper-62/+128