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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2023-06-26
Make simd_shuffle_indices use valtrees
Oli Scherer
-17
/
+9
2023-06-14
add InlineConst check
James Dietz
-1
/
+4
2023-06-04
Use 128 bits for TypeId hash
Thom Chiovoloni
-0
/
+9
2023-06-01
improve debug message by eagerly translating
Deadbeef
-13
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-265
/
+254
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-7
/
+0
2023-05-17
Finish move of query.rs
John Kåre Alsaker
-2
/
+4
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-10
/
+44
2023-05-04
Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk
Dylan DPC
-0
/
+4
2023-04-28
interpret: fail more gracefully on uninit unsized locals
Ralf Jung
-0
/
+4
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-1
/
+3
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-8
/
+8
2023-04-18
Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb
Guillaume Gomez
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-17
Bypass the varint path when encoding InitMask
Ben Kimock
-1
/
+31
2023-04-10
Fix typos in compiler
DaniPopes
-2
/
+2
2023-04-09
fixup! Improve `Allocation::hash
Nilstrieb
-1
/
+1
2023-04-09
Improve `Allocation::hash
Nilstrieb
-9
/
+17
2023-04-04
Remove a fishy Clone impl
Oli Scherer
-1
/
+2
2023-03-28
address review comments
Rémy Rakic
-6
/
+8
2023-03-27
readability tweaks
Rémy Rakic
-22
/
+22
2023-03-27
add more InitMask test coverage
Rémy Rakic
-0
/
+175
2023-03-27
make InitMask lazy for fully init/uninit cases
Rémy Rakic
-58
/
+225
2023-03-02
Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk
Matthias Krüger
-17
/
+69
2023-03-01
Format
Rune Tynan
-8
/
+2
2023-02-28
Make zeroed return an Option
Rune Tynan
-13
/
+8
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-20
Minimal changes to make miri work
Rune Tynan
-14
/
+4
2023-02-20
Remove unused lifetime
Rune Tynan
-1
/
+1
2023-02-20
Add mentioned from_raw_bytes constructor
Rune Tynan
-0
/
+17
2023-02-20
Allow non-`Box` allocations in preparation for aligned const allocations for ...
Rune Tynan
-17
/
+73
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-16
/
+16
2023-02-14
interpret: rename Pointer::from_addr → from_addr_invalid
Ralf Jung
-4
/
+6
2023-02-07
miri: fix ICE when running out of address space
Ralf Jung
-1
/
+6
2023-01-25
create and use GlobalAlloc::address_space
Erik Desjardins
-1
/
+12
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-3
/
+3
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-3
/
+0
2022-11-30
Update documentation
Oli Scherer
-1
/
+1
2022-11-28
Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obk
Matthias Krüger
-7
/
+7
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-26
interpret: remove PartialOrd from a bunch of types that do not have or need a...
Ralf Jung
-7
/
+7
2022-11-20
Rollup merge of #104564 - RalfJung:either, r=oli-obk
Matthias Krüger
-8
/
+12
2022-11-18
interpret: use Either over Result when it is not representing an error condition
Ralf Jung
-8
/
+12
2022-11-17
fix a typo
Ralf Jung
-1
/
+1
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-19
/
+8
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-787
/
+962
2022-11-14
assert that we are (de)seiralizing ProvenanceMap correctly
Ralf Jung
-11
/
+11
2022-11-14
Manually implement `Encodable` for ProvenanceMap to avoid serializing an alwa...
Oli Scherer
-1
/
+16
2022-11-10
Use const_error_with_guaranteed more
Michael Goulet
-1
/
+2
2022-11-09
another optimization attempt
Ralf Jung
-66
/
+83
[prev]
[next]