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_const_eval
/
src
/
interpret
/
validity.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-24
Miri fn ptr check: don't use conservative null check
Ralf Jung
-8
/
+11
2022-02-23
Miri: relax fn ptr check
Ralf Jung
-13
/
+18
2022-02-21
ScalarMaybeUninit is explicitly hexadecimal in its formatting
Ralf Jung
-5
/
+5
2022-02-21
Rollup merge of #94189 - GuillaumeGomez:scalar-lower-hex, r=RalfJung
Matthias Krüger
-1
/
+1
2022-02-21
Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr
Matthias Krüger
-6
/
+3
2022-02-20
Implement LowerHex on Scalar to clean up their display in rustdoc
Guillaume Gomez
-1
/
+1
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-6
/
+3
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+3
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-3
/
+3
2021-12-31
Extend check for UnsafeCell in consts to cover unions
Tomasz Miąsko
-1
/
+8
2021-11-09
miri: Detect uninitialized integers and floats
Noah Lev
-5
/
+3
2021-09-20
Enable 2021 compatibility lints for all in-tree code
Mark Rousskov
-1
/
+1
2021-09-09
Rename `(un)signed` to `(un)signed_int`
Andreas Liljeqvist
-1
/
+1
2021-09-09
Move `unsigned_max` etc into `Size` again
Andreas Liljeqvist
-1
/
+1
2021-09-09
Remove clone
Andreas Liljeqvist
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-2
/
+2
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-15
/
+13
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+965