about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-04-23rustc_mir: create the `let` and "remainder" scopes in source order.Eduard-Mihai Burtescu-10/+11
2019-04-23rustc_mir: pretty-print all locals into their respective scopes.Eduard-Mihai Burtescu-96/+74
2019-04-23rustc_mir: don't rely on mir::LocalDecl `visibility_scope`s in the MIR borrowck.Eduard-Mihai Burtescu-5/+1
2019-04-23rustc: dissuade compiler developers from misusing upvar debuginfo.Eduard-Mihai Burtescu-24/+29
2019-04-23rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv...Eduard-Mihai Burtescu-3/+3
2019-04-23rustc_mir: don't use upvar_decls in the miri validity checks.Eduard-Mihai Burtescu-6/+22
2019-04-23rustc_mir: don't use upvar_decls in the generator state transform.Eduard-Mihai Burtescu-5/+5
2019-04-23rustc: don't track var_hir_id or mutability in mir::UpvarDecl.Eduard-Mihai Burtescu-20/+20
2019-04-23Update clippyManish Goregaokar-9/+15
2019-04-23Auto merge of #60211 - Centril:rollup-akw4r85, r=Centrilbors-546/+1182
2019-04-23Rollup merge of #60191 - gnzlbg:f16c, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-04-23Rollup merge of #60177 - rasendubi:rustdoc-comments, r=varkorMazdak Farrokhzad-151/+148
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-250/+182
2019-04-23Rollup merge of #60146 - Manishearth:font-update, r=QuietMisdreavusMazdak Farrokhzad-14/+9
2019-04-23Rollup merge of #59839 - KodrAus:must-use-num, r=sfacklerMazdak Farrokhzad-1/+157
2019-04-23Rollup merge of #59823 - davidtwco:issue-54716, r=cramertjMazdak Farrokhzad-130/+685
2019-04-23Reduce noise and document test case.David Wood-91/+83
2019-04-23Auto merge of #60155 - davidtwco:issue-59819, r=oli-obkbors-55/+175
2019-04-23rustc_mir: don't rely on mir::UpvarDecl in the MIR borrowck.Eduard-Mihai Burtescu-91/+159
2019-04-23Auto merge of #60152 - stepnivlk:visit_subpats-removal, r=varkorbors-11/+37
2019-04-23Fix regression in line ending testvarkor-2/+2
2019-04-23Remove unnecessary tidy ignore directivesvarkor-12/+7
2019-04-23Check for other unused tidy check directivesvarkor-28/+70
2019-04-23Update ui testsvarkor-98/+98
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-116/+0
2019-04-23Tidy warn on ignored line length when lines are not too longvarkor-3/+9
2019-04-23Look specifically for comments containing tidy ignore directivesvarkor-5/+10
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-125/+449
2019-04-23Add f16c target_featuregnzlbg-0/+1
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-248/+5
2019-04-23Auto merge of #60121 - davazp:fix-sync-all-macos, r=KodrAusbors-2/+9
2019-04-23Auto merge of #60140 - euclio:pulldown-cmark, r=GuillaumeGomezbors-124/+113
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-18/+19
2019-04-22Temporarily accept [i|u][32|size] suffixes on a tuple index and warnEsteban Küber-3/+31
2019-04-23Reexport IntErrorKind in stdJakub Kądziołka-0/+7
2019-04-22Remove redundant code in copy_clone_conditionsTyler Mandry-10/+4
2019-04-23reduce visibilityAleksey Kladov-1/+1
2019-04-22Auto merge of #60126 - estebank:continue-eval, r=oli-obkbors-201/+179
2019-04-23Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRan...Tomas Koutsky-11/+37
2019-04-23simplify and avoid allocationAleksey Kladov-2/+2
2019-04-23remove obsolete and incorrect commentAleksey Kladov-3/+1
2019-04-22review comment: add HACK commentEsteban Küber-0/+2
2019-04-22Fix ICE related to #53708Esteban Küber-26/+47
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-108/+409
2019-04-22Remove needless error in testEsteban Küber-18/+8
2019-04-22review comments: deduplicate testsEsteban Küber-159/+4
2019-04-22Update ui testsvarkor-7/+2
2019-04-22Promote rust comments to rustdocAlexey Shmalko-151/+148
2019-04-22Continue evaluating after item-type checkingEsteban Küber-43/+186
2019-04-22Only make suggestion when type is `Copy`.David Wood-75/+91