about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-11-03rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt.Eduard-Mihai Burtescu-3/+3
2019-11-03rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi.Eduard-Mihai Burtescu-12/+12
2019-11-02also identiy MaybeUninit::uninit().assume_init() as dangerousRalf Jung-0/+3
2019-11-02Prettify mismatched types error message in a special caseDmitry Kadashev-16/+16
2019-11-02Show type param definitions in type mismatch errorsDmitry Kadashev-3/+26
2019-11-02Add type parameter name to type mismatch error messagesDmitry Kadashev-1/+1
2019-11-01Move has_panic_handler to queryMark Rousskov-4/+5
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-3/+3
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-6/+6
2019-11-02Rename `LocalInternedString` as `SymbolStr`.Nicholas Nethercote-7/+7
2019-11-01`Span` cannot represent `span.hi < span.lo`Vadim Petrochenkov-10/+0
2019-11-01Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichtonTyler Mandry-1/+7
2019-11-01Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat...Tyler Mandry-5/+18
2019-11-01Rollup merge of #65902 - gilescope:issue62570, r=estebankTyler Mandry-0/+54
2019-11-01Rollup merge of #65470 - traxys:fix_65401, r=michaelwoeristerTyler Mandry-0/+3
2019-11-01Rollup merge of #65112 - jack-t:type-parens-lint, r=varkorTyler Mandry-1/+1
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-1/+7
2019-11-01De-querify `trivial_dropck_outlives`.Nicholas Nethercote-21/+6
2019-10-31Point at where clauses where the associated item was restrictedEsteban Küber-17/+104
2019-10-31Stabilize the `re_rebalance_coherence` featureOhad Ravid-106/+40
2019-10-31Fix incorrect diagnostics for expected type in E0271 with an associated typeOhad Ravid-5/+18
2019-10-31Implement dual proc macro hashingmsizanoen-0/+9
2019-10-31Rollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakisMazdak Farrokhzad-5/+7
2019-10-30Make ItemContext available for better diagnositcs.Giles Cope-0/+54
2019-10-29Add lint for unnecessary parens around typesjack-t-1/+1
2019-10-29Make error apply only to impl/trait mismatchEsteban Küber-15/+6
2019-10-29Point at the trait item and tweak wordingEsteban Küber-3/+15
2019-10-29review commentsEsteban Küber-12/+15
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-0/+55
2019-10-29Don't use eval_always for miri queries used from codegen.Eduard-Mihai Burtescu-2/+0
2019-10-29Rollup merge of #65809 - roblabla:eficall-abi, r=nagisaMazdak Farrokhzad-0/+2
2019-10-29Rollup merge of #65562 - Patryk27:master, r=estebankMazdak Farrokhzad-3/+11
2019-10-29Rollup merge of #65531 - tmandry:bump-backtrace, r=cramertjMazdak Farrokhzad-1/+5
2019-10-29Rollup merge of #65318 - estebank:coherence, r=varkorMazdak Farrokhzad-30/+77
2019-10-29Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasperMazdak Farrokhzad-92/+282
2019-10-28Update backtrace to 0.3.40Tyler Mandry-1/+5
2019-10-28Rollup merge of #65893 - jafern14:let-expr-stable-error-messaging, r=CentrilMazdak Farrokhzad-5/+14
2019-10-28Rollup merge of #65891 - michaelwoerister:sp-crate-metadata, r=wesleywiserMazdak Farrokhzad-0/+1
2019-10-28Rollup merge of #65858 - davidtwco:rfc-2203-feature-gate-in-error, r=ecstatic...Mazdak Farrokhzad-4/+14
2019-10-28Rollup merge of #65825 - eddyb:def-index-vec, r=varkorMazdak Farrokhzad-23/+17
2019-10-28Rollup merge of #65643 - varkor:remove-free-regions-from-const-placeholder, r...Mazdak Farrokhzad-7/+9
2019-10-28Output previous stable error messaging when using stable build.Agustin Fernandez-5/+14
2019-10-28suggest `const_in_array_repeat_expression` flagDavid Wood-4/+14
2019-10-28Improve pretty-printing for compound qualified paths.Patryk Wychowaniec-1/+11
2019-10-28Improve the "try using a variant of the expected type" hint.Patryk Wychowaniec-2/+0
2019-10-28Fix rebaseEsteban Küber-5/+5
2019-10-28add commentEsteban Küber-1/+1
2019-10-28Talk about specific types and remove lifetimes from outputEsteban Küber-22/+62
2019-10-28Use more targeted spans for orphan rule errorsEsteban Küber-6/+8
2019-10-28Call out the types that are non local on E0117Esteban Küber-3/+8