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_builtin_macros
/
src
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-13
remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`
Takayuki Maeda
-1
/
+1
2022-05-03
Make rustc_parse_format compile on stable
bjorn3
-12
/
+27
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-10
/
+10
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-10
/
+12
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-9
/
+6
2022-02-16
Correctly mark the span of captured arguments in `format_args!()`
Chayim Refael Friedman
-2
/
+2
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-9
/
+0
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-9
/
+0
2022-01-10
Update AsmArgs field visibility for rustfmt
Yacin Tmimi
-4
/
+4
2021-12-21
rustc_builtin_macros: make asm mod public for rustfmt
Caleb Cartwright
-2
/
+2
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-16
builtin_macros: allow external consumers for AsmArgs parsing
Caleb Cartwright
-29
/
+43
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-12
Remove automatic rustfix of asm! to llvm_asm!
Amanieu d'Antras
-13
/
+0
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+2
2021-11-10
Add support for specifying multiple clobber_abi in `asm!`
asquared31415
-31
/
+61
2021-11-07
more clippy fixes
Matthias Krüger
-1
/
+1
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-09-11
Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa
Jubilee
-0
/
+12
2021-09-10
Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot
Manish Goregaokar
-1
/
+1
2021-08-31
emit suggestion byte literal is passed to `format!`
ibraheemdev
-1
/
+1
2021-08-24
Move `named_asm_labels` to a HIR lint
asquared31415
-76
/
+14
2021-08-21
Improve error message when _ is used for in/inout asm operands
Amanieu d'Antras
-0
/
+12
2021-08-14
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
bors
-8
/
+101
2021-08-12
Add support for clobber_abi to asm!
Amanieu d'Antras
-7
/
+100
2021-08-12
Fix error message typo for pure asm without outputs
Amanieu d'Antras
-1
/
+1
2021-08-04
Combine spans into one error, deduplicate code
asquared31415
-21
/
+14
2021-08-04
Update error message
asquared31415
-4
/
+4
2021-08-04
Fix lint capitalization and ignoring, test with include_str
asquared31415
-3
/
+3
2021-08-04
Handle leading colons properly
asquared31415
-0
/
+3
2021-08-04
Proper characters in labels, ignore comments
asquared31415
-5
/
+10
2021-08-04
Comment tweaks
asquared31415
-0
/
+1
2021-08-04
Lint against named asm labels
asquared31415
-4
/
+72
2021-07-17
Compute a better `lint_node_id` during expansion
Aaron Hill
-2
/
+2
2021-06-24
Add a "raw" option for asm! which ignores format string specifiers
Amanieu d'Antras
-0
/
+10
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-29
/
+73
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-2
/
+2
2021-03-25
Refactor #82270 as lint instead of an error
Amanieu d'Antras
-65
/
+30
2021-03-08
Move default inline asm dialect to Session
asquared31415
-6
/
+2
2021-02-20
Take into account target default syntax
asquared31415
-48
/
+72
2021-02-18
Emit error when trying to use assembler syntax directives in `asm!`
asquared31415
-1
/
+52
2020-10-06
rustc_parse: Make `Parser::unexpected` public and use it in built-in macros
Vadim Petrochenkov
-2
/
+2
2020-10-06
builtin_macros: Fix use of interpolated identifiers in `asm!`
Vadim Petrochenkov
-16
/
+17
2020-09-28
expand: Stop un-interpolating `NtIdent`s before passing them to built-in macros
Vadim Petrochenkov
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+632