summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/asm.rs
AgeCommit message (Expand)AuthorLines
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-0/+1
2024-11-08Stabilize s390x inline assemblyTaiki Endo-0/+1
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-22Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelidbors-1/+1
2024-09-21Handle macro calls in anon const def creation take 2Boxy-1/+1
2024-09-20Conditionally allow lowering RTN (..) in pathsMichael Goulet-2/+3
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-3/+1
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-2/+8
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-1/+3
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-3/+2
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-1/+3
2024-08-13stabilize `asm_const`Folkert-14/+3
2024-08-10rustc_ast_lowering: make asm-related unstability messages translatablePavel Grigorenko-7/+14
2024-07-29Reformat `use` declarations.Nicholas Nethercote-12/+12
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-7/+10
2024-07-16Setup ast_lowering functions for `ConstArg`Noah Lev-2/+2
2024-07-16Add `current_def_id_parent` to `LoweringContext`Noah Lev-2/+2
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-4/+23
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-02-24Add asm label support to AST and HIRGary Guo-4/+23
2024-02-07No need to take ImplTraitContext by refMichael Goulet-1/+1
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-9/+4
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-12/+16
2023-12-15Annotate some more bugsMichael Goulet-2/+2
2023-12-03rustc: Harmonize `DefKind` and `DefPathData`Vadim Petrochenkov-2/+2
2023-12-02Avoid per-register closure expansionsMark Rousskov-58/+63
2023-12-02Auto merge of #117912 - GeorgeWort:master, r=petrochenkovbors-6/+15
2023-11-28resolve: Feed the `def_kind` query immediately on `DefId` creationVadim Petrochenkov-0/+1
2023-11-28Name explicit registers in conflict register errors for inline assemblyGeorge Wort-6/+15
2023-08-06lower impl const to bind to host effect paramDeadbeef-0/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-3/+4
2023-05-08asm: Stabilize loongarch64WANG Rui-0/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+2
2022-12-01Fill in `def_span` when creating def ids.Oli Scherer-1/+6
2022-11-22`rustc_ast_lowering`: remove `ref` patternsMaybe Waffle-17/+15
2022-11-15Make clobber_abis use an FxIndexMapCastilloDel-2/+2
2022-10-17Stabilize asm_symAmanieu d'Antras-10/+0
2022-10-11rustc_hir: Less error-prone methods for accessing `PartialRes` resolutionVadim Petrochenkov-7/+4
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-14Pass ImplTraitContext as &, there's no need for that to be &mutSantiago Pastorino-1/+1
2022-09-06Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow...Santiago Pastorino-1/+1
2022-08-29Use `&'hir Expr` everywhere.Nicholas Nethercote-5/+5
2022-08-22Changes made in response to feedbackJean CASPAR-8/+14
2022-08-22Migrate ast_lowering::ast to SessionDiagnosticJean CASPAR-99/+62
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-2/+1
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-2/+2
2022-07-06Remove `sess` field from LoweringContext.Camille GILLOT-23/+31
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-8/+2