]> git.lizzy.rs Git - rust.git/history - compiler/rustc_typeck/src/impl_wf_check
Rollup merge of #98654 - nnethercote:pest-2.1.3-opt, r=pnkfelix
[rust.git] / compiler / rustc_typeck / src / impl_wf_check /
2022-07-08 Dylan DPCRollup merge of #98654 - nnethercote:pest-2.1.3-opt...
2022-07-08 Dylan DPCRollup merge of #98533 - jyn514:drop-tracking-debugging...
2022-07-08 borsAuto merge of #98638 - bjorn3:less_string_interning...
2022-07-08 Matthias KrügerRollup merge of #98798 - jyn514:download-rustc-cached...
2022-07-08 Matthias KrügerRollup merge of #98718 - yoshuawuyts:stabilize-into...
2022-07-07 Matthias KrügerRollup merge of #98994 - kons-9:dont_use_process_exit...
2022-07-07 Matthias KrügerRollup merge of #97917 - AronParker:master, r=ChrisDenton
2022-07-07 Dylan DPCRollup merge of #98692 - camelid:more-fixmes, r=Guillau...
2022-07-07 Dylan DPCRollup merge of #98507 - xFrednet:rfc-2383-manual-expec...
2022-07-07 Dylan DPCRollup merge of #97711 - Nilstrieb:rustc-arena-ub,...
2022-07-07 borsAuto merge of #98675 - eddyb:cg-array-literal, r=nikic
2022-07-07 borsAuto merge of #98841 - Kobzol:hir-validator-bitset...
2022-07-07 borsAuto merge of #98827 - aDotInTheVoid:suggest-extern...
2022-07-07 borsAuto merge of #98487 - cjgillot:variance-nohir, r=wesle...
2022-07-06 Guillaume GomezRollup merge of #98939 - GuillaumeGomez:rustdoc-disamb...
2022-07-06 Guillaume GomezRollup merge of #98911 - notriddle:notriddle/rustdoc...
2022-07-06 Guillaume GomezRollup merge of #96935 - thomcc:atomicptr-strict-prov...
2022-07-06 borsAuto merge of #98959 - cjgillot:late-bound-order, r...
2022-07-06 borsAuto merge of #98567 - Patryk27:update-llvm, r=nikic
2022-07-06 Dylan DPCRollup merge of #98968 - RalfJung:scalar-sanity, r...
2022-07-06 Dylan DPCRollup merge of #98967 - ClementTsang:fix_inaccessible_...
2022-07-06 Dylan DPCRollup merge of #98964 - RalfJung:typo, r=Dylan-DPC
2022-07-06 Dylan DPCRollup merge of #98884 - davidtwco:translation-on-lints...
2022-07-06 Dylan DPCRollup merge of #98881 - cjgillot:q-def-kind, r=fee1...
2022-07-06 borsAuto merge of #98206 - eggyal:align-to-chalk-folding...
2022-07-06 Alan EgertonUpdate TypeVisitor paths
2022-07-05 Guillaume GomezRollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPC
2022-07-05 Guillaume GomezRollup merge of #98880 - topjohnwu:macos-dylib-cross...
2022-07-05 Guillaume GomezRollup merge of #98256 - GuillaumeGomez:whitespace...
2022-07-05 Guillaume GomezRollup merge of #96814 - RalfJung:enum-repr-align,...
2022-07-05 Guillaume GomezRollup merge of #95503 - jyn514:build-single-crate...
2022-07-05 borsAuto merge of #98936 - matthiaskrgr:rollup-dvr0ucm...
2022-07-05 Matthias KrügerRollup merge of #98921 - TaKO8Ki:refactor-fulfillment...
2022-07-05 Matthias KrügerRollup merge of #98895 - ChrisDenton:no-elves-allowed...
2022-07-05 Matthias KrügerRollup merge of #98889 - TaKO8Ki:add-regression-test...
2022-07-05 borsAuto merge of #98584 - lcnr:region-stuff-more-beans...
2022-07-05 Dylan DPCRollup merge of #98856 - GuillaumeGomez:rustdoc-test...
2022-07-05 Dylan DPCRollup merge of #98776 - notriddle:notriddle/mobile...
2022-07-05 Dylan DPCRollup merge of #98624 - davidtwco:translation-on-lints...
2022-07-05 Dylan DPCRollup merge of #97712 - RalfJung:untyped, r=scottmcm
2022-07-05 borsAuto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
2022-07-05 Dylan DPCRollup merge of #98873 - TaKO8Ki:suggest-default-derive...
2022-07-05 Dylan DPCRollup merge of #98854 - kadiwa4:rustc_hir_pretty_clean...
2022-07-05 Dylan DPCRollup merge of #98847 - RalfJung:box-is-special, r...
2022-07-05 Dylan DPCRollup merge of #98811 - RalfJung:interpret-alloc-range...
2022-07-05 Dylan DPCRollup merge of #98761 - lcnr:need_type_info-cont,...
2022-07-05 Dylan DPCRollup merge of #97300 - ChayimFriedman2:patch-1, r...
2022-07-05 borsAuto merge of #98872 - JakobDegen:no-invalidate, r...
2022-07-05 borsAuto merge of #98846 - RalfJung:alignment-is-a-type...
2022-07-04 borsAuto merge of #98904 - matthiaskrgr:rollup-05owsx7...
2022-07-04 Matthias KrügerRollup merge of #98898 - GuillaumeGomez:new-eslint...
2022-07-04 Matthias KrügerRollup merge of #98886 - michaelwoerister:tracked-split...
2022-07-04 Matthias KrügerRollup merge of #98879 - compiler-errors:async-closure...
2022-07-04 Matthias KrügerRollup merge of #98878 - lcnr:more-rustc_pass_by_value...
2022-07-04 Matthias KrügerRollup merge of #98814 - fmease:minimal-fix-for-issue...
2022-07-04 Matthias KrügerRollup merge of #98793 - Mark-Simulacrum:fix-tidy-bins...
2022-07-04 Matthias KrügerRollup merge of #98782 - compiler-errors:specialization...
2022-07-04 lcnrremove an unused `DefId`
2022-07-04 Matthias KrügerRollup merge of #98870 - TaKO8Ki:add-regression-test...
2022-07-04 Matthias KrügerRollup merge of #98501 - Enselic:err_if_attr_found...
2022-07-03 Ralf JungRollup merge of #94831 - yaahc:lib-tracking-issue-templ...
2022-07-03 borsAuto merge of #98439 - ehuss:cleanup-ci-script, r=Mark...
2022-07-03 borsAuto merge of #98373 - joshtriplett:bootstrap-locking...
2022-07-03 borsAuto merge of #97437 - jyn514:impl-asrawfd-arc, r=dtolnay
2022-07-03 borsAuto merge of #98570 - SparrowLii:deadlock, r=cjgillot
2022-07-02 borsAuto merge of #98569 - nnethercote:finalize_resolutions...
2022-07-02 Ralf JungRollup merge of #98812 - gimbles:docs-template, r=Mark...
2022-07-02 borsAuto merge of #97235 - nbdd0121:unwind, r=Amanieu
2022-07-02 Dylan DPCRollup merge of #98653 - TaKO8Ki:add-regression-test...
2022-07-01 Michael GouletImprove spans for specialization error
2022-07-01 Guillaume GomezRollup merge of #98460 - GuillaumeGomez:css-simplificat...
2022-07-01 Guillaume GomezRollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514
2022-07-01 Guillaume GomezRollup merge of #97249 - GuillaumeGomez:details-summary...
2022-07-01 Dylan DPCRollup merge of #98585 - cuviper:covariant-thinbox...
2022-07-01 borsAuto merge of #98402 - cjgillot:undead, r=michaelwoerister
2022-07-01 Matthias KrügerRollup merge of #98610 - lcnr:emit_inference_failure_er...
2022-06-30 Matthias KrügerRollup merge of #98503 - RalfJung:scope-race, r=m-ou-se
2022-06-30 Matthias KrügerRollup merge of #97629 - guswynn:exclusive_struct,...
2022-06-30 borsAuto merge of #98377 - davidv1992:add-lifetimes-to...
2022-06-30 Philipp KronesMerge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f...
2022-06-29 Matthias KrügerRollup merge of #98668 - TaKO8Ki:avoid-many-&str-to...
2022-06-29 Matthias KrügerRollup merge of #98434 - dpaoliello:staticcrt, r=jyn514
2022-06-29 Dylan DPCRollup merge of #98625 - RalfJung:retag, r=oli-obk
2022-06-29 Dylan DPCRollup merge of #98607 - compiler-errors:tuple-wrap...
2022-06-29 Dylan DPCRollup merge of #98554 - DrMeepster:box_unsizing_is_not...
2022-06-29 Dylan DPCRollup merge of #98516 - dlrobertson:uefi_va_list,...
2022-06-29 Dylan DPCRollup merge of #98499 - JulianKnodt:erase_lifetime...
2022-06-29 Dylan DPCRollup merge of #98479 - leocth:atomic-bool-fetch-not...
2022-06-29 borsAuto merge of #98558 - nnethercote:smallvec-1.8.1,...
2022-06-29 Dylan DPCRollup merge of #98549 - RalfJung:interpret-stacktraces...
2022-06-29 Dylan DPCRollup merge of #98525 - JohnTitor:issue-79224, r=compi...
2022-06-29 Dylan DPCRollup merge of #97786 - ferrocene:pa-fix-simulate...
2022-06-29 Dylan DPCRollup merge of #97542 - compiler-errors:arg-mismatch...
2022-06-29 Dylan DPCRollup merge of #97423 - m-ou-se:memory-ordering-intrin...
2022-06-29 borsAuto merge of #98542 - jackh726:coinductive-wf, r=oli-obk
2022-06-29 borsAuto merge of #98376 - nnethercote:improve-derive-Parti...
2022-06-28 borsAuto merge of #98475 - notriddle:notriddle/index-fn...
2022-06-28 Matthias KrügerRollup merge of #98619 - Mark-Simulacrum:fix-triagebot...
2022-06-28 Matthias KrügerRollup merge of #98617 - ChrisDenton:const-unwrap,...
2022-06-28 Matthias KrügerRollup merge of #98611 - GuillaumeGomez:rustdoc-json...
next