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
/
src
/
num.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-01
Rename trans to codegen
Muhammad Mominul Huque
-9
/
+9
2020-10-08
Use the new cranelift-module interface
bjorn3
-7
/
+7
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-5
/
+5
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-13
/
+40
2020-06-30
Mask shift amount
bjorn3
-8
/
+16
2020-06-20
Implement checked_mul
bjorn3
-10
/
+36
2020-06-20
Use Cranelift legalization for icmp.i128
bjorn3
-1
/
+1
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-7
/
+7
2020-01-25
Replace unimplemented! with unreachable! when it will never be supported
bjorn3
-1
/
+1
2020-01-15
Reduce the amount of calls to layout_of
bjorn3
-2
/
+3
2019-09-28
Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
bjorn3
-5
/
+5
2019-09-15
Fix trans_ptr_binop for fn()
bjorn3
-2
/
+5
2019-09-14
Fix foreign type handling
bjorn3
-9
/
+3
2019-09-14
Implement shl and shr overflow checks
bjorn3
-4
/
+8
2019-08-31
Format code using 'cargo fmt'
Atul Bhosale
-21
/
+77
2019-08-18
Use anonymous lifetimes where possible
bjorn3
-10
/
+10
2019-08-18
Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
bjorn3
-1
/
+1
2019-08-15
Workaround for missing icmp{,_imm}.i128 legalizations
bjorn3
-3
/
+3
2019-08-14
Cast rhs to lhs type for shl and shr
bjorn3
-2
/
+14
2019-08-14
Refactor num.rs
bjorn3
-238
/
+172
2019-08-14
Calculate sign in trans{,_checked}_int_binop instead of caller
bjorn3
-4
/
+6
2019-08-14
Move trans_*_binop to num.rs
bjorn3
-0
/
+406