]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/memory.rs
Auto merge of #69586 - petrochenkov:unmerge, r=Centril
[rust.git] / src / librustc_mir / interpret / memory.rs
2020-03-06 borsAuto merge of #69586 - petrochenkov:unmerge, r=Centril
2020-03-05 borsAuto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r...
2020-03-05 Dylan DPCRollup merge of #69742 - TrolledWoods:patch-1, r=jonas...
2020-03-05 Dylan DPCRollup merge of #69736 - matthiaskrgr:even_more_clippy...
2020-03-05 Dylan DPCRollup merge of #69732 - GuillaumeGomez:cleanup-e0382...
2020-03-05 Dylan DPCRollup merge of #69728 - LeSeulArtichaut:patch-1, r...
2020-03-05 Dylan DPCRollup merge of #69713 - matthiaskrgr:more_cleanup...
2020-03-05 Dylan DPCRollup merge of #69697 - GuillaumeGomez:explanation...
2020-03-04 Matthias KrügerDon't use "if let" bindings to only check a value and...
2020-03-04 borsAuto merge of #69576 - matthiaskrgr:nightly_bootstrap_f...
2020-03-04 borsAuto merge of #68952 - faern:stabilize-assoc-int-consts...
2020-03-04 borsAuto merge of #69550 - RalfJung:scalar, r=oli-obk
2020-03-03 Dylan DPCRollup merge of #69670 - GuillaumeGomez:explain-e0379...
2020-03-03 Dylan DPCRollup merge of #69565 - RalfJung:assert, r=eddyb
2020-03-03 borsAuto merge of #69506 - Centril:stmt-semi-none, r=petroc...
2020-03-03 borsAuto merge of #69482 - lqd:poloniusup, r=nikomatsakis
2020-03-03 Yuki OkushiRollup merge of #69634 - GuillaumeGomez:clean-up-e0378...
2020-03-03 Yuki OkushiRollup merge of #69628 - nnethercote:fix-DiagnosticBuil...
2020-03-03 Yuki OkushiRollup merge of #69620 - thekuom:doc/61137-add-long...
2020-03-03 Yuki OkushiRollup merge of #69619 - matthiaskrgr:misc, r=eddyb
2020-03-03 Yuki OkushiRollup merge of #69609 - TimDiekmann:excess, r=Amanieu
2020-03-03 Yuki OkushiRollup merge of #69213 - LeSeulArtichaut:improve-doc...
2020-03-02 Dylan DPCRollup merge of #69624 - ehuss:toolstate-beta-regress...
2020-03-02 Dylan DPCRollup merge of #69623 - Centril:fix-69396-tmp, r=petro...
2020-03-02 Dylan DPCRollup merge of #69622 - LeSeulArtichaut:patch-2, r...
2020-03-02 Dylan DPCRollup merge of #69617 - DutchGhost:master, r=LukasKalb...
2020-03-02 Dylan DPCRollup merge of #69544 - lqd:unrevert-67174, r=Mark...
2020-03-02 Dylan DPCRollup merge of #68682 - LeSeulArtichaut:stable-intrins...
2020-03-02 borsAuto merge of #69257 - RalfJung:layout-visitor, r=eddyb
2020-03-02 borsAuto merge of #69469 - matthewjasper:type-flags, r...
2020-03-02 borsAuto merge of #69442 - jakevossen5:master, r=Mark-Simul...
2020-03-02 borsAuto merge of #69432 - petrochenkov:alldeps, r=eddyb
2020-03-01 borsAuto merge of #69408 - RalfJung:canonical-alloc-id...
2020-03-01 Dylan DPCRollup merge of #69607 - GuillaumeGomez:cleanup-e0376...
2020-03-01 Dylan DPCRollup merge of #69598 - ollie27:rustdoc_crate-version_...
2020-03-01 Dylan DPCRollup merge of #69577 - GuillaumeGomez:cleanup-e0375...
2020-03-01 Dylan DPCRollup merge of #69569 - matthiaskrgr:nonminimal_bool...
2020-03-01 Dylan DPCRollup merge of #69568 - JOE1994:patch-2, r=Dylan-DPC
2020-03-01 Dylan DPCRollup merge of #69554 - GuillaumeGomez:cleanup-e0374...
2020-03-01 borsAuto merge of #69380 - Zoxc:parent-module, r=michaelwoe...
2020-03-01 Yuki OkushiRollup merge of #69605 - JohnTitor:opt-def-id, r=petroc...
2020-03-01 Yuki OkushiRollup merge of #69583 - LeSeulArtichaut:ice-69378...
2020-03-01 Yuki OkushiRollup merge of #69580 - matthiaskrgr:map_clone, r...
2020-03-01 Yuki OkushiRollup merge of #69579 - petrochenkov:noprevspan, r...
2020-03-01 Yuki OkushiRollup merge of #69562 - ecstatic-morse:dataflow-genera...
2020-03-01 Yuki OkushiRollup merge of #69549 - mati865:mingw, r=kennytm
2020-03-01 Yuki OkushiRollup merge of #69397 - tmiasko:llvm-version-suffix...
2020-03-01 borsAuto merge of #69295 - ecstatic-morse:unified-dataflow...
2020-03-01 borsAuto merge of #68943 - ecstatic-morse:no-useless-drop...
2020-03-01 borsAuto merge of #69592 - petrochenkov:nosyntax, r=Centril
2020-02-29 Vadim PetrochenkovRename `syntax` to `rustc_ast` in source code
2020-02-29 borsAuto merge of #69263 - anyska:blacklist-powerpc-zst...
2020-02-29 Ralf Jungdowngrade some assertions to debug_ again
2020-02-29 borsAuto merge of #69227 - Marwes:buffer_stderr, r=varkor
2020-02-29 borsAuto merge of #69208 - RalfJung:debug-assert, r=Mark...
2020-02-28 Ralf Jungmiri engine: turn some debug_assert into assert
2020-02-28 borsAuto merge of #68827 - ssomers:btree_navigation_revisit...
2020-02-28 borsAuto merge of #68505 - skinny121:canonicalize-const...
2020-02-27 borsAuto merge of #68528 - ecstatic-morse:maybe-init-varian...
2020-02-27 Yuki OkushiRollup merge of #69324 - estebank:ice-break-backport...
2020-02-27 borsAuto merge of #67332 - matthewjasper:drop-in-place...
2020-02-26 XAMPPRockyMerge branch 'master' into relnotes-1.42.0
2020-02-26 Dylan DPCRollup merge of #69209 - Mark-Simulacrum:strip-unsafe...
2020-02-26 Dylan DPCRollup merge of #68712 - HeroicKatora:finalize-ref...
2020-02-26 borsAuto merge of #67290 - jonas-schievink:leak-audit,...
2020-02-26 Dylan DPCRollup merge of #67637 - Mark-Simulacrum:primitive...
2020-02-24 Dylan DPCRollup merge of #69220 - wesleywiser:doc_self_profile_u...
2020-02-23 Ralf Jungcanonicalize alloc ID before calling tag_static_base_po...
2020-02-23 Ralf Jungmiri/machine: add canonical_alloc_id hook to replace...
2020-02-23 borsAuto merge of #69084 - yaahc:delayed-doc-lint, r=petroc...
2020-02-23 borsAuto merge of #69351 - mati865:mingw-ultimate-fix,...
2020-02-23 borsAuto merge of #69336 - Mark-Simulacrum:no-infra-toolsta...
2020-02-23 Dylan DPCRollup merge of #69361 - Centril:free-ty-alias, r=petro...
2020-02-23 Dylan DPCRollup merge of #69351 - mati865:mingw-ultimate-fix...
2020-02-23 Dylan DPCRollup merge of #69336 - Mark-Simulacrum:no-infra-tools...
2020-02-23 borsAuto merge of #69334 - Centril:nested-item-vis-def...
2020-02-22 Dylan DPCRollup merge of #69349 - spastorino:mir-not-an-experime...
2020-02-22 Dylan DPCRollup merge of #69346 - GuillaumeGomez:clean-up-e032x...
2020-02-22 Dylan DPCRollup merge of #69339 - wesleywiser:test_for_69312...
2020-02-22 Dylan DPCRollup merge of #68984 - ecstatic-morse:const-u8-is...
2020-02-22 borsAuto merge of #69333 - ecstatic-morse:revert-simd-shuff...
2020-02-22 borsAuto merge of #69332 - nnethercote:revert-u8to64_le...
2020-02-22 borsAuto merge of #67330 - golddranks:split_inclusive,...
2020-02-22 borsAuto merge of #69302 - jonas-schievink:yield-needs...
2020-02-21 borsAuto merge of #69242 - cjgillot:object_violations,...
2020-02-21 borsAuto merge of #69342 - flip1995:clippyup, r=Dylan-DPC
2020-02-21 borsAuto merge of #69330 - Centril:literally-melting-ice...
2020-02-21 borsAuto merge of #69290 - wesleywiser:speed_up_ctfe_stress...
2020-02-19 Wesley WiserCheck `RUSTC_CTFE_BACKTRACE` much less by generating...
2020-02-16 borsAuto merge of #67885 - tobithiel:fix_group_lint_allow_o...
2020-02-15 Dylan DPCRollup merge of #64069 - danielhenrymantilla:feature...
2020-02-13 Dylan DPCRollup merge of #67642 - Mark-Simulacrum:relax-bounds...
2020-02-12 Yuki OkushiRollup merge of #67695 - gilescope:truth, r=centril
2020-01-31 borsAuto merge of #67878 - Others:opt-3, r=Mark-Simulacrum
2020-01-30 Dylan DPCRollup merge of #66648 - crgl:btree-clone-from, r=Amanieu
2020-01-28 borsAuto merge of #68234 - CAD97:slice-from-raw-parts,...
2020-01-28 Yuki OkushiRollup merge of #68482 - GuillaumeGomez:clean-up-err...
2020-01-28 Yuki OkushiRollup merge of #68454 - GuillaumeGomez:clean-up-e0214...
2020-01-28 Yuki OkushiRollup merge of #68412 - GuillaumeGomez:clean-up-e0207...
2020-01-28 Yuki OkushiRollup merge of #68383 - GuillaumeGomez:clean-up-e0205...
next