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
/
abi
Age
Commit message (
Expand
)
Author
Lines
2020-11-16
update `cg_clif`
Bastian Kauschke
-6
/
+6
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-39
/
+36
2020-10-08
Use the new cranelift-module interface
bjorn3
-18
/
+18
2020-09-23
Document almost all modules
bjorn3
-0
/
+19
2020-09-23
Also allow returning PassMode::ByValPair directly into an ssa var
bjorn3
-3
/
+3
2020-09-16
Replace FxHashMap with IndexVec for local_map
bjorn3
-27
/
+23
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-10
/
+10
2020-08-28
fmt: Skip fn_sig_for_fn_abi()
CohenArthur
-7
/
+5
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-74
/
+132
2020-08-25
Avoid temporary stack slot in drop codegen
bjorn3
-12
/
+7
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-31
/
+31
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-34
/
+34
2020-08-22
FunctionCx: WIP: Remove more common fields from CodegenCx
CohenArthur
-1
/
+1
2020-08-22
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
CohenArthur
-34
/
+34
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
-31
/
+31
2020-07-25
Use PassMode::ByVal for Abi::Vector
bjorn3
-1
/
+7
2020-07-25
Handle SIMD vectors in CPlace::place_field
bjorn3
-0
/
+1
2020-07-23
Fix -Zpolymorphize
bjorn3
-35
/
+39
2020-07-23
Rustup to rustc 1.47.0-nightly (bbebe7351 2020-07-22)
bjorn3
-2
/
+2
2020-07-19
Use SystemV abi for extern "sysv64" even on Windows
bjorn3
-1
/
+2
2020-07-17
Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
bjorn3
-3
/
+3
2020-07-17
Pass ByRef values at fixed stack offset for extern "C"
bjorn3
-28
/
+33
2020-07-14
Use `From::from` instead of `as` where possible
bjorn3
-1
/
+1
2020-07-09
Handle SysV64 abi
bjorn3
-1
/
+1
2020-07-03
Merge pull request #1057 from spastorino/store-pairs-in-ssa
bjorn3
-1
/
+9
2020-07-02
Store pairs in SSA
Santiago Pastorino
-1
/
+9
2020-07-02
Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
bjorn3
-1
/
+1
2020-06-27
Don't use a 1-to-1 mapping between mir local and cranelift_frontend variable
bjorn3
-3
/
+5
2020-06-27
Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
bjorn3
-2
/
+1
2020-06-24
Remove leftover of removed hack
bjorn3
-10
/
+5
2020-06-20
Warn on unsupported pass modes for extern "C"
bjorn3
-2
/
+23
2020-06-20
Prelude cleanup
bjorn3
-3
/
+3
2020-06-16
Some changes necessary for Windows support
bjorn3
-8
/
+2
2020-05-29
Mark blocks that call cold funs as cold (#1021)
Ömer Sinan Ağacan
-2
/
+11
2020-04-25
Call panic lang item on failed TerminatorKind::Assert
bjorn3
-1
/
+1
2020-04-25
Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
bjorn3
-3
/
+6
2020-04-18
Sync fn_sig_for_fn_abi with upstream for generator resume args
bjorn3
-4
/
+5
2020-04-13
Cleanup codegen_terminator_call a bit
bjorn3
-25
/
+20
2020-04-13
Merge codegen_call_inner into codegen_terminator_call
bjorn3
-26
/
+9
2020-04-13
Don't use codegen_call_inner in codegen_drop
bjorn3
-8
/
+27
2020-04-13
Rustup to rustc 1.44.0-nightly (3712e11a8 2020-04-12)
bjorn3
-1
/
+1
2020-04-11
Remove CPlace::NoPlace
bjorn3
-3
/
+2
2020-04-11
Introduce PointerBase::Dangling
bjorn3
-0
/
+3
2020-04-09
Enable the rust_2018_idioms and unused_lifetimes lints and fix all warnings
bjorn3
-8
/
+12
2020-04-03
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
bjorn3
-6
/
+6
2020-04-02
Take Place by value instead of by reference
bjorn3
-3
/
+2
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
-5
/
+5
2020-03-28
Rustup to rustc 1.44.0-nightly (75208942f 2020-03-27)
bjorn3
-3
/
+3
[next]