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
/
codegen_i128.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-06-19
Promote unchecked_add/sub/mul/shl/shr to mir::BinOp
Scott McMurray
-4
/
+5
2023-04-29
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...
bjorn3
-66
/
+81
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-57
/
+28
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
2023-02-17
Replace `mk_foo` calls with `infer_foo` where possible.
Nicholas Nethercote
-2
/
+2
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-65
/
+51
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-19
/
+70
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-68
/
+17
2021-02-01
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...
bjorn3
-30
/
+32
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-4
/
+4
2020-10-08
Use the new cranelift-module interface
bjorn3
-1
/
+1
2020-09-23
Document almost all modules
bjorn3
-1
/
+1
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-1
/
+1
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-1
/
+1
2020-03-20
Avoid u/i*::{min.max}_value()
bjorn3
-1
/
+1
2019-10-06
More 128bit support
bjorn3
-1
/
+1
2019-10-03
Update cranelift, faerie and target-lexicon
bjorn3
-1
/
+1
2019-09-08
Use upstream cranelift
bjorn3
-1
/
+1
2019-08-31
Format code using 'cargo fmt'
Atul Bhosale
-6
/
+14
2019-08-18
Use anonymous lifetimes where possible
bjorn3
-2
/
+2
2019-08-15
Workaround for missing icmp{,_imm}.i128 legalizations
bjorn3
-33
/
+1
2019-08-14
Refactor num.rs
bjorn3
-13
/
+6
2019-08-14
Calculate sign in trans{,_checked}_int_binop instead of caller
bjorn3
-1
/
+2
2019-08-14
Misc changes
bjorn3
-1
/
+1
2019-07-26
Implement 128bit checked add and sub
bjorn3
-2
/
+14
2019-07-26
Implement 128bit comparison binops
bjorn3
-7
/
+28
2019-07-26
Implement 128bit multiply with overflow
bjorn3
-35
/
+14
2019-07-26
Implement 128bit shl and shr binops
bjorn3
-4
/
+80
2019-07-26
Implement most 128bit binops
bjorn3
-0
/
+107