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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-21
Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
bjorn3
-28
/
+27
2020-11-16
update `cg_clif`
Bastian Kauschke
-28
/
+27
2020-11-12
Move some things from codegen_mono_item to trans_fn
bjorn3
-0
/
+4
2020-11-06
Rustfmt
bjorn3
-1
/
+2
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-4
/
+1
2020-11-04
Fix cranelift build
oli
-1
/
+2
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-42
/
+42
2020-10-15
Rustup to rustc 1.49.0-nightly (e160e5cb8 2020-10-14)
bjorn3
-12
/
+12
2020-10-08
Use the new cranelift-module interface
bjorn3
-10
/
+10
2020-09-29
Invoke panic handler instead of trap for assert_* intrinsics
bjorn3
-34
/
+55
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-09-21
Fix debug build
bjorn3
-0
/
+2
2020-09-16
Replace FxHashMap with IndexVec for local_map
bjorn3
-1
/
+1
2020-09-16
Rustfmt
bjorn3
-1
/
+2
2020-09-14
Fix miscompilation in previous commit
bjorn3
-4
/
+7
2020-09-14
Use don't unroll loop in Rvalue::Repeat
bjorn3
-2
/
+21
2020-09-14
Fix typo
bjorn3
-1
/
+1
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-21
/
+25
2020-08-30
Optimize SwitchInt for bools
bjorn3
-7
/
+35
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-83
/
+157
2020-08-25
Avoid temporary stack slot in drop codegen
bjorn3
-1
/
+2
2020-08-23
Rustup to rustc 1.47.0-nightly (663d2f5cd 2020-08-22)
bjorn3
-0
/
+1
2020-08-22
trans_fn: Cleanup code
CohenArthur
-2
/
+2
2020-08-22
trans_fn: Use replace() instead of new() + swap()
CohenArthur
-2
/
+1
2020-08-22
FunctionCx: Swap context.func and empty function correctly
CohenArthur
-15
/
+20
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-36
/
+36
2020-08-22
FunctionCx: Add tcx field for easier access
CohenArthur
-0
/
+1
2020-08-22
FunctionCx: Fix FunctionCx initialization in trans_fn()
CohenArthur
-15
/
+17
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-35
/
+35
2020-08-22
FunctionCx: WIP: Remove more common fields from CodegenCx
CohenArthur
-15
/
+11
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
-46
/
+46
2020-08-22
FunctionCx: WIP: Replace .constants with codegen_cx.constants
CohenArthur
-1
/
+1
2020-08-22
FunctionCx: Replace .module with .codegen_cx.module
CohenArthur
-8
/
+8
2020-08-22
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
CohenArthur
-37
/
+37
2020-08-20
Evaluate all mir.required_consts and report any errors
bjorn3
-0
/
+2
2020-08-15
Emulate the cpuid arch intrinsic
bjorn3
-16
/
+36
2020-07-23
Fix -Zpolymorphize
bjorn3
-4
/
+5
2020-07-23
Fix multiple inline asm blocks in the same function
bjorn3
-0
/
+2
2020-07-17
Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
bjorn3
-3
/
+3
2020-07-14
Update Cranelift
bjorn3
-1
/
+1
2020-07-14
Use `From::from` instead of `as` where possible
bjorn3
-6
/
+6
2020-07-13
No silent truncating of SwitchInt values
bjorn3
-1
/
+1
2020-07-10
Add basic inline asm support for x86_64
bjorn3
-13
/
+16
2020-07-03
Fix core::hint::black_box support
bjorn3
-0
/
+3
2020-06-30
When casting enum to integer sign extend the discriminant if necessary
bjorn3
-6
/
+37
2020-06-27
Don't use a 1-to-1 mapping between mir local and cranelift_frontend variable
bjorn3
-0
/
+1
2020-06-27
Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
bjorn3
-1
/
+1
2020-06-24
Remove leftover of removed hack
bjorn3
-1
/
+1
2020-06-20
Prelude cleanup
bjorn3
-6
/
+6
[next]