]> git.lizzy.rs Git - rust.git/history - compiler/rustc_infer/src/infer/equate.rs
Split relate_substs into two functions
[rust.git] / compiler / rustc_infer / src / infer / equate.rs
2022-04-17 Martin GammelsæterSplit relate_substs into two functions
2022-04-12 borsAuto merge of #95399 - gilescope:plan_b, r=scottmcm
2022-04-11 borsAuto merge of #94243 - compiler-errors:compiler-flags...
2022-04-10 Dylan DPCRollup merge of #95857 - ouz-a:mir-opt, r=oli-obk
2022-04-10 borsAuto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum
2022-04-10 borsAuto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum
2022-04-10 borsAuto merge of #95254 - jyn514:fix-windows-builds, r...
2022-04-09 Dylan DPCRollup merge of #95369 - jyn514:test-rustdoc, r=Mark...
2022-04-09 Dylan DPCRollup merge of #95361 - scottmcm:valid-align, r=Mark...
2022-04-09 Dylan DPCRollup merge of #95308 - bjorn3:more_stable_proc_macro...
2022-04-09 Dylan DPCRollup merge of #95374 - RalfJung:assert_uninit_valid...
2022-04-08 Dylan DPCRollup merge of #95102 - compiler-errors:issue-94034...
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-04-08 borsAuto merge of #95440 - jyn514:error-index, r=Mark-Simul...
2022-04-07 Dylan DPCRollup merge of #95352 - jyn514:full-relative-path...
2022-04-06 Dylan DPCRollup merge of #95185 - m-ou-se:stabilize-stdin-lines...
2022-04-06 Dylan DPCRollup merge of #95649 - ouz-a:mir-opt, r=oli-obk
2022-04-06 Dylan DPCRollup merge of #95353 - jyn514:invalid-filter-hard...
2022-04-06 Dylan DPCRollup merge of #95342 - jyn514:ignore-revs, r=Mark...
2022-04-05 borsAuto merge of #95035 - m-ou-se:futex-locks-on-linux...
2022-04-05 Dylan DPCRollup merge of #95449 - jyn514:doc-stage-0, r=ehuss
2022-04-05 Dylan DPCRollup merge of #95234 - ben0x539:nixquotes, r=Dylan-DPC
2022-04-04 Dylan DPCRollup merge of #95438 - m-ou-se:sync-unsafe-cell,...
2022-04-04 Dylan DPCRollup merge of #95343 - dtolnay:literals, r=petrochenkov
2022-04-04 Dylan DPCRollup merge of #94817 - cuviper:relnotes-1.60.0, r...
2022-04-04 Dylan DPCRollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay
2022-04-04 borsAuto merge of #95031 - compiler-errors:param-env-cache...
2022-04-03 borsAuto merge of #92686 - saethlin:unsafe-debug-asserts...
2022-04-03 borsAuto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco
2022-04-02 Dylan DPCRollup merge of #95430 - ChrisDenton:disable-tls-i686...
2022-04-01 Matthias KrügerRollup merge of #95344 - jyn514:better-debug-output...
2022-04-01 Matthias KrügerRollup merge of #95293 - compiler-errors:braces, r...
2022-04-01 Matthias KrügerRollup merge of #95260 - compiler-errors:fn, r=davidtwco
2022-03-31 Dylan DPCRollup merge of #95384 - ehuss:doc-target_has_atomic...
2022-03-31 Dylan DPCRollup merge of #95470 - GuillaumeGomez:fix-gui-spuriou...
2022-03-31 Dylan DPCRollup merge of #95445 - jyn514:rustc-unit-tests, r...
2022-03-31 borsAuto merge of #95456 - RalfJung:size, r=oli-obk
2022-03-31 Dylan DPCRollup merge of #95130 - workingjubilee:stably-finished...
2022-03-30 Dylan DPCRollup merge of #95298 - jhorstmann:fix-double-drop...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 Dylan DPCRollup merge of #95011 - michaelwoerister:awaitee_field...
2022-03-30 Dylan DPCRollup merge of #94869 - jackh726:gats_extended, r...
2022-03-30 Dylan DPCRollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 borsAuto merge of #95425 - nnethercote:yet-more-parse_tt...
2022-03-30 borsAuto merge of #95458 - calebcartwright:sync-rustfmt...
2022-03-30 borsAuto merge of #95241 - Gankra:cleaned-provenance, r...
2022-03-30 borsAuto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r...
2022-03-30 borsAuto merge of #94081 - oli-obk:lazy_tait_take_two,...
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-28 Oli SchererRemove opaque type obligation and just register opaque...
2022-03-28 Oli SchererRevert "Auto merge of #93893 - oli-obk:sad_revert,...
2022-03-28 Dylan DPCRollup merge of #93755 - ChayimFriedman2:allow-comparin...
2022-03-28 Dylan DPCRollup merge of #88375 - joshlf:patch-3, r=dtolnay
2022-03-27 Dylan DPCRollup merge of #95368 - lopopolo:lopopolo/string-try...
2022-03-26 MeziuMerge pull request #16 from ian-h-chamberlain/feature...
2022-03-26 bjorn3Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506...
2022-03-25 borsAuto merge of #92361 - vacuus:doctest-run-test-out...
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-19 Dylan DPCRollup merge of #93858 - krallin:process-process_group...
2022-03-19 Dylan DPCRollup merge of #93692 - mfrw:mfrw/document-keyword...
2022-03-19 Dylan DPCRollup merge of #92663 - cuviper:generic-write-cursor...
2022-03-17 Dylan DPCRollup merge of #95000 - fee1-dead:fee1-dead-patch...
2022-03-17 Dylan DPCRollup merge of #91133 - terrarier2111:unsafe-diagnosti...
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-13 Jubilee YoungSync portable-simd to rust-lang/portable-simd@72df4c450...
2022-03-11 borsAuto merge of #90253 - Kobzol:hash-stable-sort-index...
2022-03-11 Dylan DPCRollup merge of #93283 - m1guelperez:master, r=Mark...
2022-03-11 Dylan DPCRollup merge of #93293 - nvzqz:nonzero-min-max, r=josht...
2022-03-09 Matthias KrügerRollup merge of #92541 - asquared31415:from-docs, r...
2022-03-09 Matthias KrügerRollup merge of #91804 - woppopo:const_clone, r=oli-obk
2022-03-08 Matthias KrügerRollup merge of #92385 - clarfonthey:const_option,...
2022-03-07 Matthias KrügerRollup merge of #93350 - gburgessiv:master, r=Mark...
2022-03-06 borsAuto merge of #93805 - petrochenkov:doclinkself, r...
2022-03-04 Dylan DPCRollup merge of #93965 - Mark-Simulacrum:owned-stdio...
2022-03-04 Dylan DPCRollup merge of #93418 - ojeda:no-shortcut, r=camelid
2022-03-04 Dylan DPCRollup merge of #88805 - krhancoc:master, r=dtolnay
2022-03-03 borsAuto merge of #84944 - lcnr:obligation-dedup, r=jackh726
2022-03-03 Matthias KrügerRollup merge of #93562 - sunfishcode:sunfishcode/io...
2022-03-03 Dylan DPCRollup merge of #93663 - sunfishcode:sunfishcode/as...
2022-03-03 Dylan DPCRollup merge of #93354 - sunfishcode:sunfishcode/docume...
2022-03-01 Dylan DPCRollup merge of #93926 - PatchMixolydic:bugfix/must_use...
2022-03-01 Dylan DPCRollup merge of #93385 - CraftSpider:rustdoc-ty-fixes...
2022-02-28 Matthias KrügerRollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
2022-02-28 Jubilee YoungSync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e9...
2022-02-28 Matthias KrügerRollup merge of #93413 - lsimons:patch-1, r=Dylan-DPC
2022-02-28 Matthias KrügerRollup merge of #93389 - cameron1024:issue-90847-regres...
2022-02-28 Matthias KrügerRollup merge of #92642 - avborhanian:master, r=Dylan-DPC
2022-02-26 flip1995Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436...
2022-02-25 Matthias KrügerRollup merge of #93870 - tmiasko:const-precise-live...
2022-02-25 Matthias KrügerRollup merge of #93603 - connorff:compute-polonius...
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-22 borsAuto merge of #83706 - a1phyr:fix_vec_layout_calculatio...
2022-02-21 Matthias KrügerRollup merge of #91192 - r00ster91:futuredocs, r=Guilla...
2022-02-20 borsAuto merge of #93934 - rusticstuff:inline_ensure_suffic...
2022-02-20 borsAuto merge of #93605 - notriddle:notriddle/rustdoc...
2022-02-19 Matthias KrügerRollup merge of #94122 - GuillaumeGomez:miniz-oxide...
2022-02-19 Matthias KrügerRollup merge of #94113 - Mizobrook-kan:issue-94025...
2022-02-19 Matthias KrügerRollup merge of #94091 - GuillaumeGomez:rustdoc-const...
next