]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_transform
Auto merge of #93873 - Stovent:big-ints, r=m-ou-se
[rust.git] / compiler / rustc_mir_transform /
2022-09-09 borsAuto merge of #93873 - Stovent:big-ints, r=m-ou-se
2022-09-08 Michael GouletRollup merge of #101530 - krasimirgg:llvm-16-up, r...
2022-09-08 Michael GouletRollup merge of #101499 - spastorino:add-lowering-arena...
2022-09-08 Michael GouletRollup merge of #101423 - mkroening:hermit-warnings...
2022-09-08 borsAuto merge of #101437 - compiler-errors:erase-normalize...
2022-09-08 Dylan DPCRollup merge of #101545 - TaKO8Ki:remove-unnecessary...
2022-09-08 Dylan DPCRollup merge of #101515 - chenyukang:fix-101477, r...
2022-09-08 Dylan DPCRollup merge of #101501 - Jarcho:tcx_lint_passes, r...
2022-09-08 Dylan DPCRollup merge of #101496 - spastorino:lower_lifetime_bin...
2022-09-08 Dylan DPCRollup merge of #101549 - eholk:type-ir-derive-hashstab...
2022-09-08 Dylan DPCRollup merge of #101498 - petrochenkov:visparam, r...
2022-09-08 Dylan DPCRollup merge of #101455 - thomcc:why-is-this-here,...
2022-09-08 Dylan DPCRollup merge of #101422 - mkroening:hermit-file-time...
2022-09-08 Dylan DPCRollup merge of #101399 - cjgillot:borrowck-binding...
2022-09-08 Dylan DPCRollup merge of #101153 - IntQuant:issue-100717-infer...
2022-09-08 borsAuto merge of #101504 - lqd:rust-lld-fix, r=petrochenkov
2022-09-08 borsAuto merge of #101303 - jyn514:jnelson/handle-cycle...
2022-09-07 borsAuto merge of #94075 - mikebenfield:wip-enum, r=oli-obk
2022-09-07 borsAuto merge of #101544 - matthiaskrgr:rollup-4urx917...
2022-09-07 Matthias KrügerRollup merge of #101538 - notriddle:notriddle/content...
2022-09-07 Matthias KrügerRollup merge of #101536 - GuillaumeGomez:is_doc_comment...
2022-09-07 Matthias KrügerRollup merge of #101535 - est31:tidy_error_fix, r=Mark...
2022-09-07 Matthias KrügerRollup merge of #101534 - rust-lang:notriddle/rustdoc...
2022-09-07 Matthias KrügerRollup merge of #101525 - eltociear:patch-16, r=cjgillot
2022-09-07 Matthias KrügerRollup merge of #101521 - aDotInTheVoid:rdj-structkind...
2022-09-07 Matthias KrügerRollup merge of #101507 - notriddle:notriddle/main...
2022-09-07 Matthias KrügerRollup merge of #101506 - notriddle:notriddle/rustdoc...
2022-09-07 Matthias KrügerRollup merge of #101503 - spastorino:add-debug-calls...
2022-09-07 Matthias KrügerRollup merge of #101502 - TaKO8Ki:do-not-suggest-semico...
2022-09-07 Matthias KrügerRollup merge of #101493 - spastorino:borrow-mut-impl...
2022-09-07 Matthias KrügerRollup merge of #101435 - JakobDegen:bitwidth-tests...
2022-09-07 Matthias KrügerRollup merge of #101343 - diminishedprime:patch-3,...
2022-09-07 borsAuto merge of #101476 - ChrisDenton:BCryptRandom-fix...
2022-09-07 borsAuto merge of #101522 - oli-obk:miriup, r=oli-obk
2022-09-07 borsAuto merge of #101432 - nnethercote:shrink-PredicateS...
2022-09-07 Ikko AshimineFix typo in pass_manager.rs
2022-09-07 borsAuto merge of #98332 - oli-obk:assume, r=wesleywiser
2022-09-07 borsAuto merge of #100801 - Kobzol:track-pgo-profile-paths...
2022-09-06 Yuki OkushiRollup merge of #101486 - asquared31415:invalid_repr_li...
2022-09-06 Yuki OkushiRollup merge of #101451 - cjgillot:test-100521, r=TaKO8Ki
2022-09-06 Laurențiu Nicola:arrow_up: rust-analyzer
2022-09-06 Guillaume GomezRollup merge of #101445 - TaKO8Ki:suggest-introducing...
2022-09-06 Guillaume GomezRollup merge of #101434 - JhonnyBillM:replace-session...
2022-09-06 Guillaume GomezRollup merge of #101357 - compiler-errors:variant-sugg...
2022-09-06 borsAuto merge of #100733 - scottmcm:inline-from-from-ident...
2022-09-06 Oli SchererGeneralize the Assume intrinsic statement to a general...
2022-09-06 Oli SchererLower the assume intrinsic to a MIR statement
2022-09-06 Dylan DPCRollup merge of #101412 - WaffleLapkin:improve_std_ptr_...
2022-09-06 Dylan DPCRollup merge of #101287 - Adam-Gleave:doc_bool_then_som...
2022-09-06 Dylan DPCRollup merge of #101021 - MingyuChen1:diagnostic, r...
2022-09-06 borsAuto merge of #101362 - compiler-errors:unnecessary...
2022-09-06 borsAuto merge of #101241 - camsteffen:refactor-binding...
2022-09-05 Yuki OkushiRollup merge of #101447 - cjgillot:no-remap-resolver...
2022-09-05 Yuki OkushiRollup merge of #101426 - beetrees:dup-no-stdio, r...
2022-09-05 Yuki OkushiRollup merge of #101425 - compiler-errors:point-at...
2022-09-05 Yuki OkushiRollup merge of #101418 - rust-lang:revert-99183-proc_m...
2022-09-05 Yuki OkushiRollup merge of #101402 - saethlin:inline-asm-hook...
2022-09-05 Yuki OkushiRollup merge of #99291 - est31:let_else_tests, r=joshtr...
2022-09-05 borsAuto merge of #101228 - nnethercote:simplify-hir-PathSe...
2022-09-05 Dylan DPCRollup merge of #101429 - compiler-errors:issue-101119...
2022-09-05 Dylan DPCRollup merge of #101420 - kraktus:doc_hir_local, r...
2022-09-05 Dylan DPCRollup merge of #101409 - WaffleLapkin:rust_2021_compat...
2022-09-05 Dylan DPCRollup merge of #101391 - matthiaskrgr:perf0309, r...
2022-09-05 Dylan DPCRollup merge of #101367 - compiler-errors:suggest-copie...
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-09-05 borsAuto merge of #101414 - mystor:pm_nested_cross_thread...
2022-09-05 borsAuto merge of #101386 - aDotInTheVoid:rdj-discriminant...
2022-09-05 borsAuto merge of #100759 - fee1-dead-contrib:const_eval_se...
2022-09-04 borsAuto merge of #100576 - joboet:movable_const_remutex...
2022-09-04 Deadbeefremap mir before running optimization passes
2022-09-04 DeadbeefMake `const_eval_select` a real intrinsic
2022-09-04 borsAuto merge of #100726 - jswrenn:transmute, r=oli-obk
2022-09-03 Matthias KrügerRollup merge of #100647 - obeis:issue-99875, r=nagisa
2022-09-03 borsAuto merge of #101154 - RalfJung:validation-perf, r...
2022-09-03 Dylan DPCRollup merge of #101217 - eholk:drop-tracking-73137...
2022-09-03 Dylan DPCRollup merge of #99736 - lopopolo:lopopolo/gh-80996...
2022-09-03 borsAuto merge of #100966 - compiler-errors:revert-remove...
2022-09-02 borsAuto merge of #97802 - Enselic:add-no_ignore_sigkill...
2022-09-02 Matthias KrügerRollup merge of #101215 - est31:rustdoc_version_placeho...
2022-09-02 Matthias KrügerRollup merge of #100200 - petrochenkov:zgccld2, r=lqd...
2022-09-02 Matthias KrügerRollup merge of #100121 - Nilstrieb:mir-validator-param...
2022-09-02 Guillaume GomezRollup merge of #101298 - notriddle:notriddle/rustdoc...
2022-09-02 Guillaume GomezRollup merge of #101166 - GuillaumeGomez:error-index...
2022-09-02 Guillaume GomezRollup merge of #100147 - Bryanskiy:private-in-public...
2022-09-02 Guillaume GomezRollup merge of #99583 - shepmaster:provider-plus-plus...
2022-09-02 Guillaume GomezRollup merge of #97739 - a2aaron:let_underscore, r...
2022-09-02 borsAuto merge of #100935 - cuviper:upgrade-android-ci...
2022-09-02 borsAuto merge of #100395 - Dylan-DPC:rollup-ajrwo1s, r...
2022-09-01 Matthias KrügerRollup merge of #101292 - rust-lang:notriddle/rustdoc...
2022-09-01 Matthias KrügerRollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_n...
2022-09-01 Matthias KrügerRollup merge of #101245 - GuillaumeGomez:remove-unneede...
2022-09-01 Matthias KrügerRollup merge of #101190 - yjhn:patch-1, r=Mark-Simulacrum
2022-09-01 Matthias KrügerRollup merge of #101072 - tmandry:llvm-is-vanilla,...
2022-09-01 Matthias KrügerRollup merge of #100852 - Samyak2:samyak/100459, r...
2022-09-01 Matthias KrügerRollup merge of #94467 - ibraheemdev:master, r=pnkfelix
2022-09-01 borsAuto merge of #98960 - cjgillot:entry-kind, r=estebank
2022-09-01 borsAuto merge of #100606 - cuviper:upgrade-linux-ci, r...
2022-09-01 borsAuto merge of #100958 - mikebenfield:workaround, r...
2022-09-01 borsAuto merge of #100869 - nnethercote:replace-ThinVec...
2022-09-01 borsAuto merge of #100537 - petrochenkov:piccheck, r=oli-obk
next