]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/intern.rs
Don't ICE on mutable zst slices
[rust.git] / src / librustc_mir / interpret / intern.rs
2019-06-24 Oliver SchererDon't ICE on mutable zst slices
2019-06-24 Oliver SchererSimplify vtable interning
2019-06-24 borsAuto merge of #62012 - wesleywiser:const_prop_use_ecx...
2019-06-23 borsAuto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum
2019-06-23 borsAuto merge of #60861 - Centril:let-chains-ast-intro...
2019-06-23 borsAuto merge of #62069 - Centril:rollup-m8n4uw7, r=Centril
2019-06-22 Mazdak FarrokhzadRollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov
2019-06-22 Mazdak FarrokhzadRollup merge of #62057 - matthewjasper:deny-unnecessary...
2019-06-22 borsAuto merge of #61874 - jonas-schievink:remove-rem-outpu...
2019-06-22 Matthew JasperDeny explicit_outlives_requirements in the compiler
2019-06-22 borsAuto merge of #61020 - HeroicKatora:master, r=matthewjasper
2019-06-21 Mazdak FarrokhzadRollup merge of #61681 - asfreitas:addSendTrait, r...
2019-06-21 Mazdak FarrokhzadRollup merge of #61267 - michaelwoerister:update-xlto...
2019-06-21 Mazdak FarrokhzadRollup merge of #61181 - GuillaumeGomez:fix-theme-check...
2019-06-21 Mazdak FarrokhzadRollup merge of #61146 - czipperz:SliceConcatExt-connec...
2019-06-20 Christian PovedaFix merge issues
2019-06-20 Mazdak FarrokhzadRollup merge of #61900 - s3bk:master, r=sfackler
2019-06-20 borsAuto merge of #61827 - golddranks:lldb_fix, r=nikomatsakis
2019-06-20 borsAuto merge of #61929 - 95th:master, r=GuillaumeGomez
2019-06-20 Mazdak FarrokhzadRollup merge of #61782 - Electron-libre:suggest_tuple_s...
2019-06-20 Mazdak FarrokhzadRollup merge of #60772 - timvermeulen:slice_iter_nth_ba...
2019-06-20 Mazdak FarrokhzadRollup merge of #60454 - acrrd:issues/54054_skip, r...
2019-06-20 borsAuto merge of #60341 - mtak-:macos-tlv-workaround,...
2019-06-19 borsAuto merge of #61947 - estebank:ice-ice-revolution...
2019-06-19 Mazdak FarrokhzadRollup merge of #61940 - spastorino:place-ty-iterate...
2019-06-19 Mazdak FarrokhzadRollup merge of #61861 - topecongiro:rustfmt-1.3.0...
2019-06-19 Mazdak FarrokhzadRollup merge of #61547 - petrochenkov:cfgen, r=Centril
2019-06-19 Mazdak FarrokhzadRollup merge of #60667 - oli-obk:raw_from_raw_parts...
2019-06-19 borsAuto merge of #61172 - matthewjasper:cleanup-implied...
2019-06-19 borsAuto merge of #58351 - oli-obk:double_check_const_eval...
2019-06-19 Oliver SchererRemove now-unnecessary lifetime
2019-06-19 Oliver SchererElaborate some more on what mutability field means...
2019-06-19 Oliver SchererUpdate to `TyCtxt` lifetime changes
2019-06-19 Oliver SchererFix typo
2019-06-19 Oliver SchererThe future is now
2019-06-19 Oliver Scherers/intern/intern_shallow/
2019-06-19 Oliver SchererMerge `StaticMut` and `Static` logic
2019-06-19 Oliver SchererFix rebase fallout
2019-06-19 Oliver SchererElaborate on why we don't look at frozenness
2019-06-19 Oliver SchererMake interning explicitly care about types and the...