]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Move early lint declarations to librustc_session
[rust.git] / src / librustc_mir /
2019-12-03 borsAuto merge of #66982 - Centril:rollup-yq2281i, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66967 - Nadrieril:remove-or-pat-hack...
2019-12-03 Mazdak FarrokhzadRollup merge of #66941 - CAD97:nord, r=Dylan-DPC
2019-12-03 Mazdak FarrokhzadRollup merge of #66935 - petrochenkov:attrtok2, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC
2019-12-03 Mazdak FarrokhzadRollup merge of #66651 - Areredify:on-unimplemented...
2019-12-03 Mazdak FarrokhzadRollup merge of #66148 - oli-obk:it_must_be_a_sign...
2019-12-03 borsAuto merge of #66256 - CAD97:patch-2, r=RalfJung
2019-12-02 NadrierilRemove top-level or-pattern hack
2019-12-02 NadrierilCorrect error on partially unreachable or-pat in `if...
2019-12-02 NadrierilLint for redundant branches in or-patterns
2019-12-02 NadrierilSimplify lifetimes by allocating patterns on the arena
2019-12-02 Nadrieril`UsefulWithWitness` always carries some witnesses
2019-12-02 NadrierilDon't build the same matrix twice
2019-12-02 borsAuto merge of #64736 - Nashenas88:mir_predecessors_cach...
2019-12-02 Paul Daniel FariaFix issues caused during rebasing
2019-12-02 Paul Daniel FariaFix issues caused during rebasing
2019-12-02 Paul Daniel FariaFix tidy issues
2019-12-02 Paul Daniel FariaFix rebasing errors, convert some BodyCache::body(...
2019-12-02 Paul Daniel FariaFix type errors created during rebasing
2019-12-02 Paul Daniel FariaFix type errors cause during rebasing
2019-12-02 Paul Daniel FariaCompute predecessors in mir_build query and use existin...
2019-12-02 Paul Daniel FariaRemove HasLocalDecls impl from BodyCache's, properly...
2019-12-02 Paul Daniel FariaRemove BodyCache.body and rely on Deref as much as...
2019-12-02 Paul Daniel FariaFix typo
2019-12-02 Paul Daniel FariaFix tidy errors
2019-12-02 Paul Daniel FariaFix typos caused during rebase
2019-12-02 Paul Daniel FariaFix remaining compilation issues
2019-12-02 Paul Daniel FariaSimplify BodyCache impl and fix all remaining type...
2019-12-02 Paul Daniel FariaFix remaining Body -> (ReadOnly)BodyCache type errors...
2019-12-02 Paul Daniel FariaAdd predecessors fn to ReadOnlyBodyCache, fix more...
2019-12-02 Paul Daniel FariaAdd read_only fn to BodyCache<&mut...> impl, fix more...
2019-12-02 Paul Daniel FariaFix a large number of Body -> (ReadOnly)BodyCache type...
2019-12-02 Paul Daniel FariaSimplify Cache wrapper to single type, impl Deref on...
2019-12-02 Paul Daniel FariaMove predecessors cache back to its own type
2019-12-02 Paul Daniel FariaAddress nits and remove unneeded pass
2019-12-02 Paul Daniel FariaMove predecessors cache invalidation back to basic_bloc...
2019-12-02 Paul Daniel FariaEnsure predecessors are recomputed at critical points...
2019-12-02 Paul Daniel FariaAddress linting errors caught by CI
2019-12-02 Paul Daniel FariaAdd pass to ensure predecessors cache is generated...
2019-12-02 Paul Daniel FariaStop invalidating predecessors cache when accessing...
2019-12-02 Paul Daniel FariaInline cache impl into Body, rename predecessor fns...
2019-12-02 Paul Daniel FariaRemove interior mutability in mir predecessors cache
2019-12-02 borsAuto merge of #66874 - RalfJung:miri-assert-panic,...
2019-12-02 borsAuto merge of #66950 - RalfJung:rollup-12d0zx8, r=RalfJung
2019-12-02 Ralf JungRollup merge of #66834 - infinity0:master, r=Mark-Simul...
2019-12-02 Ralf JungRollup merge of #66827 - RalfJung:miri-missing-ret...
2019-12-02 Ralf JungRollup merge of #66822 - RalfJung:miri-panic, r=oli-obk
2019-12-02 Ralf JungRollup merge of #66654 - ecstatic-morse:check-consts...
2019-12-02 Ralf JungRollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk
2019-12-02 Ralf Jungfix init_allocation_extra
2019-12-02 Ralf JungAssert terminator is never executed in ConstProp
2019-12-02 Ralf Jungfat -> wide
2019-12-02 Ralf Jungmake alloc_extra machine hook a bit nicer
2019-12-02 Ralf Jungadd and use helper method to get SourceInfo of current...
2019-12-02 Ralf JungMiri: add helper fn to allocate string; simplify alloc_...
2019-12-02 Ralf JungAdd From instances for Pointer -> ScalarMaybeUndef...
2019-12-02 Ralf Jungexpose span to M::assert_panic, and provide helper...
2019-12-02 Ralf JungMiri: add machine hook for MIR-level assertion panics
2019-12-02 borsAuto merge of #66944 - Centril:rollup-ojsszx6, r=Centril
2019-12-02 Mazdak FarrokhzadRollup merge of #66926 - RalfJung:miri-stop, r=oli-obk
2019-12-02 Mazdak FarrokhzadRollup merge of #66918 - makotokato:aarch32-crc-crypto...
2019-12-02 Mazdak FarrokhzadRollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk
2019-12-02 Mazdak FarrokhzadRollup merge of #66905 - petrochenkov:rmplugin2, r...
2019-12-02 Mazdak FarrokhzadRollup merge of #66850 - eddyb:span-free-formats, r...
2019-12-02 Mazdak FarrokhzadRollup merge of #66789 - eddyb:mir-source-scope-local...
2019-12-02 Mazdak FarrokhzadRollup merge of #66346 - linkmauve:try-in-docstring...
2019-12-01 Dylan MacKenzieIncorporate fixes from review
2019-12-01 Ralf Jungadd reusable MachineStop variant to Miri engine error...
2019-12-01 borsAuto merge of #66917 - Centril:rollup-xj2enik, r=Centril
2019-12-01 Mazdak FarrokhzadRollup merge of #66896 - RalfJung:queries, r=Zoxc
2019-12-01 Mazdak FarrokhzadRollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC
2019-12-01 Mazdak FarrokhzadRollup merge of #66880 - aDotInTheVoid:add-E0203-long...
2019-12-01 Mazdak FarrokhzadRollup merge of #66832 - RalfJung:const-prop-no-alloc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66790 - christianpoveda:check-set...
2019-12-01 Mazdak FarrokhzadRollup merge of #66726 - CAD97:miri-recursion-limit...
2019-12-01 Mazdak FarrokhzadRollup merge of #66679 - mark-i-m:fix-anon-lifetime...
2019-12-01 Mazdak FarrokhzadRollup merge of #66662 - RalfJung:miri-test-liballoc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66503 - thomasetter:panic-error-msg...
2019-12-01 borsAuto merge of #66908 - Centril:rollup-26givp6, r=Centril
2019-11-30 Christian PovedaMerge match branches
2019-11-30 Mazdak FarrokhzadRollup merge of #66895 - Centril:rustc_feature, r=oli-obk
2019-11-30 Mazdak FarrokhzadRollup merge of #66894 - dtolnay:prelude, r=Centril
2019-11-30 Mazdak FarrokhzadRollup merge of #66889 - dtolnay:fmt6, r=rkruppe
2019-11-30 Mazdak FarrokhzadRollup merge of #66883 - eddyb:we-cant-have-nice-things...
2019-11-30 Mazdak FarrokhzadRollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk
2019-11-30 Mazdak FarrokhzadRollup merge of #66858 - 0dvictor:capi, r=rkruppe
2019-11-30 Mazdak FarrokhzadRollup merge of #66759 - CAD97:patch-3, r=KodrAus
2019-11-30 Mazdak FarrokhzadRollup merge of #66705 - pitdicker:atomic_mut_ptr,...
2019-11-30 Mazdak FarrokhzadRollup merge of #66612 - Nadrieril:or-patterns-initial...
2019-11-30 Nadrieril FeneanarApply suggestions from code review
2019-11-30 Mazdak Farrokhzadmove GateIssue to rustc_feature & simplify emit_feature_err
2019-11-30 cad97Use recursion_limit for const eval stack limit
2019-11-30 David TolnayRollup merge of #66847 - dtolnay:_fmt, r=joshtriplett
2019-11-30 borsAuto merge of #66873 - RalfJung:miri-args, r=dtolnay
2019-11-29 Eduard-Mihai Burtescurustc: move mir::SourceScopeLocalData to a field of...
2019-11-29 Eduard-Mihai Burtescurustc_mir: fix inliner to also copy over source_scope_l...
2019-11-29 Eduard-Mihai Burtescurustc: move MIR source_scope_local_data's ClearCrossCra...
2019-11-29 borsAuto merge of #66879 - RalfJung:rollup-nprxpzi, r=RalfJung
2019-11-29 Ralf JungRollup merge of #66872 - Mikotochan:patch-1, r=jonas...
next