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
/
compiler
/
rustc_codegen_cranelift
/
src
/
abi
Age
Commit message (
Expand
)
Author
Lines
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-6
/
+7
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
2023-12-10
remove redundant imports
surechen
-2
/
+1
2023-11-16
Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...
bjorn3
-0
/
+1
2023-10-24
Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...
bjorn3
-28
/
+18
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-9
/
+7
2023-10-04
Fix misuses of a vs an
cui fliter
-1
/
+1
2023-09-15
fix gcc, cranelift build
Ralf Jung
-8
/
+8
2023-09-15
clarify PassMode::Indirect as well
Ralf Jung
-15
/
+15
2023-08-26
Use `preserve_mostcc` for `extern "rust-cold"`
Scott McMurray
-1
/
+1
2023-08-08
feat: `riscv-interrupt-{m,s}` calling conventions
Seth Pellegrino
-1
/
+3
2023-07-22
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-202...
bjorn3
-4
/
+9
2023-07-15
Auto merge of #112157 - erikdesjardins:align, r=nikic
bors
-8
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-07-10
cg_clif: just ignore all the unused LayoutS fields
Erik Desjardins
-9
/
+1
2023-07-10
repr(align) <= 4 should still be byval
Erik Desjardins
-1
/
+1
2023-07-10
cg_clif: add has_repr_align
Erik Desjardins
-0
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+2
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-6
/
+4
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-04-29
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...
bjorn3
-37
/
+7
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-04-24
Fix `rustc_index` imports outside the compiler
Maybe Waffle
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-2
/
+2
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-43
/
+58
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-3
/
+3
2023-02-09
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202...
bjorn3
-2
/
+2
2023-01-24
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202...
bjorn3
-11
/
+26
2022-12-14
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202...
bjorn3
-15
/
+14
2022-12-11
bug! with a better error message for failing Instance::resolve
Michael Goulet
-4
/
+3
2022-11-17
Use custom entry name in cranelift
Ayush Singh
-10
/
+15
2022-10-23
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...
bjorn3
-2
/
+51
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-27
Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3
bors
-14
/
+21
2022-08-26
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-8
/
+11
2022-08-26
Box `CastTarget` within `PassMode`.
Nicholas Nethercote
-12
/
+16
2022-08-24
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...
bjorn3
-3
/
+3
2022-07-25
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...
bjorn3
-25
/
+37
2022-05-30
Use CallConv::Cold in cranelift for extern "rust-cold"
Scott McMurray
-1
/
+2
2022-05-30
Add support for emitting functions with `coldcc` in LLVM
Scott McMurray
-1
/
+1
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-41
/
+28
2022-05-15
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202...
bjorn3
-11
/
+19
2022-03-20
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...
bjorn3
-2
/
+8
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-2
/
+8
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-2
/
+2
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-1
/
+1
2021-12-20
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...
bjorn3
-9
/
+10
2021-12-01
fix sparc64 ABI for aggregates with floating point members
Petr Sumbera
-1
/
+1
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-2
/
+2
[prev]
[next]