]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_transform
Rollup merge of #98501 - Enselic:err_if_attr_found, r=compiler-errors
[rust.git] / compiler / rustc_mir_transform /
2022-07-04 Matthias KrügerRollup merge of #98501 - Enselic:err_if_attr_found...
2022-07-04 borsAuto merge of #98446 - nnethercote:derive-no-match...
2022-07-03 Ralf JungRollup merge of #98799 - jyn514:rustdoc-lint-help,...
2022-07-03 Ralf JungRollup merge of #98773 - notriddle:notriddle/source...
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 #98755 - nnethercote:faster-vec-insert...
2022-07-03 borsAuto merge of #98673 - pietroalbini:pa-bootstrap-update...
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 Ralf JungRollup merge of #98805 - ChrisDenton:rel-notes, r=Dylan-DPC
2022-07-02 Ralf JungRollup merge of #98753 - jyn514:dist-rust-dev, r=Mark...
2022-07-02 Ralf JungRollup merge of #98715 - matthiaskrgr:test_97047, r...
2022-07-02 Ralf JungRollup merge of #98701 - TaKO8Ki:add-regression-test...
2022-07-02 borsAuto merge of #97585 - lqd:const-alloc-intern, r=RalfJung
2022-07-02 borsAuto merge of #97235 - nbdd0121:unwind, r=Amanieu
2022-07-02 borsAuto merge of #91743 - cjgillot:enable_mir_inlining_inl...
2022-07-02 borsAuto merge of #98802 - Dylan-DPC:rollup-u6mwx27, r...
2022-07-02 Dylan DPCRollup merge of #98783 - RalfJung:jumpscares, r=fee1...
2022-07-02 Dylan DPCRollup merge of #98766 - lcnr:mir-visit-pass_by_value...
2022-07-02 Dylan DPCRollup merge of #98653 - TaKO8Ki:add-regression-test...
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 #98644 - matthiaskrgr:drp_loc_span_err_...
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 lcnrcleanup mir visitor for `rustc::pass_by_value`
2022-07-01 Matthias KrügerRollup merge of #98640 - cuviper:stable-rust-analyzer...
2022-07-01 Matthias KrügerRollup merge of #98610 - lcnr:emit_inference_failure_er...
2022-06-30 Camille GILLOTAllow inlining `#[inline]` functions.
2022-06-30 Wesley WiserTest enabling MIR inliner
2022-06-30 Camille GILLOTDo not error on the param_env during inlining.
2022-06-30 Camille GILLOTSkip inlining if there are normalization issues.
2022-06-30 Camille GILLOTDo not ICE when failing to resolve.
2022-06-30 Camille GILLOTCheck history earlier.
2022-06-30 Matthias KrügerRollup merge of #98709 - GuillaumeGomez:rm-decl-for...
2022-06-30 Matthias KrügerRollup merge of #98695 - tshepang:or-pattern, r=compile...
2022-06-30 Matthias KrügerRollup merge of #98688 - RalfJung:from-mplace, r=oli-obk
2022-06-30 Matthias KrügerRollup merge of #98677 - lyming2007:issue-98492-fix...
2022-06-30 Matthias KrügerRollup merge of #98671 - GuillaumeGomez:source-sidebar...
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-30 borsAuto merge of #98649 - RalfJung:guardians-of-mir, r...
2022-06-29 Matthias KrügerRollup merge of #98681 - Enselic:rustdoc-json-default...
2022-06-29 Matthias KrügerRollup merge of #96727 - oli-obk:no_expect, r=lcnr
2022-06-29 borsAuto merge of #98520 - RalfJung:invalid, r=compiler...
2022-06-29 Matthias KrügerRollup merge of #98668 - TaKO8Ki:avoid-many-&str-to...
2022-06-29 Matthias KrügerRollup merge of #98665 - ChrisDenton:deprecated-suggest...
2022-06-29 Matthias KrügerRollup merge of #98660 - eddyb:invalid-punct-stage1...
2022-06-29 Matthias KrügerRollup merge of #98652 - ojeda:warning-free-no_global_o...
2022-06-29 Matthias KrügerRollup merge of #98647 - ehuss:update-cargo, r=ehuss
2022-06-29 Matthias KrügerRollup merge of #98646 - notriddle:notriddle/main.js...
2022-06-29 Matthias KrügerRollup merge of #98643 - voidc:valtree-ref-pretty,...
2022-06-29 Matthias KrügerRollup merge of #98642 - yanchen4791:issue-98260-fix...
2022-06-29 Matthias KrügerRollup merge of #98636 - ehuss:mentions-wrapping, r...
2022-06-29 Matthias KrügerRollup merge of #98434 - dpaoliello:staticcrt, r=jyn514
2022-06-29 borsAuto merge of #98669 - Dylan-DPC:rollup-8uzhcip, r...
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 Dylan DPCRollup merge of #98415 - compiler-errors:rustc-borrowck...
2022-06-29 borsAuto merge of #98558 - nnethercote:smallvec-1.8.1,...
2022-06-29 Dylan DPCRollup merge of #97786 - ferrocene:pa-fix-simulate...
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-28 Matthias KrügerRollup merge of #98609 - TaKO8Ki:fix-ice-for-associated...
2022-06-28 Ralf Jungemit Retag for compound types with reference fields
2022-06-28 Dylan DPCRollup merge of #98337 - c410-f3r:assert-compiler,...
2022-06-28 Dylan DPCRollup merge of #98261 - WaffleLapkin:attempt_to_remove...
2022-06-28 borsAuto merge of #98324 - conradludgate:write-vectored...
2022-06-28 borsAuto merge of #98222 - cjgillot:single-wf, r=michaelwoe...
2022-06-27 Matthias KrügerRollup merge of #97780 - compiler-errors:field-wfcheck...
2022-06-27 Matthias KrügerRollup merge of #97389 - m-ou-se:memory-ordering-diagno...
2022-06-27 borsAuto merge of #98285 - nikic:update-llvm-5, r=cuviper
2022-06-27 borsAuto merge of #98221 - cjgillot:single-coh, r=lcnr
2022-06-26 Nicholas NethercoteUpdate `smallvec` to 1.8.1.
2022-06-26 Matthias KrügerRollup merge of #98538 - TaKO8Ki:add-test-for-issue...
2022-06-26 Matthias KrügerRollup merge of #97908 - iago-lito:stabilize_nonzero_ch...
2022-06-26 Matthias KrügerRollup merge of #97140 - joboet:solid_parker, r=m-ou-se
2022-06-26 Yuki OkushiRollup merge of #98385 - m-ou-se:llvm-12-memory-order...
2022-06-25 Matthias KrügerRollup merge of #98429 - b-naber:use-correct-substs...
2022-06-25 Matthias KrügerRollup merge of #98298 - TaKO8Ki:point-to-type-param...
2022-06-25 Matthias KrügerRollup merge of #98194 - m-ou-se:leak-locked-pthread...
2022-06-25 Matthias KrügerRollup merge of #98126 - fortanix:raoul/mitigate_stale_...
2022-06-25 Matthias KrügerRollup merge of #96412 - ChrisDenton:remove-dir-all...
2022-06-25 borsAuto merge of #96820 - r-raymond:master, r=cuviper
2022-06-25 borsAuto merge of #93700 - rossmacarthur:ft/iter-next-chunk...
2022-06-24 Yuki OkushiRollup merge of #98394 - Enselic:fixup-rustc_main-renam...
2022-06-24 Yuki OkushiRollup merge of #98214 - petrochenkov:islike, r=compile...
2022-06-24 Yuki OkushiRollup merge of #97633 - mkroening:object-osabi, r...
2022-06-24 Yuki OkushiRollup merge of #91264 - GuillaumeGomez:macro-jump...
next