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_ssa
/
src
/
mono_item.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-13
Port the `#[linkage]` attribute to the new attribute system
Sasha Pourcelot
-1
/
+2
2025-07-16
use `codegen_instance_attrs` where an instance is (easily) available
Folkert de Vries
-1
/
+1
2025-07-16
add `codegen_instance_attrs` query
Folkert de Vries
-7
/
+2
2025-07-16
fix `-Zsanitizer=kcfi` on `#[naked]` functions
Folkert de Vries
-6
/
+7
2025-05-28
Make predefine methods take &mut self
bjorn3
-2
/
+2
2025-05-28
Remove codegen_unit from MiscCodegenMethods
bjorn3
-24
/
+8
2025-04-14
Share part of the global_asm!() implementation between cg_ssa and cg_clif
bjorn3
-68
/
+3
2025-04-14
Pass &mut self to codegen_global_asm
bjorn3
-2
/
+10
2025-04-14
Pass MonoItemData to MonoItem::define
bjorn3
-4
/
+4
2025-04-14
Move codegen_naked_asm call up into MonoItem::define
bjorn3
-1
/
+11
2025-02-22
Make a fake body to store typeck results for global_asm
Michael Goulet
-6
/
+3
2025-02-22
Make asm a named field
Michael Goulet
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2024-12-10
codegen `#[naked]` functions using `global_asm!`
Folkert
-1
/
+8
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+5
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-18
Fix ICE: `global_asm!()` Don't Panic When Unable to Evaluate Constant
Veera
-17
/
+29
2024-03-12
Check whether a static is mutable instead of passing it down
Oli Scherer
-1
/
+1
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-1
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2022-11-13
Store a LocalDefId in hir::AnonConst.
Camille GILLOT
-6
/
+6
2022-04-15
Add codegen for global_asm! sym operands
Amanieu d'Antras
-1
/
+23
2022-03-29
Make some rustc code conform to strict provenance.
Aria Beingessner
-1
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+1
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-4
/
+32
2021-02-15
Use an ItemId inside mir::GlobalAsm.
Camille GILLOT
-2
/
+2
2020-08-30
ty: remove obsolete printer
David Wood
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+98