]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/visitor.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_mir / interpret / visitor.rs
2018-11-15 Pietro AlbiniRollup merge of #55622 - jakllsch:netbsd-librt, r=alexc...
2018-11-15 Pietro AlbiniRollup merge of #55530 - ljedrz:speed_up_String_from_ut...
2018-11-15 Pietro AlbiniRollup merge of #55507 - fhartwig:size_of_intrinsic_doc...
2018-11-15 Pietro AlbiniRollup merge of #55211 - fintelia:bufwriter-buffer...
2018-11-15 Pietro AlbiniRollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton
2018-11-15 borsAuto merge of #54906 - qnighy:fix-issue-50452, r=nikoma...
2018-11-15 Ralf Jungmiri value visitor: provide place when visiting a primitive
2018-11-15 borsAuto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk
2018-11-14 borsAuto merge of #55934 - alexcrichton:appveyor-gce, r...
2018-11-13 borsAuto merge of #55912 - kennytm:rollup, r=kennytm
2018-11-13 borsAuto merge of #55356 - Aaron1011:fix/rustdoc-negative...
2018-11-13 kennytmRollup merge of #55722 - RalfJung:impl-stable-hash...
2018-11-13 kennytmRollup merge of #55754 - spastorino:fix-process-output...
2018-11-13 kennytmRollup merge of #55711 - kngwyu:btreemap-rangemut-doc...
2018-11-13 borsAuto merge of #55589 - oli-obk:min_length_💣, r=pnkfelix
2018-11-13 borsAuto merge of #55052 - newpavlov:patch-2, r=alexcrichton
2018-11-12 Oliver Scherermiri-engine value visitor update to VariantIdx
2018-11-12 borsAuto merge of #55701 - tromey:ice-fix, r=matthewjasper
2018-11-11 borsAuto merge of #55698 - nikic:remove-llvm-4-support...
2018-11-11 borsAuto merge of #55657 - davidtwco:issue-55651, r=pnkfelix
2018-11-11 kennytmRollup merge of #55856 - QuietMisdreavus:static-dischar...
2018-11-11 kennytmRollup merge of #55630 - petrochenkov:noprelude, r...
2018-11-10 Pietro AlbiniRollup merge of #55816 - nnethercote:from_decimal_strin...
2018-11-10 Pietro AlbiniRollup merge of #55745 - nnethercote:outlives_component...
2018-11-10 borsAuto merge of #55650 - nikic:funnel-shift, r=nagisa
2018-11-10 borsAuto merge of #55637 - pnkfelix:issue-55552-dont-attemp...
2018-11-10 borsAuto merge of #55717 - oli-obk:rustdoc_overflow, r...
2018-11-10 borsAuto merge of #55626 - nikic:update-emscripten, r=alexc...
2018-11-09 Mark RousskovRollup merge of #55777 - nnethercote:less-P-in-ast...
2018-11-09 Mark RousskovRollup merge of #55761 - ljedrz:fix_promote_candidate_h...
2018-11-09 Mark RousskovRollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix
2018-11-09 Mark RousskovRollup merge of #55755 - ljedrz:a_few_indexvec_tweaks...
2018-11-09 Mark RousskovRollup merge of #55753 - ljedrz:borrow_set_insert_clone...
2018-11-09 Mark RousskovRollup merge of #55742 - F001:fix-55718, r=petrochenkov
2018-11-09 Mark RousskovRollup merge of #55739 - wesleywiser:mir_inline_fuel...
2018-11-09 Mark RousskovRollup merge of #55736 - estebank:elide-anon-lt, r...
2018-11-09 Mark RousskovRollup merge of #55719 - pnkfelix:issue-54388-sidestep...
2018-11-09 Mark RousskovRollup merge of #55659 - alexcrichton:musl-no-group...
2018-11-09 Mark RousskovRollup merge of #55638 - pnkfelix:issue-55608-ice-reemp...
2018-11-09 Mark RousskovRollup merge of #55633 - nikic:memcpy-align, r=nagisa
2018-11-09 Mark RousskovRollup merge of #55576 - birkenfeld:opt-level-error...
2018-11-08 borsAuto merge of #55366 - Amanieu:stable_layout, r=Amanieu
2018-11-07 kennytmRollup merge of #55645 - RalfJung:validity-range-inclus...
2018-11-07 borsAuto merge of #55549 - RalfJung:miri-visitor, r=oli-obk
2018-11-05 Ralf Jungwalk_value: more tracing
2018-11-05 Ralf Jungmake ValueVisitor mut-polymorphic
2018-11-05 Ralf JungFIXME
2018-11-05 Ralf Jungvisit_aggregate with an iterator; fix some comment...
2018-11-05 Ralf Jungthe visitor can already load the value for visit_primitive
2018-11-05 Ralf Jungall values can convert to operators
2018-11-05 Ralf Jungfinally this actually looks like a visitor
2018-11-05 Ralf Junguse more traditional walk_array/visit_array instead...
2018-11-05 Ralf Jungconverting a VisitorValue to a MemPlace must not mutate...
2018-11-05 Ralf Junglet the Value handle enum projections, so the visitor...
2018-11-05 Ralf Jungprovide some default implementations
2018-11-05 Ralf Jungadd visit() hook to the trait
2018-11-05 Ralf Jungalso allow visiting places and mplaces
2018-11-05 Ralf Jungreduce the amount of traversal/projection code that...
2018-11-05 Ralf Junggeneralize the traversal part of validation to a ValueV...