]> git.lizzy.rs Git - rust.git/history - compiler
Add long explanation for E0722
[rust.git] / compiler /
2021-07-20 Chris MidgleyAdd long explanation for E0722
2021-07-20 borsAuto merge of #87310 - spastorino:update_miri, r=RalfJung
2021-07-20 borsAuto merge of #87244 - jackh726:issue-71883, r=estebank
2021-07-20 borsAuto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obk
2021-07-20 borsAuto merge of #87141 - spastorino:remove_impl_trait_in_...
2021-07-20 jackh726Better errors when we don't have implicit statics in...
2021-07-20 borsAuto merge of #84959 - camsteffen:lint-suggest-group...
2021-07-19 borsAuto merge of #87284 - Aaron1011:remove-paren-special...
2021-07-19 Aaron HillRemove special case for `ExprKind::Paren` in `MutVisitor`
2021-07-19 jackh726Better diagnostics when mismatched types due to implict...
2021-07-19 borsAuto merge of #87153 - michaelwoerister:debuginfo-names...
2021-07-19 borsAuto merge of #87225 - estebank:cleanup, r=oli-obk
2021-07-19 borsAuto merge of #87271 - flip1995:clippyup, r=Manishearth
2021-07-19 Esteban KüberVarious diagnostics clean ups/tweaks
2021-07-19 Santiago PastorinoImprove impl trait disallowed context error text
2021-07-19 borsAuto merge of #86970 - inquisitivecrystal:force-warn...
2021-07-19 Santiago PastorinoImprove impl_trait_in_bindings removed feature text
2021-07-19 borsAuto merge of #87269 - GuillaumeGomez:rollup-qukedv0...
2021-07-19 flip1995Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042...
2021-07-19 Guillaume GomezRollup merge of #87268 - SkiFire13:fix-uninit-ref-list...
2021-07-19 Guillaume GomezRollup merge of #87259 - Llandy3d:triagebot_shortcuts...
2021-07-19 Guillaume GomezRollup merge of #87256 - Aaron1011:hir-wf-assoc-default...
2021-07-19 Guillaume GomezRollup merge of #87251 - GuillaumeGomez:item-info-width...
2021-07-19 Guillaume GomezRollup merge of #87236 - sunfishcode:avoid-locking...
2021-07-19 Guillaume GomezRollup merge of #87227 - bstrie:asm2arch, r=Amanieu
2021-07-19 Guillaume GomezRollup merge of #87210 - notriddle:notriddle/rustdoc...
2021-07-19 Guillaume GomezRollup merge of #86230 - GuillaumeGomez:nocapture,...
2021-07-19 Giacomo StevanatoDon't create references to uninitialized data in List...
2021-07-19 borsAuto merge of #87196 - oxalica:option-insert-must-use...
2021-07-19 borsAuto merge of #87146 - Aaron1011:better-macro-lint...
2021-07-19 borsAuto merge of #86848 - notriddle:notriddle/drop-dyn...
2021-07-18 borsAuto merge of #87004 - JamieCunliffe:pgo-gc-sections...
2021-07-18 borsAuto merge of #86950 - tmiasko:personality, r=nagisa
2021-07-18 Aaron HillExtend HIR-based WF checking to associated type defaults
2021-07-18 Michael Howellfeat(rustc_lint): add `dyn_drop`
2021-07-18 borsAuto merge of #87252 - RalfJung:miri, r=RalfJung
2021-07-18 Santiago PastorinoRemove impl_trait_in_bindings feature flag
2021-07-18 Santiago PastorinoMove mir_def_id inside `eq_opaque_type_and_type`
2021-07-18 Santiago PastorinoRemove `sub_types_or_anon`
2021-07-18 Santiago PastorinoAdd `sub_types` docs
2021-07-18 Santiago PastorinoRevert "structural_match: non-structural-match ty closures"
2021-07-18 Santiago PastorinoRemove origin field from TypeAliasesOpaqueTy
2021-07-18 Santiago PastorinoUse == to compare OpaqueTyOrigin values
2021-07-18 Santiago PastorinoRemove OpaqueTyOrigin::Misc, use TyAlias instead
2021-07-18 Santiago PastorinoRemoving unhandled region constraint error that is...
2021-07-18 Santiago PastorinoRemove impl_trait_in_bindings handling on inference...
2021-07-18 Santiago PastorinoRemove impl trait bindings handling on const AST lowering
2021-07-18 borsAuto merge of #86698 - cjgillot:modc, r=estebank
2021-07-18 Camille GILLOTRemove deadlock virtual call.
2021-07-18 Camille GILLOTMove OnDiskCache to rustc_query_impl.
2021-07-18 Ralf Jungmiri: better ptr-out-of-bounds errors
2021-07-18 borsAuto merge of #87242 - JohnTitor:rollup-t9rmwpo, r...
2021-07-18 inquisitivecrystalMake `--force-warns` a normal lint level option
2021-07-18 borsAuto merge of #87071 - inquisitivecrystal:inclusive...
2021-07-18 Yuki OkushiRollup merge of #87205 - matthiaskrgr:clippy_cln, r...
2021-07-18 Yuki OkushiRollup merge of #87183 - RalfJung:option-doctest, r...
2021-07-18 Yuki OkushiRollup merge of #87170 - xFrednet:clippy-5393-add-diagn...
2021-07-18 Yuki OkushiRollup merge of #87092 - ricobbe:fix-raw-dylib-multiple...
2021-07-18 Yuki OkushiRollup merge of #86889 - jyn514:crate-cleanup, r=camelid
2021-07-18 Yuki OkushiRollup merge of #86843 - FabianWolff:issue-86820, r...
2021-07-18 Yuki OkushiRollup merge of #86814 - Aaron1011:inner-doc-recover...
2021-07-18 Yuki OkushiRollup merge of #86763 - JohnTitor:test-63355, r=oli-obk
2021-07-18 Aaron HillOnly use `assign_id!` for ast nodes that support attributes
2021-07-18 Aaron HillAdd additional missing lint handling logic
2021-07-18 Aaron HillAdd missing `visit_expr_field`
2021-07-18 Aaron HillCompute a better `lint_node_id` during expansion
2021-07-18 Santiago PastorinoRemove impl traits bindings error message handling...
2021-07-18 Santiago PastorinoFix TypeAliasesOpaqueTy origin docs
2021-07-18 Santiago PastorinoRename OtherOpaqueTy to TypeAliasesOpaqueTy
2021-07-18 Santiago PastorinoRemove OpaqueTyOrigin::Binding
2021-07-18 borsAuto merge of #85686 - ptrojahn:loop_reinitialize,...
2021-07-17 borsAuto merge of #87129 - FabianWolff:issue-75356, r=varkor
2021-07-17 borsAuto merge of #87203 - jackh726:logging, r=nikomatsakis
2021-07-17 jackh726Add needs_normalization
2021-07-17 jackh726Some perf optimizations and logging
2021-07-17 borsAuto merge of #86676 - cjgillot:localexpn, r=petrochenkov
2021-07-17 Camille GILLOTSimplify Expn creation.
2021-07-17 Camille GILLOTRename expn_info -> expn_data.
2021-07-17 Camille GILLOTPass ExpnData by reference.
2021-07-17 Camille GILLOTAlways hash spans in expn.
2021-07-17 Camille GILLOTDrop ExpnData::krate.
2021-07-17 Camille GILLOTDrop orig_id.
2021-07-17 Camille GILLOTEncode ExpnId using ExpnHash for incr. comp.
2021-07-17 Camille GILLOTChoose encoding format in caller code.
2021-07-17 Camille GILLOTUse LocalExpnId where possible.
2021-07-17 Camille GILLOTMake the CrateNum part of the ExpnId.
2021-07-17 borsAuto merge of #87123 - RalfJung:miri-provenance-overhau...
2021-07-17 borsAuto merge of #86761 - Alexhuszagh:master, r=estebank
2021-07-17 xFrednetCorrected symbol order after adding diagnostic items
2021-07-17 borsAuto merge of #87124 - Andy-Python-Programmer:code_mode...
2021-07-17 borsAuto merge of #86062 - nagisa:nagisa/what-a-lie, r...
2021-07-17 Alex HuszaghChanged dec2flt to use the Eisel-Lemire algorithm.
2021-07-17 Andy-Python-ProgrammerUse small code model for UEFI targets
2021-07-17 borsAuto merge of #87195 - yaahc:move-assert_matches-again...
2021-07-16 Matthias Krügerrustc_middle: remove redundant clone
2021-07-16 borsAuto merge of #83898 - Aaron1011:feature/hir-wf, r...
2021-07-16 Aaron HillAdd initial implementation of HIR-based WF checking...
2021-07-16 Fabian WolffCheck that const parameters of trait methods have compa...
2021-07-16 borsAuto merge of #87201 - GuillaumeGomez:rollup-4loi2q9...
2021-07-16 Richard CobbeConsider all fields when comparing DllImports, to remov...
next