]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/transform
Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow, r=ecstatic...
[rust.git] / src / librustc_mir / transform /
2020-01-13 Yuki OkushiRollup merge of #67313 - oli-obk:document_all_the_t̶h̶i...
2020-01-13 borsAuto merge of #67900 - nikic:prepare-llvm-10, r=nagisa
2020-01-12 borsAuto merge of #67831 - mati865:ci-images-upgrade, r...
2020-01-12 borsAuto merge of #67901 - matthewjasper:split-mir-build...
2020-01-12 Matthew JasperSplit `rustc_mir::{build, hair, lints}` into their...
2020-01-12 borsAuto merge of #68142 - Centril:rollup-dl232e9, r=Centril
2020-01-12 Mazdak FarrokhzadRollup merge of #68108 - varkor:chained-comparison...
2020-01-12 Mazdak FarrokhzadRollup merge of #68089 - lzutao:revert-remote_item...
2020-01-12 Mazdak FarrokhzadRollup merge of #68045 - Centril:liberate-lints, r...
2020-01-12 Mazdak FarrokhzadRollup merge of #67948 - llogiq:gallop, r=Mark-Simulacrum
2020-01-12 Mazdak FarrokhzadRollup merge of #67867 - matthewjasper:opaque-assoc...
2020-01-12 Mazdak FarrokhzadRollup merge of #67494 - lukaslueg:const_alloc, r=oli-obk
2020-01-11 borsAuto merge of #67458 - pnkfelix:fix-66530-by-propagatin...
2020-01-11 borsAuto merge of #67000 - spastorino:remove-promoted-from...
2020-01-11 borsAuto merge of #68126 - Centril:rollup-cz5u7xx, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #68120 - Centril:ban-range-to-dotdotdot...
2020-01-11 Mazdak FarrokhzadRollup merge of #68114 - ecstatic-morse:fix-feature...
2020-01-11 Mazdak FarrokhzadRollup merge of #68072 - JohnTitor:fix-macro-ice, r...
2020-01-11 Mazdak FarrokhzadRollup merge of #68070 - GuillaumeGomez:clean-up-e0185...
2020-01-11 Mazdak FarrokhzadRollup merge of #67930 - lzutao:result-as_deref, r...
2020-01-11 Mazdak FarrokhzadRollup merge of #67889 - Zoxc:parallel-cgus, r=michaelw...
2020-01-11 Mazdak FarrokhzadRollup merge of #67756 - Zoxc:collector-tweaks, r=Mark...
2020-01-11 Mazdak Farrokhzadreduce diversity in linting methods
2020-01-11 borsAuto merge of #65912 - estebank:variants-orig, r=petroc...
2020-01-11 ecstatic-morseExpand comment
2020-01-11 borsAuto merge of #68115 - Centril:rollup-e2fszdv, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #68106 - varkor:self_self_use, r=estebank
2020-01-11 Mazdak FarrokhzadRollup merge of #68102 - lzutao:inline, r=alexcrichton
2020-01-11 Mazdak FarrokhzadRollup merge of #68084 - estebank:ice-68000, r=varkor
2020-01-11 Mazdak FarrokhzadRollup merge of #68079 - varkor:E0013-clarify, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #68074 - matthew-healy:skip-llvm-rebuil...
2020-01-11 Mazdak FarrokhzadRollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser
2020-01-11 Mazdak FarrokhzadRollup merge of #67806 - Centril:splitsynmore, r=petroc...
2020-01-11 Mazdak Farrokhzadsimplify feature_err imports
2020-01-11 Dylan MacKenzieOnly require `allow_internal_unstable` for stable ...
2020-01-10 borsAuto merge of #65241 - tmiasko:no-std-san, r=alexcrichton
2020-01-10 Yuki OkushiRollup merge of #68075 - ollie27:rustbuild_books, r...
2020-01-10 Yuki OkushiRollup merge of #68059 - jethrogb:jb/target-llvm-args...
2020-01-10 Yuki OkushiRollup merge of #68039 - euclio:remove-strip-hidden...
2020-01-10 Yuki OkushiRollup merge of #68019 - cuviper:in-tree-compiletest...
2020-01-10 Yuki OkushiRollup merge of #68014 - estebank:unify-e0599, r=cramertj
2020-01-10 Yuki OkushiRollup merge of #66045 - mzabaluev:unwrap-infallible...
2020-01-10 borsAuto merge of #67996 - JohnTitor:clippy-up, r=JohnTitor
2020-01-10 varkorClarify suggestion for E0013
2020-01-10 Oliver SchererErrors in promoteds may only cause lints not hard errors
2020-01-10 Santiago PastorinoDo not store lint_root
2020-01-10 Santiago PastorinoUse re_erased instead of re_static
2020-01-10 Santiago PastorinoRemove PlaceBase enum and make Place base field be...
2020-01-10 Santiago PastorinoRemove Static from PlaceBase
2020-01-10 Santiago PastorinoRemove StaticKind
2020-01-10 Santiago PastorinoRemove StaticKind::Promoted
2020-01-10 Santiago PastorinoAdd promoted_operand closure to reuse code across different
2020-01-10 Santiago PastorinoPromote `Argument`s to constants instead of statics
2020-01-10 Santiago PastorinoPromote `Repeat`s to constants instead of statics
2020-01-10 Santiago PastorinoPromote `Ref`s to constants instead of static
2020-01-10 borsAuto merge of #68078 - Centril:rollup-qvq052k, r=Centril
2020-01-10 Mazdak FarrokhzadRollup merge of #68073 - Centril:fix-68062, r=estebank
2020-01-10 Mazdak FarrokhzadRollup merge of #68071 - estebank:ice-67995, r=Centril
2020-01-10 Mazdak FarrokhzadRollup merge of #67922 - Centril:lowering-cleanup,...
2020-01-10 Mazdak FarrokhzadRollup merge of #67820 - ecstatic-morse:const-trait...
2020-01-10 Mazdak FarrokhzadRollup merge of #67501 - oli-obk:test-slice-patterns...
2020-01-10 Mazdak FarrokhzadRollup merge of #66463 - estebank:point-at-closure...
2020-01-09 borsAuto merge of #68067 - JohnTitor:rollup-vsj5won, r...
2020-01-09 Yuki OkushiRollup merge of #68054 - tspiteri:null-unchecked-as_mut...
2020-01-09 Yuki OkushiRollup merge of #68040 - sinkuu:unused, r=petrochenkov
2020-01-09 Yuki OkushiRollup merge of #68006 - infinity0:master, r=nikomatsakis
2020-01-09 Yuki OkushiRollup merge of #67975 - EmbarkStudios:export-statics...
2020-01-09 Yuki OkushiRollup merge of #67967 - JohnTitor:fix-ice-0107, r...
2020-01-09 Yuki OkushiRollup merge of #67935 - Thomasdezeeuw:issue_67669...
2020-01-09 Yuki OkushiRollup merge of #67725 - ssomers:into_key_slice_mut...
2020-01-09 Yuki OkushiRollup merge of #67358 - cuviper:get_or_insert_owned...
2020-01-09 borsAuto merge of #68034 - Centril:rollup-3d9pq14, r=Centril
2020-01-08 Mazdak FarrokhzadRollup merge of #68026 - llogiq:ch-ch-ch-ch-changes...
2020-01-08 Mazdak FarrokhzadRollup merge of #68024 - petrochenkov:recoverall, r...
2020-01-08 Mazdak FarrokhzadRollup merge of #68023 - FSciammarella:master, r=Centri...
2020-01-08 Mazdak FarrokhzadRollup merge of #68009 - wcampbell0x2a:spellcheck-libru...
2020-01-08 Mazdak FarrokhzadRollup merge of #68005 - GuillaumeGomez:explanation...
2020-01-08 Mazdak FarrokhzadRollup merge of #67990 - Centril:slice-pats-move-tests...
2020-01-08 Mazdak FarrokhzadRollup merge of #67986 - JohnTitor:fix-ice-rust-call...
2020-01-08 Mazdak FarrokhzadRollup merge of #67979 - Centril:hir-cleanup, r=Zoxc
2020-01-08 Mazdak FarrokhzadRollup merge of #67966 - popzxc:core-std-matches, r...
2020-01-08 Mazdak FarrokhzadRollup merge of #67884 - anp:allow-unused-const-attr...
2020-01-08 Mazdak FarrokhzadRollup merge of #67747 - estebank:bare-assoc-const...
2020-01-08 Mazdak FarrokhzadRollup merge of #67630 - oli-obk:extern_ptr_dangling...
2020-01-08 Mazdak Farrokhzadnormalize rustc::hir::intravisit imports
2020-01-08 Mazdak Farrokhzadintravisit: abstract over HIR Map
2020-01-08 Yuki OkushiDelay bug to prevent ICE in MIR borrowck
2020-01-08 borsAuto merge of #68011 - JohnTitor:rollup-44s8twu, r...
2020-01-08 Yuki OkushiRollup merge of #68003 - pietroalbini:yet-another-tools...
2020-01-08 Yuki OkushiRollup merge of #67985 - dtolnay:cstr, r=Mark-Simulacrum
2020-01-08 Yuki OkushiRollup merge of #67977 - Wind-River:master_2020, r...
2020-01-08 Yuki OkushiRollup merge of #67955 - ollie27:rustdoc_cfg_dupes...
2020-01-08 Yuki OkushiRollup merge of #67887 - anp:tracked-std-panics, r...
2020-01-08 Yuki OkushiRollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
2020-01-08 Yuki OkushiRollup merge of #67849 - cjkenn:check-sorted-words...
2020-01-08 Yuki OkushiRollup merge of #67798 - matklad:spin-thouse-docs,...
2020-01-08 Yuki OkushiRollup merge of #67781 - cjgillot:passes-const, r=oli-obk
2020-01-08 Yuki OkushiRollup merge of #67774 - oxalica:more-statx, r=alexcrichton
2020-01-08 borsAuto merge of #67770 - Centril:reduce-diversity-2,...
2020-01-08 Camille GILLOTMove `is_min_const_fn` query to librustc_mir.
next