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
/
src
/
librustc_builtin_macros
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-632
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-06-20
Run `./x.py fmt`
Camelid
-4
/
+1
2020-06-20
Fix duplicate options error
Camelid
-9
/
+12
2020-06-20
Use `p.token` instead of `p.look_ahead()`
Camelid
-1
/
+1
2020-06-20
Add documentation
Camelid
-0
/
+9
2020-06-20
Create a separate, tool-only suggestion for the comma
Camelid
-5
/
+9
2020-06-20
Make suggestion machine-applicable
Camelid
-2
/
+11
2020-06-20
Use `span_suggestion` instead of `span_label`
Camelid
-1
/
+1
2020-06-20
Use bitflags function instead of custom one
Camelid
-7
/
+1
2020-06-20
Get option name from symbol instead of snippet
Camelid
-17
/
+19
2020-06-20
Use `span_label`
Camelid
-1
/
+1
2020-06-20
Make warning an error; use help instead of suggestion; clean up code
Camelid
-46
/
+21
2020-06-20
Warn on duplicate `asm!` options
Camelid
-7
/
+58
2020-06-20
Clean up
Camelid
-3
/
+3
2020-06-20
Use `Vec<Span>` instead of `Option<Vec<Span>>`
Camelid
-13
/
+9
2020-06-20
Allow multiple `asm!` options
Camelid
-16
/
+13
2020-06-15
asm: Allow multiple template strings; interpret them as newline-separated
Josh Triplett
-145
/
+182
2020-06-14
asm: Unify pseudo-keyword parsing using `eat`, rather than a final `expect`
Josh Triplett
-2
/
+3
2020-06-11
Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkov
Dylan DPC
-18
/
+29
2020-06-11
Add a suggestion to use unused asm arguments in comments
Amanieu d'Antras
-18
/
+29
2020-06-09
Fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-06-02
Rename the crates in source code
Vadim Petrochenkov
-2
/
+1
2020-05-31
Clarify errors and warnings about the transition to the new asm!
Amanieu d'Antras
-1
/
+4
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-2
/
+8
2020-05-24
Collect tokens for `ast::Expr`
Aaron Hill
-0
/
+1
2020-05-18
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
Amanieu d'Antras
-20
/
+21
2020-05-18
Implement att_syntax option
Amanieu d'Antras
-2
/
+4
2020-05-18
Apply review feedback
Amanieu d'Antras
-59
/
+66
2020-05-18
Implement asm! in librustc_builtin_macros
Amanieu d'Antras
-0
/
+527
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-300
/
+0
2020-03-01
Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril
Yuki Okushi
-6
/
+6
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-4
/
+4
2020-02-29
parser: `prev_span` -> `prev_token.span`
Vadim Petrochenkov
-6
/
+6
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-4
/
+4
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-2
/
+0
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-10
/
+23
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-1
/
+1
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+289