]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Split `rustc_mir::{build, hair, lints}` into their own crate
[rust.git] / src / librustc_mir /
2020-01-12 Matthew JasperSplit `rustc_mir::{build, hair, lints}` into their...
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 #68018 - petrochenkov:nosoft, r=Centril
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 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 FarrokhzadRollup merge of #67666 - lzutao:ptr-null-cmp, r=dtolnay
2020-01-11 Dylan MacKenzieRemove unnecessary `const_fn` feature gates
2020-01-11 Mazdak Farrokhzadsimplify feature_err imports
2020-01-11 Dylan MacKenzieOnly require `allow_internal_unstable` for stable ...
2020-01-10 John Kåre AlsakerAdd a comment
2020-01-10 John Kåre AlsakerAvoid a duplicate hash map lookup
2020-01-10 John Kåre AlsakerFix a deadlock
2020-01-10 John Kåre AlsakerRun codegen unit partitioning and assert_symbols_are_di...
2020-01-10 borsAuto merge of #65241 - tmiasko:no-std-san, r=alexcrichton
2020-01-10 borsAuto merge of #68101 - JohnTitor:rollup-mvmjukr, r...
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 #68050 - Centril:canon-error, r=Mark...
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 #67258 - Centril:open-ended-ranges...
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 SchererRemove an outdated comment
2020-01-10 Oliver SchererErrors in promoteds may only cause lints not hard errors
2020-01-10 Oliver SchererPromoteds also need param envs.
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 unused param_env parameter
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 Santiago PastorinoRevert const_eval call to use const_eval_raw to avoid...
2020-01-10 Mazdak Farrokhzadnix syntax::errors & prefer rustc_errors over errors
2020-01-10 Mazdak FarrokhzadIntroduce `#![feature(half_open_range_patterns)]`.
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 #68047 - pietroalbini:fix-toolstate-again...
2020-01-09 borsAuto merge of #67988 - Zoxc:prof-fix, r=michaelwoerister
2020-01-09 Oliver SchererSwitch assertion order to be more helpful to ppl that...
2020-01-09 Oliver SchererRename `Unsized` to `Meta`
2020-01-09 Oliver SchererUpdate src/librustc_mir/interpret/place.rs
2020-01-09 Mazdak Farrokhzad{rustc::util -> rustc_data_structures}::captures
2020-01-09 John Kåre AlsakerChange -Z time event naming scheme and make them generi...
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
next