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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-21
Rustup to rustc 1.50.0-nightly (593fe977a 2020-11-20)
bjorn3
-1
/
+1
2020-11-21
Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
bjorn3
-1
/
+1
2020-11-16
update `cg_clif`
Bastian Kauschke
-1
/
+1
2020-11-13
Rustfmt
bjorn3
-1
/
+1
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-7
/
+5
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-1
/
+1
2020-10-16
Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
bjorn3
-1
/
+1
2020-10-08
Use the new cranelift-module interface
bjorn3
-10
/
+9
2020-09-23
Document almost all modules
bjorn3
-1
/
+1
2020-09-16
Replace FxHashMap with IndexVec for local_map
bjorn3
-2
/
+2
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-3
/
+3
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-21
/
+39
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-12
/
+12
2020-08-22
FunctionCx: Add tcx field for easier access
CohenArthur
-0
/
+1
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-17
/
+17
2020-08-22
FunctionCx: WIP: Remove more common fields from CodegenCx
CohenArthur
-3
/
+0
2020-08-22
FunctionCx: WIP: Fix overzealous sed usage
CohenArthur
-1
/
+1
2020-08-22
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
CohenArthur
-17
/
+17
2020-08-22
FunctionCx: Replace .module with .codegen_cx.module
CohenArthur
-4
/
+4
2020-08-22
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
CohenArthur
-12
/
+12
2020-08-22
FunctionCx: Store reference to CodegenCx instead
CohenArthur
-4
/
+1
2020-07-25
Fix panic
bjorn3
-4
/
+6
2020-07-25
Allow storing SIMD vectors in SSA values
bjorn3
-0
/
+12
2020-07-23
Fix -Zpolymorphize
bjorn3
-1
/
+1
2020-07-23
Fix multiple inline asm blocks in the same function
bjorn3
-0
/
+2
2020-07-14
Use `From::from` instead of `as` where possible
bjorn3
-12
/
+12
2020-07-10
Add basic inline asm support for x86_64
bjorn3
-0
/
+1
2020-07-03
Merge pull request #1057 from spastorino/store-pairs-in-ssa
bjorn3
-0
/
+24
2020-07-03
Store fat pointers in ssa variables
Santiago Pastorino
-0
/
+7
2020-07-02
Store pairs in SSA
Santiago Pastorino
-0
/
+17
2020-07-01
Don't panic on unevaluatable promoted constants
bjorn3
-1
/
+2
2020-06-27
Don't use a 1-to-1 mapping between mir local and cranelift_frontend variable
bjorn3
-4
/
+3
2020-06-24
Don't perform a double substitution in some cases
bjorn3
-6
/
+10
2020-06-20
Prelude cleanup
bjorn3
-10
/
+0
2020-06-20
Use Cranelift legalization for icmp.i128
bjorn3
-45
/
+0
2020-04-25
Call panic lang item on failed TerminatorKind::Assert
bjorn3
-0
/
+31
2020-04-17
Fix saturated_* intrinsics for 128bit ints
bjorn3
-3
/
+28
2020-04-09
Fix rustc::internals lint warnings
bjorn3
-2
/
+2
2020-04-09
Enable the rust_2018_idioms and unused_lifetimes lints and fix all warnings
bjorn3
-2
/
+2
2020-04-03
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
bjorn3
-3
/
+3
2020-03-31
Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
bjorn3
-1
/
+1
2020-03-30
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
bjorn3
-2
/
+2
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-31
/
+31
2020-03-20
Avoid u/i*::{min.max}_value()
bjorn3
-12
/
+12
2020-03-10
Support virtual calls with unsized self argument
bjorn3
-1
/
+3
2020-02-22
Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
bjorn3
-1
/
+4
2020-02-14
Update Cranelift for basic blocks
bjorn3
-5
/
+5
2020-02-07
[OPT] Don't call monomorphize from clif_type
bjorn3
-1
/
+1
2020-02-07
Rustup to rustc 1.43.0-nightly (442ae7f04 2020-02-06)
bjorn3
-0
/
+1
2020-01-14
Reduce visibility
bjorn3
-1
/
+1
[next]