about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-02Clean up E0263 explanationGuillaume Gomez-4/+13
2020-01-27Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkovbors-66/+178
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-133/+33
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-66/+178
2020-01-26rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.Eduard-Mihai Burtescu-23/+25
2020-01-26rustc_span: replace MacroBacktrace with ExpnData.Eduard-Mihai Burtescu-28/+13
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-26/+17
2020-01-26Don't use ExpnKind::descr to get the name of a bang macro.Eduard-Mihai Burtescu-18/+31
2020-01-26Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkovbors-19/+23
2020-01-26Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obkbors-23/+262
2020-01-26Auto merge of #68517 - oli-obk:spaces2, r=nagisabors-36/+35
2020-01-26Auto merge of #68031 - Marwes:fold_list, r=estebankbors-17/+35
2020-01-25Auto merge of #68546 - JohnTitor:rollup-znuot4b, r=JohnTitorbors-14/+106
2020-01-26Rollup merge of #68540 - GuillaumeGomez:err-codes-cleanup-e0229-e0261, r=Dyla...Yuki Okushi-4/+5
2020-01-26Rollup merge of #68514 - lzutao:fmt-Self, r=Dylan-DPCYuki Okushi-10/+10
2020-01-26Rollup merge of #68498 - Aaron1011:tait-regression-tests, r=CentrilYuki Okushi-0/+81
2020-01-26Rollup merge of #68485 - kingslef:fix/test-60976, r=nikomatsakisYuki Okushi-0/+10
2020-01-25Use better bound names in `-Zverbose` modeEsteban Küber-19/+23
2020-01-25Revert suggestion window size changeEsteban Küber-5/+3
2020-01-25Auto merge of #68530 - estebank:abolish-ice, r=petrochenkovbors-6/+7
2020-01-25clean up error codeS E0229 and E0261Guillaume Gomez-4/+5
2020-01-25Auto merge of #68525 - tlively:emcc-codegen-sigsegv-66308, r=alexcrichtonbors-0/+8
2020-01-25Auto merge of #68516 - oli-obk:spaces, r=eddybbors-7/+13
2020-01-25Don't use spaces before type ascription like colonsOliver Scherer-36/+35
2020-01-25Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichtonbors-24/+66
2020-01-25Auto merge of #68269 - csmoe:temp, r=estebankbors-6/+75
2020-01-24Add some type-alias-impl-trait regression testsAaron Hill-0/+81
2020-01-24Do not ICE on multipart suggestions touching multiple filesEsteban Küber-6/+7
2020-01-25Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichtonYuki Okushi-5/+39
2020-01-25Rollup merge of #68511 - tmiasko:ignore-license, r=alexcrichtonYuki Okushi-38/+1
2020-01-25Rollup merge of #68509 - GuillaumeGomez:clean-up-err-codes-e0223-e0225, r=Dyl...Yuki Okushi-3/+7
2020-01-25Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichtonYuki Okushi-31/+31
2020-01-25Rollup merge of #68374 - gitletH:patch-1, r=nikomatsakisYuki Okushi-1/+1
2020-01-25Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obkYuki Okushi-12/+52
2020-01-24review commentsEsteban Küber-16/+14
2020-01-24Apply `resolve_vars_if_possible` to returned types for more accurate suggestionsEsteban Küber-8/+12
2020-01-24Increase suggestion code window from 6 lines to 20Esteban Küber-5/+12
2020-01-24New fixThomas Lively-0/+0
2020-01-24Use more accurate return path spansEsteban Küber-42/+91
2020-01-24Add opt-level=0 to testThomas Lively-1/+1
2020-01-24Update LLVM to fix crash on Emscripten targetsThomas Lively-0/+8
2020-01-24Support feature process_set_argv0 for VxWorksBaoshanPang-5/+39
2020-01-24Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakisbors-33/+89
2020-01-24Use Self instead of self return typeLzu Tao-10/+10
2020-01-24Print constants in `type_name` for const genericsvarkor-12/+52
2020-01-24Render const pointers in MIR more compactlyOliver Scherer-7/+13
2020-01-24Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichtonbors-160/+212
2020-01-24Clean up error codes E0223 and E0225 explanationsGuillaume Gomez-3/+7
2020-01-24Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichtonTyler Mandry-1/+1
2020-01-24Rollup merge of #68479 - Tyg13:unused_parens_return, r=CentrilTyler Mandry-27/+50