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
Age
Commit message (
Expand
)
Author
Lines
2023-09-16
Remove assert that checks type equality
ouz-a
-4
/
+4
2023-09-01
Do not produce fragment for ZST.
Camille GILLOT
-7
/
+12
2023-09-01
Do not forget to pass DWARF fragment information to LLVM.
Camille GILLOT
-2
/
+16
2023-08-18
Fix ELF flag for RISC-V targets without explicit ABI
Gary Guo
-1
/
+1
2023-08-18
Add comment explanining unstable_target_features
Gary Guo
-0
/
+1
2023-08-18
Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc
Gary Guo
-17
/
+20
2023-08-17
Revert "Implement references VarDebugInfo."
Camille GILLOT
-42
/
+12
2023-08-15
Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov
Guillaume Gomez
-17
/
+2
2023-08-14
Upgrade Object and related deps
dirreke
-3
/
+3
2023-08-14
add details for csky-unknown-linux-gnuabiv2 and add docs
Dirreke
-6
/
+42
2023-08-14
add `rustc_codegen_ssa` support for csky and correct some code
Dirreke
-0
/
+21
2023-08-12
Remove unnecessary feature gates
Jacob Pratt
-1
/
+0
2023-08-10
Revert "make MCP510 behavior explicitly opt-in"
Rémy Rakic
-17
/
+2
2023-08-09
rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-24
/
+23
2023-08-09
Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue...
bors
-3
/
+22
2023-08-08
Rollup merge of #114500 - taiki-e:arm-crypto, r=Amanieu
Matthias Krüger
-1
/
+0
2023-08-08
Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-exp...
Matthias Krüger
-9
/
+0
2023-08-07
Review feedback: return empty iff !should_codegen, and use simpler unconditio...
Felix S. Klock II
-12
/
+5
2023-08-06
Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung
Matthias Krüger
-1
/
+1
2023-08-06
cleanup misinformation regarding has_deref
ouz-a
-1
/
+1
2023-08-05
Remove arm crypto target feature
Taiki Endo
-1
/
+0
2023-08-04
Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors
bors
-2
/
+7
2023-08-04
special-case proc-macro crates in rustc_codegen_ssa::back::linker::exported_s...
Felix S. Klock II
-3
/
+29
2023-08-04
Rollup merge of #114427 - Enselic:rustc_codegen_ssa-fixme, r=Nilstrieb
Matthias Krüger
-32
/
+39
2023-08-04
Rollup merge of #114431 - ehuss:ssa-test, r=est31
Matthias Krüger
-3
/
+0
2023-08-03
Enable tests on rustc_codegen_ssa
Eric Huss
-3
/
+0
2023-08-03
Handle non-utf8 rpaths (fix FIXME)
Martin Nordholts
-32
/
+39
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-2
/
+2
2023-08-02
Add separate feature gate for async fn track caller
Bryan Garza
-2
/
+7
2023-08-02
Avoid exporting symbols more than once.
Alex Zepeda
-9
/
+0
2023-08-01
Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3
bors
-169
/
+44
2023-07-31
Rollup merge of #113717 - cuishuang:master, r=Nilstrieb
Matthias Krüger
-1
/
+1
2023-07-31
remove repetitive words
cui fliter
-1
/
+1
2023-07-31
Remove unnecessary semicolon.
Nicholas Nethercote
-1
/
+1
2023-07-31
Clean up `generate_lto_work`.
Nicholas Nethercote
-22
/
+23
2023-07-31
Fix LLVM thread names on Windows.
Nicholas Nethercote
-3
/
+3
2023-07-31
Introduce `running_with_any_token` closure.
Nicholas Nethercote
-7
/
+10
2023-07-31
Use standard Rust capitalization rules for names containing "LTO".
Nicholas Nethercote
-11
/
+11
2023-07-31
Tweak structure of the message loop.
Nicholas Nethercote
-17
/
+20
2023-07-31
Tweak a loop condition.
Nicholas Nethercote
-7
/
+11
2023-07-31
Move `maybe_start_llvm_timer`'s body into `spawn_work`.
Nicholas Nethercote
-26
/
+18
2023-07-31
Remove `CodegenContext::worker`.
Nicholas Nethercote
-24
/
+12
2023-07-31
Remove `ExtraBackendMethods::spawn_thread`.
Nicholas Nethercote
-9
/
+0
2023-07-31
Give the coordinator thread a name.
Nicholas Nethercote
-3
/
+4
2023-07-31
Remove some unused values in `codegen_crate`.
Nicholas Nethercote
-3
/
+0
2023-07-31
Remove an unnecessary `pub`.
Nicholas Nethercote
-1
/
+1
2023-07-31
Rename `MainThreadWorkerState`.
Nicholas Nethercote
-25
/
+25
2023-07-31
Rename things related to the main thread's operations.
Nicholas Nethercote
-30
/
+46
2023-07-31
Add some assertions.
Nicholas Nethercote
-0
/
+4
[next]