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
/
ty
/
consts
Age
Commit message (
Expand
)
Author
Lines
2020-11-04
Update compiler/rustc_middle/src/ty/consts/int.rs
Oli Scherer
-1
/
+1
2020-11-04
Simplify `assert_bits` impl
oli
-4
/
+3
2020-11-04
Do not raise interp errors from the scalar int module
oli
-18
/
+15
2020-11-04
Add `is_null` helper
oli
-0
/
+5
2020-11-04
Explain why we forward to self-printing during self-printing
oli
-1
/
+2
2020-11-04
catch conversion errors during `ptr_sized_op`
oli
-1
/
+1
2020-11-04
No need for a `zst` constructor method when we can have a constant
oli
-5
/
+0
2020-11-04
Update comment
oli
-3
/
+2
2020-11-04
Unaligned reads are UB in Rust irrelevant on which platform we are
oli
-4
/
+4
2020-11-04
Remove outdated FIXME
oli
-1
/
+0
2020-11-04
Fix cranelift build
oli
-0
/
+14
2020-11-04
Explain the use of blocks around `self.data` accesses
oli
-0
/
+14
2020-11-04
Use packed struct instead of manually packing into an array
oli
-33
/
+34
2020-11-04
Encode `ScalarInt::bytes` as `u128` instead of `[u8; 16]` to see if that caus...
Oliver Scherer
-1
/
+15
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-12
/
+227
2020-08-30
mv compiler to compiler/
mark
-0
/
+250
[prev]