]> git.lizzy.rs Git - rust.git/history - compiler/rustc_hir_analysis/src/check/wfcheck.rs
Rollup merge of #102857 - saethlin:derived-enum-hash-test, r=Mark-Simulacrum
[rust.git] / compiler / rustc_hir_analysis / src / check / wfcheck.rs
2022-10-08 Matthias KrügerRollup merge of #102785 - fee1-dead-contrib:rm_autoimpl...
2022-10-08 Matthias KrügerRollup merge of #102778 - nbdd0121:mir, r=tmiasko
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-08 Matthias KrügerRollup merge of #101520 - oli-obk:transmute_lifetimes...
2022-10-08 borsAuto merge of #100720 - camsteffen:representable, r...
2022-10-08 borsAuto merge of #99505 - joboet:futex_once, r=thomcc
2022-10-07 borsAuto merge of #102091 - RalfJung:const_err, r=oli-obk
2022-10-07 borsAuto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r...
2022-10-07 Dylan DPCRollup merge of #102475 - RalfJung:unsafe, r=dtolnay
2022-10-07 Dylan DPCRollup merge of #102300 - scottmcm:simpler-fold-closure...
2022-10-07 borsAuto merge of #101632 - camsteffen:refactor-infer-err...
2022-10-07 Cameron SteffenChange InferCtxtBuilder from enter to build
2022-10-07 Cameron SteffenRemove TypeckResults from InferCtxt
2022-10-07 Cameron SteffenIntroduce TypeErrCtxt
2022-10-07 borsAuto merge of #102025 - chenyukang:fix-102002, r=jyn514
2022-10-06 Philipp KronesMerge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766...
2022-10-06 Matthias KrügerRollup merge of #102725 - nnethercote:rm-Z-time, r...
2022-10-06 Matthias KrügerRollup merge of #98496 - BoxyUwU:instancers_bad_equalit...
2022-10-06 borsAuto merge of #99497 - vladimir-ea:stdlib_os_api_watcho...
2022-10-06 borsAuto merge of #102707 - fmease:rustdoc-render-more...
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-10-06 Matthias KrügerRollup merge of #102708 - TaKO8Ki:improve-eqeq-suggesti...
2022-10-06 borsAuto merge of #99324 - reez12g:issue-99144, r=jyn514
2022-10-06 borsAuto merge of #102573 - RalfJung:mirisync, r=oli-obk
2022-10-05 borsAuto merge of #102394 - dingxiangfei2009:issue-102317...
2022-10-05 borsAuto merge of #102438 - andrewpollack:add-target-rustc...
2022-10-05 Dylan DPCRollup merge of #102699 - GuillaumeGomez:fix-hamburger...
2022-10-05 Dylan DPCRollup merge of #102440 - sunfishcode:sunfishcode/wasm...
2022-10-05 Dylan DPCRollup merge of #101061 - RalfJung:panic-on-uninit...
2022-10-05 borsAuto merge of #98736 - alex:lipo-magic, r=bjorn3
2022-10-05 Michael HowellRollup merge of #102686 - cuviper:rls-tool_std, r=jyn514
2022-10-05 Michael HowellRollup merge of #102670 - lyming2007:issue-101866-fix...
2022-10-05 Michael HowellRollup merge of #102662 - notriddle:notriddle/code...
2022-10-05 Michael HowellRollup merge of #102650 - Rageking8:slightly-improve...
2022-10-05 Michael HowellRollup merge of #102574 - aDotInTheVoid:const_collectio...
2022-10-04 borsAuto merge of #101768 - sunfishcode:sunfishcode/wasi...
2022-10-04 borsAuto merge of #102666 - matthiaskrgr:rollup-tuge18t...
2022-10-04 Matthias KrügerRollup merge of #102653 - lcnr:delay_span_bug, r=fee1...
2022-10-04 Matthias KrügerRollup merge of #102651 - oli-obk:non_region_things...
2022-10-04 Matthias KrügerRollup merge of #102488 - compiler-errors:gat-compatibi...
2022-10-04 Matthias KrügerRollup merge of #102241 - jyn514:manifest-json-docs...
2022-10-04 Oli SchererIt's not about types or consts, but the lack of regions
2022-10-04 Dylan DPCRollup merge of #101642 - SkiFire13:fix-inplace-collect...
2022-10-04 Dylan DPCRollup merge of #101189 - daxpedda:ready-into-inner...
2022-10-04 borsAuto merge of #99099 - Stargateur:phantomdata_debug...
2022-10-03 Matthias KrügerRollup merge of #101308 - nerdypepper:feature/is-ascii...
2022-10-03 Matthias KrügerRollup merge of #101040 - danielhenrymantilla:no-bounds...
2022-10-03 Matthias KrügerRollup merge of #100470 - reitermarkus:patch-1, r=josht...
2022-10-03 Matthias KrügerRollup merge of #99460 - JanBeh:PR_asref_asmut_docs...
2022-10-03 Matthias KrügerRollup merge of #99216 - duarten:master, r=joshtriplett
2022-10-03 Matthias KrügerRollup merge of #98218 - kpreid:nostdarc, r=joshtriplett
2022-10-03 Matthias KrügerRollup merge of #102439 - fmease:rustdoc-simplify-cross...
2022-10-02 borsAuto merge of #102305 - flba-eb:remove_exclude_list...
2022-10-02 borsAuto merge of #100557 - dawnofmidnight:tarball-commit...
2022-10-02 Dylan DPCRollup merge of #102098 - xfix:weak-upgrade-fetch-updat...
2022-10-02 Dylan DPCRollup merge of #100451 - hovinen:no-panic-on-result...
2022-10-02 borsAuto merge of #102535 - scottmcm:optimize-split-at...
2022-10-02 Matthias KrügerRollup merge of #102353 - bjorn3:allow_rustix_use_libc...
2022-10-02 Matthias KrügerRollup merge of #102313 - anirudh24seven:update_sleep_m...
2022-10-02 Matthias KrügerRollup merge of #102195 - wesleywiser:copyright2, r...
2022-10-01 borsAuto merge of #102193 - ferrocene:pa-remote-test-server...
2022-10-01 borsAuto merge of #101969 - reez12g:issue-101306, r=reez12g
2022-09-30 Matthias KrügerRollup merge of #101075 - ellishg:rustc_codegen_gcc_dia...
2022-09-30 borsAuto merge of #102164 - compiler-errors:rpitit-foreign...
2022-09-30 borsAuto merge of #102304 - lcnr:coherence-cleanup, r=compi...
2022-09-29 Michael HowellRollup merge of #102468 - RalfJung:tidy, r=jyn514
2022-09-29 Michael HowellRollup merge of #102214 - cassaundra:fix-format-args...
2022-09-29 borsAuto merge of #101893 - oli-obk:lift_derive, r=lcnr
2022-09-29 Dylan DPCRollup merge of #102342 - jmillikin:nonzero-negation...
2022-09-29 borsAuto merge of #102328 - cuviper:ibm-stack-probes, r...
2022-09-29 Yuki OkushiRollup merge of #102433 - RalfJung:temp-dir-typo, r...
2022-09-29 Yuki OkushiRollup merge of #102085 - chenyukang:code-refactor...
2022-09-29 Yuki OkushiRollup merge of #98368 - sunfishcode:sunfishcode/std...
2022-09-29 borsAuto merge of #101833 - jyn514:cross-compile-compiler...
2022-09-28 borsAuto merge of #102302 - nnethercote:more-lexer-improvem...
2022-09-28 Yuki OkushiRollup merge of #102348 - nnethercote:tweak-FulfillProc...
2022-09-28 Yuki OkushiRollup merge of #102347 - nnethercote:unescaping-cleanu...
2022-09-28 Yuki OkushiRollup merge of #102232 - Urgau:stabilize-bench_black_b...
2022-09-28 Yuki OkushiRollup merge of #100747 - MatthewPeterKelly:mpk/add...
2022-09-28 borsAuto merge of #100996 - m-ou-se:format-args-2, r=estebank
2022-09-27 Matthias KrügerRollup merge of #102356 - davidtwco:translation-bootstr...
2022-09-27 Matthias KrügerRollup merge of #102337 - cuviper:llvm-optional-bool...
2022-09-27 Matthias KrügerRollup merge of #102330 - notriddle:notriddle/srclink...
2022-09-27 Matthias KrügerRollup merge of #102284 - compiler-errors:missing-type...
2022-09-27 Matthias KrügerRollup merge of #102281 - RalfJung:invalid-enums, r...
2022-09-27 Matthias KrügerRollup merge of #101555 - jhpratt:stabilize-mixed_integ...
2022-09-27 borsAuto merge of #102306 - lcnr:rustc_hir_analysis, r...
2022-09-27 lcnrrustc_typeck to rustc_hir_analysis