]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/transform/match_branches.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_mir / transform / match_branches.rs
2020-08-16 Tyler MandryRollup merge of #75485 - RalfJung:pin, r=nagisa
2020-08-16 Tyler MandryRollup merge of #75423 - denisvasilik:intra-doc-links...
2020-08-16 Tyler MandryRollup merge of #75223 - Aaron1011:feature/session...
2020-08-16 Tyler MandryRollup merge of #75177 - JohnTitor:broken-mir-test...
2020-08-16 Tyler MandryRollup merge of #74204 - ayazhafiz:i/74120, r=eddyb
2020-08-16 borsAuto merge of #73176 - LeSeulArtichaut:tyctxtat-err...
2020-08-16 borsAuto merge of #75472 - Mark-Simulacrum:mangling-config...
2020-08-16 borsAuto merge of #75536 - estebank:e0255-suggestion, r...
2020-08-16 borsAuto merge of #75565 - nixphix:docs/vxworks-ext, r...
2020-08-16 borsAuto merge of #75561 - kornelski:stringcol, r=Dylan-DPC
2020-08-16 borsAuto merge of #75553 - denisvasilik:intra-doc-links...
2020-08-16 borsAuto merge of #75541 - camelid:intra-doc-links-for...
2020-08-15 borsAuto merge of #75246 - pickfire:patch-5, r=Amanieu
2020-08-15 borsAuto merge of #75560 - Mark-Simulacrum:rustc-docs,...
2020-08-15 borsAuto merge of #75483 - mati865:mingw-lld-flags, r=petro...
2020-08-15 borsAuto merge of #75537 - tmiasko:match-branch-simplify...
2020-08-15 borsAuto merge of #74576 - myfreeweb:freebsd-sanitizers...
2020-08-15 borsAuto merge of #75518 - davidtwco:issue-75326-polymorphi...
2020-08-15 borsAuto merge of #75488 - ssomers:btree_revert_75257,...
2020-08-15 Tyler MandryRollup merge of #75513 - estebank:confused-parser,...
2020-08-15 Tyler MandryRollup merge of #75448 - lcnr:rn-as_local_hir_id, r...
2020-08-15 Tyler MandryRollup merge of #75376 - tmiasko:cmake-system-name...
2020-08-14 Tomasz MiąskoMatchBranchSimplification: avoid intermediate vec alloc...
2020-08-15 Tomasz MiąskoMatchBranchSimplification: fix equal const bool assignments
2020-08-14 Tyler MandryRollup merge of #75511 - estebank:elide-trait-object...
2020-08-14 Tyler MandryRollup merge of #75509 - estebank:coming-merrily-from...
2020-08-14 Tyler MandryRollup merge of #75501 - poliorcetics:intra-links-std...
2020-08-14 Tyler MandryRollup merge of #75482 - GuillaumeGomez:cleanup-e0752...
2020-08-14 Tyler MandryRollup merge of #75432 - camelid:intra-doc-links-for...
2020-08-14 Tyler MandryRollup merge of #75195 - ssomers:btree_split_up_into_kv...
2020-08-14 Tyler MandryRollup merge of #74409 - LukasKalbertodt:improve-debug...
2020-08-14 Tyler MandryRollup merge of #74185 - pickfire:liballoc-iter-doc...
2020-08-14 Tyler MandryRollup merge of #74062 - poliorcetics:unsafe-in-unsafe...
2020-08-14 Tomasz MiąskoMatchBranchSimplification: copy discriminant instead...
2020-08-14 Tomasz MiąskoMatchBranchSimplification: optimize when switching...
2020-08-14 borsAuto merge of #75416 - richkadel:llvm-coverage-map...
2020-08-14 borsAuto merge of #75157 - rodrimati1992:patch-1, r=oli-obk
2020-08-14 borsAuto merge of #74777 - ssomers:btree_cleanup_7, r=Mark...
2020-08-14 borsAuto merge of #75503 - JulianKnodt:opt_opt, r=oli-obk
2020-08-14 borsAuto merge of #73383 - ecstatic-morse:test-unoptimized...
2020-08-14 kadminAdd fix
2020-08-14 Tyler MandryRollup merge of #75500 - glandium:arm64-mac-zlib, r...
2020-08-14 Tyler MandryRollup merge of #75496 - spastorino:prioritization...
2020-08-14 Tyler MandryRollup merge of #75479 - matthiaskrgr:package_docs...
2020-08-14 Tyler MandryRollup merge of #75477 - RalfJung:fn-ptrs, r=Mark-Simul...
2020-08-14 Tyler MandryRollup merge of #75471 - richkadel:llvm-program-name...
2020-08-14 Tyler MandryRollup merge of #75467 - rubenrua:rubenrua-patch-E0477...
2020-08-14 Tyler MandryRollup merge of #75462 - Mark-Simulacrum:clean-queries...
2020-08-14 Tyler MandryRollup merge of #75459 - RalfJung:local-info, r=oli-obk
2020-08-14 Tyler MandryRollup merge of #75452 - michaelwoerister:sp-cache...
2020-08-14 Tyler MandryRollup merge of #75417 - npmccallum:naked, r=matthewjasper
2020-08-14 Tyler MandryRollup merge of #75319 - estebank:format-ice, r=eddyb
2020-08-14 Tyler MandryRollup merge of #74650 - estebank:ambiguous-expr-binop...
2020-08-13 borsAuto merge of #75105 - ssomers:btree_respect_min_len_ha...
2020-08-13 borsAuto merge of #75382 - JulianKnodt:match_branches,...
2020-08-13 kadminbless diff
2020-08-13 kadminUpdate to pick Eq or Ne
2020-08-13 kadminUpdate w/ comments from oli
2020-08-13 kadminFirst iteration of simplify match branches