]> git.lizzy.rs Git - rust.git/history - compiler/rustc_trait_selection
Rollup merge of #87616 - Wilfred:patch-1, r=jyn514
[rust.git] / compiler / rustc_trait_selection /
2021-07-22 Guillaume GomezRollup merge of #87281 - rust-lang:issue-81487, r=nikom...
2021-07-22 Guillaume GomezRollup merge of #87270 - GuillaumeGomez:item-summary...
2021-07-22 Oli SchererUse instrument debugging for more readable logs
2021-07-22 borsAuto merge of #86619 - rylev:incr-hashing-profiling...
2021-07-22 borsAuto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank
2021-07-22 borsAuto merge of #87250 - robojumper:87199-sized-relaxatio...
2021-07-22 borsAuto merge of #87246 - rust-lang:placeholder-pretty...
2021-07-21 borsAuto merge of #86946 - Aaron1011:eval-proj-obligation...
2021-07-21 Aaron HillImprove caching during trait evaluation
2021-07-21 Eric HussRollup merge of #87278 - lnicola:rust-analyzer-2021...
2021-07-21 Eric HussRollup merge of #87024 - weihanglo:issue-85494, r=Manis...
2021-07-21 Eric HussRollup merge of #81864 - ijackson:globalalloc-example...
2021-07-21 Guillaume GomezRollup merge of #87311 - oli-obk:nll_suggestion_span...
2021-07-21 Guillaume GomezRollup merge of #87301 - chinmaydd:chinmaydd-patch...
2021-07-21 Guillaume GomezRollup merge of #87279 - sunfishcode:document-unix...
2021-07-21 Guillaume GomezRollup merge of #87273 - fee1-dead:impl-const-impl...
2021-07-21 Guillaume GomezRollup merge of #87230 - GuillaumeGomez:docblock-table...
2021-07-21 Guillaume GomezRollup merge of #87206 - matthiaskrgr:clippy_collect...
2021-07-21 Guillaume GomezRollup merge of #87187 - oxalica:fix-nixos-detect,...
2021-07-21 borsAuto merge of #86847 - tlyu:stdin-forwarders, r=joshtri...
2021-07-21 borsAuto merge of #82653 - jyn514:submodules-on-demand...
2021-07-20 borsAuto merge of #87168 - the8472:flatten-len, r=scottmcm
2021-07-20 borsAuto merge of #87247 - crlf0710:merge-libterm-into...
2021-07-20 Aaron HillSupport HIR wf checking for function signatures
2021-07-20 Charles LewSwitch to store `Instance` directly within `VtblEntry...
2021-07-20 Charles LewAdd internal attribute and tests.
2021-07-20 Charles LewRefactor vtable format.
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 borsAuto merge of #84959 - camsteffen:lint-suggest-group...
2021-07-19 borsAuto merge of #87284 - Aaron1011:remove-paren-special...
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 Esteban KüberVarious diagnostics clean ups/tweaks
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 #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 borsAuto merge of #87196 - oxalica:option-insert-must-use...
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 Santiago PastorinoRevert "structural_match: non-structural-match ty closures"
2021-07-18 Santiago PastorinoRemove OpaqueTyOrigin::Misc, use TyAlias instead
2021-07-18 borsAuto merge of #86698 - cjgillot:modc, r=estebank
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 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 borsAuto merge of #87123 - RalfJung:miri-provenance-overhau...
2021-07-17 borsAuto merge of #86761 - Alexhuszagh:master, r=estebank
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 borsAuto merge of #87195 - yaahc:move-assert_matches-again...
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 borsAuto merge of #87201 - GuillaumeGomez:rollup-4loi2q9...
2021-07-16 Guillaume GomezRollup merge of #87200 - oli-obk:fixup_fixup_opaque_typ...
2021-07-16 Guillaume GomezRollup merge of #87180 - notriddle:notriddle/sidebar...
2021-07-16 Guillaume GomezRollup merge of #87179 - fee1-dead:active-const-impl...
2021-07-16 Guillaume GomezRollup merge of #87174 - inquisitivecrystal:array-map...
2021-07-16 Guillaume GomezRollup merge of #87158 - In-line:suggest-full-enum...
2021-07-16 Guillaume GomezRollup merge of #87107 - oli-obk:tait_double, r=nikomat...
2021-07-16 Oli SchererAdd some more tracing instrumentation
2021-07-16 borsAuto merge of #87140 - camsteffen:pat-slice-refs, r...
2021-07-16 Guillaume GomezRollup merge of #87167 - GuillaumeGomez:sidebar-display...
2021-07-16 Guillaume GomezRollup merge of #87162 - GuillaumeGomez:type-decl-overf...
2021-07-16 Guillaume GomezRollup merge of #87161 - sexxi-goose:fix-issue-87097...
2021-07-16 Guillaume GomezRollup merge of #87145 - jsgf:fix-lint-opt-hash, r...
2021-07-16 Guillaume GomezRollup merge of #87138 - dhwthompson:fix-range-invarian...
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-16 Guillaume GomezRollup merge of #86983 - wesleywiser:natvis_std_types...
2021-07-16 borsAuto merge of #86662 - mockersf:fix-86620-link-unknown...
2021-07-16 borsAuto merge of #87177 - ehuss:update-cargo, r=ehuss
2021-07-16 borsAuto merge of #86993 - jackh726:project-gat-binders...
2021-07-15 jackh726Remove failed and review comments
2021-07-15 Yuki OkushiRollup merge of #86947 - m-ou-se:assert-matches-to...
2021-07-15 flip1995Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e...
2021-07-15 borsAuto merge of #86876 - jyn514:56935-target-crate-num...
2021-07-14 borsAuto merge of #86765 - cuviper:fuse-less-specialized...
2021-07-14 borsAuto merge of #86211 - tlyu:option-result-overviews...
2021-07-13 borsAuto merge of #86827 - camsteffen:hash-lint-resolved...
2021-07-13 jackh726WIP partial apply fix
next