index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
interpret
/
visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-11
/
+11
2019-02-10
rustc: doc comments
Alexander Regueiro
-11
/
+11
2019-02-10
miri value visitor: use in macro
Ralf Jung
-3
/
+3
2019-02-08
librustc_mir => 2018
Taiki Endo
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-20
treat generator fields like unions
Ralf Jung
-2
/
+22
2018-11-20
fix comment
Ralf Jung
-1
/
+0
2018-11-20
generator fields are not necessarily initialized
Ralf Jung
-11
/
+22
2018-11-15
miri value visitor: provide place when visiting a primitive
Ralf Jung
-6
/
+6
2018-11-12
miri-engine value visitor update to VariantIdx
Oliver Scherer
-5
/
+15
2018-11-05
walk_value: more tracing
Ralf Jung
-0
/
+1
2018-11-05
make ValueVisitor mut-polymorphic
Ralf Jung
-214
/
+185
2018-11-05
FIXME
Ralf Jung
-1
/
+1
2018-11-05
visit_aggregate with an iterator; fix some comment typos
Ralf Jung
-37
/
+59
2018-11-05
the visitor can already load the value for visit_primitive
Ralf Jung
-5
/
+9
2018-11-05
all values can convert to operators
Ralf Jung
-45
/
+46
2018-11-05
finally this actually looks like a visitor
Ralf Jung
-67
/
+63
2018-11-05
use more traditional walk_array/visit_array instead of the handle_array hook
Ralf Jung
-60
/
+60
2018-11-05
converting a VisitorValue to a MemPlace must not mutate anything
Ralf Jung
-11
/
+12
2018-11-05
let the Value handle enum projections, so the visitor does not have to care
Ralf Jung
-8
/
+39
2018-11-05
provide some default implementations
Ralf Jung
-6
/
+9
2018-11-05
add visit() hook to the trait
Ralf Jung
-11
/
+19
2018-11-05
also allow visiting places and mplaces
Ralf Jung
-9
/
+76
2018-11-05
reduce the amount of traversal/projection code that the visitor has to implem...
Ralf Jung
-27
/
+117
2018-11-05
generalize the traversal part of validation to a ValueVisitor
Ralf Jung
-0
/
+125