]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir/src/transform/uninhabited_enum_branching.rs
Refactor how SwitchInt stores jump targets
[rust.git] / compiler / rustc_mir / src / transform / uninhabited_enum_branching.rs
2020-10-10 Jonas SchievinkRefactor how SwitchInt stores jump targets
2020-10-10 borsAuto merge of #77580 - petrochenkov:norestarg, r=matthe...
2020-10-09 borsAuto merge of #77609 - ortem:fix-lldb-commands, r=Mark...
2020-10-09 borsAuto merge of #77690 - est31:llvm_8_required, r=matthew...
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 borsAuto merge of #77687 - est31:hash_shorter_path, r=davidtwco
2020-10-09 borsAuto merge of #77627 - richkadel:rust-demangler, r...
2020-10-09 borsAuto merge of #77578 - euclio:max-suggestion, r=davidtwco
2020-10-09 borsAuto merge of #77519 - jyn514:track-doc-er, r=Guillaume...
2020-10-09 borsAuto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink
2020-10-08 Jonas SchievinkRollup merge of #77673 - heckad:patch-2, r=lcnr
2020-10-08 Jonas SchievinkRollup merge of #77663 - HeroicKatora:regression-tests...
2020-10-08 Jonas SchievinkRollup merge of #77660 - nilslice:patch-1, r=jyn514
2020-10-08 Jonas SchievinkRollup merge of #77449 - ssomers:btree_drain_filter_siz...
2020-10-08 Jonas SchievinkRollup merge of #76750 - camelid:dont-discourage-core...
2020-10-08 borsAuto merge of #77346 - Caduser2020:master, r=Mark-Simul...
2020-10-08 borsAuto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum
2020-10-08 borsAuto merge of #77581 - ecstatic-morse:dataflow-dump...
2020-10-08 borsAuto merge of #77682 - Mark-Simulacrum:bump-stage0...
2020-10-08 borsAuto merge of #77644 - GuillaumeGomez:fix-tooltip-text...
2020-10-08 borsAuto merge of #77631 - jyn514:helpful-changelog, r...
2020-10-08 borsAuto merge of #77683 - jyn514:git-hook, r=Mark-Simulacrum
2020-10-08 borsAuto merge of #75470 - estebank:bare-type-expr, r=davidtwco
2020-10-07 borsAuto merge of #77597 - simonvandel:uninhabited-hashset...
2020-10-07 borsAuto merge of #76985 - hbina:clone_check, r=estebank
2020-10-07 Simon Vandel Sillesenperf: UninhabitedEnumBranching void n^2
2020-10-07 borsAuto merge of #77341 - davidtwco:issue-73427-you-might...
2020-10-07 borsAuto merge of #77119 - GuillaumeGomez:unclosed-html...
2020-10-07 borsAuto merge of #74194 - mbrubeck:slice-eq, r=sfackler
2020-10-06 Dylan DPCRollup merge of #77605 - da-x:fix-rustc-def-path, r...
2020-10-06 borsAuto merge of #77594 - timvermeulen:chain_advance_by...
2020-10-06 Yuki OkushiRollup merge of #77559 - camelid:fix-rustdoc-warnings...
2020-10-06 Yuki OkushiRollup merge of #77534 - Mark-Simulacrum:issue-70819...
2020-10-06 Yuki OkushiRollup merge of #77528 - tamird:avoid-cast-net-parser...
2020-10-06 Yuki OkushiRollup merge of #77228 - GuillaumeGomez:maybeuninit...
2020-10-06 Yuki OkushiRollup merge of #76995 - LingMan:middle_matches, r...
2020-10-06 Yuki OkushiRollup merge of #76855 - jyn514:platform-specific,...
2020-10-06 Yuki OkushiRollup merge of #76388 - poliorcetics:system-time-docum...
2020-10-05 Cassandra FridkinMerge branch 'master' into hooks
2020-10-05 borsAuto merge of #77171 - VFLashM:better_sso_structures...
2020-10-05 borsAuto merge of #77543 - Mark-Simulacrum:rsp-quoting...
2020-10-05 borsAuto merge of #77466 - Aaron1011:reland-drop-tree,...
2020-10-05 Dylan DPCRollup merge of #77514 - scottmcm:less-once-chain-once...
2020-10-05 Dylan DPCRollup merge of #77512 - ecstatic-morse:const-checking...
2020-10-05 Dylan DPCRollup merge of #77471 - ssomers:btree_cleanup_3, r...
2020-10-05 Dylan DPCRollup merge of #77439 - varkor:min_const_generics...
2020-10-05 Dylan DPCRollup merge of #77426 - tamird:sockaddr-scope-id,...
2020-10-05 Dylan DPCRollup merge of #77407 - pietroalbini:less-build-manife...
2020-10-05 Dylan DPCRollup merge of #77395 - ssomers:btree_love_the_leaf_ed...
2020-10-05 Dylan DPCRollup merge of #77219 - mightyiam:issue_77100, r=jyn514
2020-10-05 Dylan DPCRollup merge of #76329 - GuillaumeGomez:doc-alias-crate...
2020-10-05 Dylan DPCRollup merge of #75928 - JulianKnodt:non_utf8, r=estebank
2020-10-05 Dylan DPCRollup merge of #75853 - LeSeulArtichaut:core-intra...
2020-10-04 borsAuto merge of #77023 - HeroicKatora:len-missed-optimiza...
2020-10-04 borsAuto merge of #77430 - ecstatic-morse:mir-source-in...
2020-10-04 Dylan MacKenzieRemember the `MirSource` for each `Body`
2020-10-02 Jonas SchievinkRollup merge of #75377 - canova:map_debug_impl, r=dtolnay
2020-09-26 Ralf JungRollup merge of #75454 - ltratt:option_optimisation_gua...
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-22 borsAuto merge of #76110 - FedericoPonzi:convert-openoption...
2020-09-22 ecstatic-morseRollup merge of #76275 - FedericoPonzi:immutable-write...
2020-09-22 ecstatic-morseRollup merge of #72734 - pickfire:liballoc, r=KodrAus
2020-09-21 borsAuto merge of #75974 - SkiFire13:peekmut-opt-sift,...
2020-09-19 Ralf JungRollup merge of #73963 - hellow554:unsafe_path, r=Mark...
2020-09-16 Ralf JungRollup merge of #76062 - pickfire:patch-13, r=jyn514
2020-09-16 Ralf JungRollup merge of #76056 - pickfire:patch-10, r=jyn514
2020-09-15 Dylan DPCRollup merge of #75882 - pickfire:patch-6, r=jyn514
2020-09-15 Dylan DPCRollup merge of #73955 - hellow554:unsafe_process,...
2020-09-12 borsAuto merge of #74328 - yoshuawuyts:stabilize-future...
2020-09-11 borsAuto merge of #73951 - pickfire:liballoc-intoiter,...
2020-09-10 flip1995Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f...
2020-09-05 borsAuto merge of #75428 - the8472:fix-copy-eopnotsupp...
2020-09-05 Dylan DPCRollup merge of #76082 - jyn514:top-level-links, r...
2020-09-05 Dylan DPCRollup merge of #76060 - pickfire:patch-12, r=jyn514
2020-09-05 Dylan DPCRollup merge of #75994 - mental32:impl-rc-new-cyclic...
2020-09-05 Dylan DPCRollup merge of #75954 - ArekPiekarz:unstable_book_ffi_...
2020-09-05 Dylan DPCRollup merge of #75695 - JohnTitor:regression-test...
2020-09-04 borsAuto merge of #75200 - ssomers:btree_valmut, r=Mark...
2020-09-04 borsAuto merge of #75655 - nielx:fix/haiku-llvm-libz, r...
2020-09-04 borsAuto merge of #75207 - dylni:add-slice-check-range...
2020-09-03 borsAuto merge of #73819 - euclio:rustdoc-summaries, r...
2020-09-03 borsAuto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in...
2020-09-03 Dylan DPCRollup merge of #76238 - denisvasilik:intra-doc-links...
2020-09-02 borsAuto merge of #75960 - camelid:patch-6, r=jyn514
2020-09-02 Tyler MandryRollup merge of #76207 - denisvasilik:intra-doc-links...
2020-09-02 Tyler MandryRollup merge of #76201 - denisvasilik:intra-doc-links...
2020-09-02 Tyler MandryRollup merge of #76099 - camelid:patch-8, r=jyn514
2020-09-02 Tyler MandryRollup merge of #76088 - hbina:add_example, r=LukasKalb...
2020-09-02 Tyler MandryRollup merge of #74880 - chrisduerr:fix_matches, r...
2020-09-01 Jon GjengsetMerge branch 'master' into stabilize-vecdeque-make_cont...
2020-09-01 borsAuto merge of #76071 - khyperia:configurable_to_immedia...
2020-09-01 borsAuto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung
2020-09-01 Tyler MandryRollup merge of #75945 - pickfire:patch-7, r=jyn514
2020-08-31 borsAuto merge of #75936 - sdroege:chunks-exact-constructio...
2020-08-31 Aleksey KladovRollup merge of #75938 - Amjad50:min_const_generics...
2020-08-31 Aleksey KladovRollup merge of #76069 - pickfire:patch-16, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76058 - pickfire:patch-11, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76055 - pickfire:patch-9, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76052 - aszenz:GH-66816_removes_disabl...
2020-08-31 Aleksey KladovRollup merge of #76033 - camelid:patch-7, r=Dylan-DPC
next