]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_transform/src
Expand upon comment regarding self-assignment
[rust.git] / compiler / rustc_mir_transform / src /
2022-11-12 Jannis Christopher... Expand upon comment regarding self-assignment
2022-11-12 Jannis Christopher... Require -Zmir-opt-level >= 3 for now
2022-11-12 Jannis Christopher... Add comment for guessed constants
2022-11-10 Jannis Christopher... Simplify creation of map
2022-11-09 Jannis Christopher... Fix struct field tracking and add tests for it
2022-11-09 Jannis Christopher... Completely remove tracking of references for now
2022-11-07 Jannis Christopher... Limit number of basic blocks and tracked places to...
2022-11-07 Jannis Christopher... Use new cast methods
2022-11-07 Jannis Christopher... Limit number of tracked places, and some other perf...
2022-11-07 Jannis Christopher... Move HasTop and HasBottom into lattice.rs
2022-11-07 Jannis Christopher... Small documentation changes
2022-11-07 Jannis Christopher... Use ParamEnv consistently
2022-11-07 Jannis Christopher... Prevent propagation of overflow if overflow occured
2022-11-07 Jannis Christopher... Fix unimplemented binary_ptr_op
2022-11-07 Jannis Christopher... Improve documentation, plus some small changes
2022-11-07 Jannis Christopher... Make overflow handling more precise
2022-11-07 Jannis Christopher... Make overflow flag propagation conditional
2022-11-07 Jannis Christopher... Fix rebased CastKind
2022-11-07 Jannis Christopher... Use the same is_enabled as the current const prop
2022-11-07 Jannis Christopher... Prevent registration inside references if target is...
2022-11-07 Jannis Christopher... Remove `Unknown` state in favor of `Value(Top)`
2022-11-07 Jannis Christopher... Track Scalar instead of ScalarInt for const prop
2022-11-07 Jannis Christopher... Add tracking of unreachability
2022-11-07 Jannis Christopher... Ignore terminators explicitly
2022-11-07 Jannis Christopher... Flood with bottom instead of top for unreachable branches
2022-11-07 Jannis Christopher... Move handling of references and simplify flooding
2022-11-07 Jannis Christopher... Add initial version of value analysis and dataflow...
2022-11-07 Yuki OkushiRollup merge of #104045 - Ayush1325:type_array, r=nikic
2022-11-07 Yuki OkushiRollup merge of #103914 - nnethercote:close-42326,...
2022-11-07 Yuki OkushiRollup merge of #103885 - fmease:rustdoc-various-cross...
2022-11-06 borsAuto merge of #99943 - compiler-errors:tuple-trait...
2022-11-06 borsAuto merge of #103861 - compiler-errors:codegen-select...
2022-11-06 borsAuto merge of #103720 - crlf0710:most_translation_attr...
2022-11-06 Matthias KrügerRollup merge of #104035 - m-ou-se:weird-expr-closure...
2022-11-06 Matthias KrügerRollup merge of #104016 - Nilstrieb:query-descs-more...
2022-11-06 Matthias KrügerRollup merge of #104014 - GuillaumeGomez:run-button...
2022-11-06 Matthias KrügerRollup merge of #104002 - RalfJung:unsafecell-new,...
2022-11-06 Matthias KrügerRollup merge of #103990 - notriddle:notriddle/logo...
2022-11-06 Matthias KrügerRollup merge of #103851 - viandoxdev:103816_bootstrap_f...
2022-11-06 Matthias KrügerRollup merge of #103012 - chenyukang:fix-102806, r...
2022-11-06 borsAuto merge of #102618 - aliemjay:simplify-closure-promo...
2022-11-06 borsAuto merge of #103975 - oli-obk:tracing, r=jackh726
2022-11-05 borsAuto merge of #102458 - JohnTitor:stabilize-instruction...
2022-11-05 Matthias KrügerRollup merge of #103972 - oli-obk:unoptional, r=fee1...
2022-11-05 Matthias KrügerRollup merge of #103927 - fee1-dead-contrib:E0425-no...
2022-11-05 Matthias KrügerRollup merge of #103920 - ferrocene:pa-maybe-open-in...
2022-11-05 Matthias KrügerRollup merge of #101702 - jsha:static-files2, r=notridd...
2022-11-05 borsAuto merge of #103831 - chenyukang:yukang/fix-103751...
2022-11-05 borsAuto merge of #103691 - michaelwoerister:consistent...
2022-11-05 Dylan DPCRollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC
2022-11-05 Dylan DPCRollup merge of #103867 - compiler-errors:no-has-errors...
2022-11-05 Dylan DPCRollup merge of #103866 - compiler-errors:fn-ctxt-less...
2022-11-05 Dylan DPCRollup merge of #103660 - ozkanonur:master, r=jyn514
2022-11-05 Dylan DPCRollup merge of #103621 - fee1-dead-contrib:iat-fix...
2022-11-04 Matthias KrügerRollup merge of #103984 - V0ldek:103974-refactor-mk_con...
2022-11-04 Matthias KrügerRollup merge of #103980 - notriddle:notriddle/search...
2022-11-04 Matthias KrügerRollup merge of #103977 - TimNN:memory-effects, r=nikic
2022-11-04 Matthias KrügerRollup merge of #103956 - JakobDegen:tidy-bless, r...
2022-11-04 Matthias KrügerRollup merge of #103946 - camsteffen:cleanup-bind-patte...
2022-11-04 Matthias KrügerRollup merge of #103878 - Mark-Simulacrum:fix-stable...
2022-11-04 Matthias KrügerRollup merge of #103868 - compiler-errors:trait-engine...
2022-11-04 borsAuto merge of #103298 - ferrocene:pa-compile-flags...
2022-11-04 borsAuto merge of #103978 - matthiaskrgr:rollup-iym9kmg...
2022-11-04 Matthias KrügerRollup merge of #103964 - clubby789:lint-enclosing...
2022-11-04 Matthias KrügerRollup merge of #103958 - chenyukang:yukang/fix-103951...
2022-11-04 Matthias KrügerRollup merge of #103681 - RalfJung:libtest-thread,...
2022-11-04 Matthias KrügerRollup merge of #103397 - crlf0710:port_dead_code_lint...
2022-11-04 Oli SchererSome tracing and comment cleanups
2022-11-04 borsAuto merge of #101703 - nicholasbishop:bishop-add-uefi...
2022-11-04 clubby789Formatting changes + add UI test
2022-11-04 clubby789Give a specific lint for unsafety not being inherited
2022-11-04 Matthias KrügerRollup merge of #103953 - TaKO8Ki:remove-unused-arg...
2022-11-04 Matthias KrügerRollup merge of #103845 - camsteffen:data-structures...
2022-11-04 Matthias KrügerRollup merge of #103780 - compiler-errors:bound-closure...
2022-11-04 Matthias KrügerRollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor
2022-11-04 borsAuto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3
2022-11-04 Matthias KrügerRollup merge of #103915 - chenyukang:yukang/fix-103874...
2022-11-04 Matthias KrügerRollup merge of #103825 - Mark-Simulacrum:fix-relnotes...
2022-11-03 borsAuto merge of #103455 - BlackHoleFox:apple-sim-abi...
2022-11-02 Matthias KrügerRollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1...
2022-11-02 Matthias KrügerRollup merge of #103610 - wesleywiser:thinlto_cgu1...
2022-11-02 Matthias KrügerRollup merge of #99801 - Neo-Zhixing:fix/generic_const_...
2022-11-02 Dylan DPCRollup merge of #103807 - H4x5:string-extend-from-withi...
2022-11-02 Dylan DPCRollup merge of #103703 - Nilstrieb:flag-recovery-1...
2022-11-02 Dylan DPCRollup merge of #103275 - Manishearth:tinystrup, r...
2022-11-02 borsAuto merge of #103690 - GuillaumeGomez:visibility-on...
2022-11-02 borsAuto merge of #103649 - petrochenkov:docnotrait, r...
2022-11-02 Manish GoregaokarRollup merge of #103837 - GuillaumeGomez:migrate-sideba...
2022-11-02 Manish GoregaokarRollup merge of #103781 - JakobDegen:mir-opt-tidy,...
2022-11-02 Manish GoregaokarRollup merge of #103638 - ia0:multivalue, r=nagisa
2022-11-02 Manish GoregaokarRollup merge of #103637 - ChrisDenton:stdio-uwp, r...
2022-11-02 Manish GoregaokarRollup merge of #103575 - Xiretza:suggestions-style...
2022-11-02 Manish GoregaokarRollup merge of #103084 - inquisitivecrystal:control...
2022-11-02 Manish GoregaokarRollup merge of #103072 - cuviper:compiletest-path...
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-11-01 Dylan DPCRollup merge of #103833 - lnicola:rust-analyzer-2022...
2022-11-01 Dylan DPCRollup merge of #103817 - notriddle:notriddle/attribute...
2022-11-01 Dylan DPCRollup merge of #103813 - notriddle:notriddle/search...
2022-11-01 Dylan DPCRollup merge of #103760 - petrochenkov:macimp, r=cjgillot
2022-11-01 Dylan DPCRollup merge of #84022 - Aaron1011:remove-derive-res...
next