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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
traits
Age
Commit message (
Expand
)
Author
Lines
2023-05-17
Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb
Dylan DPC
-5
/
+3
2023-05-16
Remove `MetadataRef` type alias
Maybe Waffle
-5
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-13
Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot
bors
-1
/
+4
2023-05-07
Use `landingpad filter` to encode aborting landing pad
Gary Guo
-0
/
+1
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-1
/
+4
2023-05-03
Add cross-language LLVM CFI support to the Rust compiler
Ramon de C Valle
-4
/
+11
2023-04-04
Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s
Scott McMurray
-0
/
+11
2023-03-16
Use poison instead of undef
Nikita Popov
-0
/
+1
2023-02-22
various: translation resources from cg backend
David Wood
-0
/
+4
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+1
2022-12-12
Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa
bors
-2
/
+2
2022-12-08
Add LLVM KCFI support to the Rust compiler
Ramon de C Valle
-0
/
+1
2022-12-03
Destruct landing_pad return value before passing it to cg_ssa
bjorn3
-2
/
+2
2022-11-17
Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3
bors
-2
/
+2
2022-11-16
Use `&mut Bx` more.
Nicholas Nethercote
-2
/
+2
2022-11-15
Introduce composite debuginfo.
Camille GILLOT
-0
/
+5
2022-11-06
Add type_array to BaseTypeMethods
Ayush Singh
-0
/
+1
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-1
/
+1
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-4
/
+3
2022-10-02
Remove type argument of array_alloca and rename to byte_array_alloca
bjorn3
-1
/
+1
2022-10-02
Remove dynamic_alloca from BuilderMethods
bjorn3
-1
/
+0
2022-10-01
Merge apply_attrs_callsite into call and invoke
bjorn3
-3
/
+3
2022-10-01
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
bjorn3
-2
/
+0
2022-10-01
Remove several unused methods from MiscMethods
bjorn3
-4
/
+0
2022-10-01
Remove unused Context assoc type from WriteBackendMethods
bjorn3
-1
/
+0
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-06
Remove dead broken code from const zst handling in backends
Oli Scherer
-1
/
+0
2022-08-16
Move the cast_float_to_int fallback code to GCC
Josh Stone
-154
/
+3
2022-07-24
Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa
bors
-5
/
+17
2022-07-23
Add fine-grained LLVM CFI support to the Rust compiler
Ramon de C Valle
-5
/
+17
2022-07-21
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
bors
-1
/
+3
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-13
Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco
Dylan DPC
-1
/
+1
2022-07-11
Keep unstable target features for asm feature checking
Amanieu d'Antras
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+1
2022-06-28
Avoid unnecessary string interning for const_str
bjorn3
-2
/
+1
2022-06-14
Add llvm.type.checked.load intrinsic
flip1995
-0
/
+8
2022-05-11
Only compile #[used] as llvm.compiler.used for ELF targets
Thom Chiovoloni
-1
/
+3
2022-04-30
Merge new_metadata into codegen_allocator
bjorn3
-3
/
+1
2022-04-30
Remove config parameter of optimize_fat and avoid interior mutability for module
bjorn3
-2
/
+1
2022-04-30
Let LtoModuleCodegen::optimize take self by value
bjorn3
-1
/
+1
2022-04-30
Rename run_lto_pass_manager to optimize_fat and remove thin parameter
bjorn3
-6
/
+5
2022-04-15
Add codegen for global_asm! sym operands
Amanieu d'Antras
-5
/
+7
2022-04-02
make memcmp return a value of c_int_width instead of i32
David Morrison
-0
/
+1
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods...
Michael Woerister
-1
/
+1
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-3
/
+3
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-03-02
Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r...
bors
-0
/
+1
2022-03-01
Querify `global_backend_features`
Simonas Kazlauskas
-0
/
+1
[next]