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
Age
Commit message (
Expand
)
Author
Lines
2022-06-07
Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr
bors
-0
/
+1
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-15
/
+10
2022-06-06
Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call
bjorn3
-5
/
+1
2022-06-06
Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls
bjorn3
-1
/
+1
2022-06-06
Rename CodegenUnit::work_product to previous_work_product
bjorn3
-1
/
+1
2022-06-03
Fix unsized field order
Nikolai Vazquez
-1
/
+1
2022-06-03
Make `std::mem::needs_drop` accept `?Sized`
Nikolai Vazquez
-1
/
+8
2022-06-02
add cast kind of from_exposed_addr (int-to-ptr casts)
Ralf Jung
-1
/
+3
2022-06-01
rename PointerAddress → PointerExposeAddress
Ralf Jung
-1
/
+5
2022-05-31
Add a pointer to address cast kind
Tomasz Miąsko
-1
/
+1
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-24
Add flag for stricter checks on uninit/zeroed
5225225
-2
/
+13
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-71
/
+66
2022-05-15
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202...
bjorn3
-425
/
+269
2022-05-11
Rename `unsigned_offset_from` to `sub_ptr`
Scott McMurray
-1
/
+1
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-3
/
+10
2022-04-22
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202...
bjorn3
-142
/
+189
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+2
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-2
/
+2
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-3
/
+3
2022-04-03
Cleanup after some refactoring in rustc_target
Loïc BRANSTETT
-2
/
+6
2022-03-30
Rollup merge of #95461 - nyurik:spelling, r=lcnr
Dylan DPC
-1
/
+1
2022-03-30
Spellchecking compiler code
Yuri Astrakhan
-1
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-20
Don't declare test_variadic_fnptr with two conflicting signatures
bjorn3
-20
/
+0
2022-03-20
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...
bjorn3
-506
/
+453
2022-03-18
Auto merge of #88098 - Amanieu:oom_panic, r=nagisa
bors
-1
/
+16
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-5
/
+5
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-3
/
+9
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-8
/
+13
2022-03-03
Add -Z oom={panic,abort} command-line option
Amanieu d'Antras
-1
/
+16
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-5
/
+5
2022-02-23
Normalize main return type during mono item collection & codegen
Tomasz Miąsko
-1
/
+4
2022-02-23
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...
bjorn3
-808
/
+842
2022-02-22
Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisa
Matthias Krüger
-9
/
+11
2022-02-21
Take CodegenFnAttrs into account when validating asm! register operands
Amanieu d'Antras
-10
/
+6
2022-02-21
On ARM, use relocation_model to detect whether r9 should be reserved
Amanieu d'Antras
-1
/
+7
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-6
/
+5
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-15
/
+21
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-6
/
+6
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-15
/
+15
2022-02-10
Unconditionally update symbols
bjorn3
-2
/
+0
2022-01-22
Use an `indexmap` to avoid sorting `LocalDefId`s
pierwill
-3
/
+3
2022-01-19
remove `is_noop`
lcnr
-1
/
+1
2022-01-17
Pass target_features set instead of has_feature closure
bjorn3
-6
/
+2
2022-01-17
Use Symbol for target features in asm handling
bjorn3
-4
/
+4
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-13
/
+1
[prev]
[next]