about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-72/+76
2020-02-02Remove duplicated codeEsteban Küber-73/+1
2020-02-02Suggest `?Sized` on type parametersEsteban Küber-6/+60
2020-02-02add tests for structured suggestionEsteban Küber-0/+103
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-62/+178
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-91/+332
2020-02-02Point at `Sized` requirementsEsteban Küber-12/+32
2020-02-02review commentsEsteban Küber-15/+12
2020-02-02Remove duplicated codeEsteban Küber-8/+1
2020-02-02Slight rewording of diagnostic messageEsteban Küber-26/+26
2020-02-02Use more accurate failed predicate spansEsteban Küber-212/+187
2020-02-02Point at return type obligations instead of at `fn` identEsteban Küber-5/+5
2020-02-02Point at the `Sized` obligation in `where` clausesEsteban Küber-7/+41
2020-02-02Tweak `Self: Sized` restriction diagnostic outputEsteban Küber-61/+68
2020-02-02review commentsEsteban Küber-15/+16
2020-02-02fix testEsteban Küber-4/+4
2020-02-02When object unsafe trait uses itself in associated item suggest using `Self`Esteban Küber-2/+130
2020-02-02Point at `Sized` boundEsteban Küber-9/+76
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-392/+261
2020-02-02Rollup merge of #68769 - Centril:unwrap, r=petrochenkovMazdak Farrokhzad-4/+3
2020-02-02Rollup merge of #68764 - Centril:self-semantic, r=petrochenkovMazdak Farrokhzad-87/+453
2020-02-02Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebankMazdak Farrokhzad-32/+49
2020-02-02Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=CentrilMazdak Farrokhzad-194/+168
2020-02-02Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPCMazdak Farrokhzad-2/+2
2020-02-02parser: avoid re-wrapping NtItemMazdak Farrokhzad-4/+3
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-128/+124
2020-02-02Do not suggest duplicate boundsYuki Okushi-32/+49
2020-02-02parser: move restrictions re. `self` to `ast_validation`.Mazdak Farrokhzad-56/+426
2020-02-02Auto merge of #68737 - Centril:fix-68710, r=petrochenkovbors-0/+17
2020-02-02pretty: print attrs in struct exprMazdak Farrokhzad-0/+17
2020-02-02compiletest: error if `compile-fail` header in ui test.Tyler Lanphear-194/+168
2020-02-02Auto merge of #68754 - JohnTitor:clippy-up, r=JohnTitorbors-7/+7
2020-02-02Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxcbors-24/+30
2020-02-02Update ClippyYuki Okushi-7/+7
2020-02-02Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=CentrilYuki Okushi-0/+35
2020-02-02Rollup merge of #68736 - TimDiekmann:remove-alloc, r=AmanieuYuki Okushi-7/+0
2020-02-02Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-t...Yuki Okushi-6/+0
2020-02-02Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=CentrilYuki Okushi-1/+82
2020-02-02Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-SimulacrumYuki Okushi-15/+37
2020-02-02Do not suggest things named underscoreYuki Okushi-0/+35
2020-02-01Avoid qualified path recovery when not followed by identifierRob Pilling-1/+5
2020-02-01Improve wording and docs for qualified path recoveryRob Pilling-7/+14
2020-02-01Move colon-check to recover_colon_before_qpath_proj()Rob Pilling-15/+23
2020-02-01Simplify span usage and avoid .eat()Rob Pilling-5/+5
2020-02-01Deduplicate generator interior typesJonas Schievink-24/+30
2020-02-01Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkovbors-354/+396
2020-02-01pretty: raise recursion_limit = 256Mazdak Farrokhzad-0/+1
2020-02-01fix fallout in testsMazdak Farrokhzad-9/+13
2020-02-01pretty: injected_crate_name -> has_injected_crateMazdak Farrokhzad-6/+5
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-7/+8