about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-07-22Resolve nested inference variables.Oli Scherer-19/+7
2021-07-22Remove an unnecessary variableOli Scherer-2/+1
2021-07-22Use instrument debugging for more readable logsOli Scherer-13/+9
2021-07-22Make mir borrowck's use of opaque types independent of the typeck query's resultOli Scherer-87/+66
2021-07-22Fix VecMap::iter_mutOli Scherer-5/+6
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-47/+172
2021-07-22Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakisbors-0/+1
2021-07-22Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakisbors-36/+108
2021-07-21Improve caching during trait evaluationAaron Hill-28/+49
2021-07-21Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakisEric Huss-6/+6
2021-07-21Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomezGuillaume Gomez-1/+34
2021-07-21Rollup merge of #87321 - midgleyc:add-E0722-long, r=GuillaumeGomezGuillaume Gomez-1/+32
2021-07-21Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebankGuillaume Gomez-4/+6
2021-07-21Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obkGuillaume Gomez-22/+34
2021-07-21Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwcoGuillaume Gomez-9/+5
2021-07-21Rename force-warns to force-warnRyan Levick-6/+6
2021-07-21docs: normalise wording in line with docsChris Midgley-1/+1
2021-07-21docs: add additional links for ffi_pure / ffi_constChris Midgley-2/+10
2021-07-21Add long explanation for E0757Chris Midgley-1/+26
2021-07-21docs: add newline before exampleChris Midgley-0/+1
2021-07-21docs: remove spurious main functionsChris Midgley-4/+0
2021-07-21add working code exampleChris Midgley-0/+10
2021-07-20Add long explanation for E0722Chris Midgley-1/+25
2021-07-20Support HIR wf checking for function signaturesAaron Hill-47/+172
2021-07-20Get back the more precise suggestion spans of old regionckOli Scherer-4/+6
2021-07-20Auto merge of #87244 - jackh726:issue-71883, r=estebankbors-31/+149
2021-07-20Auto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obkbors-18/+40
2021-07-20Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obkbors-313/+61
2021-07-19Better errors when we don't have implicit statics in trait objectsjackh726-31/+53
2021-07-20Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebankbors-7/+7
2021-07-19Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkovbors-6/+0
2021-07-19Remove special case for `ExprKind::Paren` in `MutVisitor`Aaron Hill-6/+0
2021-07-19Better diagnostics when mismatched types due to implict static lifetimejackh726-16/+112
2021-07-19Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-...bors-71/+140
2021-07-19Auto merge of #87225 - estebank:cleanup, r=oli-obkbors-28/+52
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-28/+52
2021-07-19Improve impl trait disallowed context error textSantiago Pastorino-1/+1
2021-07-19Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwcobors-46/+18
2021-07-19Improve impl_trait_in_bindings removed feature textSantiago Pastorino-1/+1
2021-07-19Recognize bounds on impls as const boundsDeadbeef-14/+23
2021-07-19Iterate through impls only when permittedDeadbeef-8/+11
2021-07-19Rollup merge of #87268 - SkiFire13:fix-uninit-ref-list, r=nagisaGuillaume Gomez-6/+6
2021-07-19Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obkGuillaume Gomez-1/+5
2021-07-19Don't create references to uninitialized data in List::from_arenaGiacomo Stevanato-6/+6
2021-07-19Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkovbors-44/+119
2021-07-19Auto merge of #86848 - notriddle:notriddle/drop-dyn, r=varkorbors-1/+62
2021-07-18Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrumbors-1/+6
2021-07-18Auto merge of #86950 - tmiasko:personality, r=nagisabors-5/+14
2021-07-18Extend HIR-based WF checking to associated type defaultsAaron Hill-1/+5
2021-07-18feat(rustc_lint): add `dyn_drop`Michael Howell-1/+62