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_ast_lowering
/
src
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-17
Stabilize asm_goto
Gary Guo
-13
/
+2
2025-03-11
Update compiletest's `has_asm_support` to match rustc
Josh Stone
-0
/
+1
2025-02-26
Handle asm const similar to inline const
Gary Guo
-1
/
+1
2025-02-22
Make a fake body to store typeck results for global_asm
Michael Goulet
-16
/
+2
2025-01-29
show supported register classes
Folkert de Vries
-2
/
+7
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-28
Auto merge of #133468 - lcnr:uwu4, r=BoxyUwU
bors
-11
/
+8
2024-11-28
ast_lowering: rm separate `def_id_parent`
lcnr
-1
/
+1
2024-11-28
always create `DefId`s when lowering anon-consts
lcnr
-10
/
+7
2024-11-28
Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu
Guillaume Gomez
-1
/
+6
2024-11-25
Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu
Matthias Krüger
-6
/
+26
2024-11-25
Fix clobber_abi in RV32E and RV64E inline assembly
Taiki Endo
-1
/
+6
2024-11-24
Make asm_goto_with_outputs a separate feature gate
Gary Guo
-9
/
+35
2024-11-24
Make s390x non-clobber-only vector register support unstable
Taiki Endo
-6
/
+26
2024-11-10
Stabilize Arm64EC inline assembly
Taiki Endo
-0
/
+1
2024-11-08
Stabilize s390x inline assembly
Taiki Endo
-0
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-22
Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelid
bors
-1
/
+1
2024-09-21
Handle macro calls in anon const def creation take 2
Boxy
-1
/
+1
2024-09-20
Conditionally allow lowering RTN (..) in paths
Michael Goulet
-2
/
+3
2024-09-12
Re-enable `ConstArgKind::Path` lowering by default
Noah Lev
-3
/
+1
2024-09-10
disallow `naked_asm!` outside of `#[naked]` functions
Folkert de Vries
-2
/
+8
2024-08-24
Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot
Matthias Krüger
-1
/
+3
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-3
/
+2
2024-08-19
Retroactively feature gate `ConstArgKind::Path`
Boxy
-1
/
+3
2024-08-13
stabilize `asm_const`
Folkert
-14
/
+3
2024-08-10
rustc_ast_lowering: make asm-related unstability messages translatable
Pavel Grigorenko
-7
/
+14
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+12
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-7
/
+10
2024-07-16
Setup ast_lowering functions for `ConstArg`
Noah Lev
-2
/
+2
2024-07-16
Add `current_def_id_parent` to `LoweringContext`
Noah Lev
-2
/
+2
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-4
/
+23
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-4
/
+23
2024-02-07
No need to take ImplTraitContext by ref
Michael Goulet
-1
/
+1
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-9
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-12
/
+16
2023-12-15
Annotate some more bugs
Michael Goulet
-2
/
+2
2023-12-03
rustc: Harmonize `DefKind` and `DefPathData`
Vadim Petrochenkov
-2
/
+2
2023-12-02
Avoid per-register closure expansions
Mark Rousskov
-58
/
+63
2023-12-02
Auto merge of #117912 - GeorgeWort:master, r=petrochenkov
bors
-6
/
+15
2023-11-28
resolve: Feed the `def_kind` query immediately on `DefId` creation
Vadim Petrochenkov
-0
/
+1
2023-11-28
Name explicit registers in conflict register errors for inline assembly
George Wort
-6
/
+15
2023-08-06
lower impl const to bind to host effect param
Deadbeef
-0
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+4
2023-05-08
asm: Stabilize loongarch64
WANG Rui
-0
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-01
Fill in `def_span` when creating def ids.
Oli Scherer
-1
/
+6
[next]