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
Age
Commit message (
Expand
)
Author
Lines
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-12
Rollup merge of #73178 - petrochenkov:explint, r=varkor
Dylan DPC
-2
/
+3
2020-06-11
Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkov
Dylan DPC
-18
/
+29
2020-06-11
Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC
Dylan DPC
-1
/
+1
2020-06-11
Add a suggestion to use unused asm arguments in comments
Amanieu d'Antras
-18
/
+29
2020-06-09
expand: Give reasonable NodeIds to lints associated with macro expansions
Vadim Petrochenkov
-2
/
+3
2020-06-09
Fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-06-08
Don't lose empty `where` clause when pretty-printing
Aaron Hill
-1
/
+5
2020-06-02
Rename the crates in source code
Vadim Petrochenkov
-5
/
+3
2020-06-02
Make things build again
Vadim Petrochenkov
-1
/
+1
2020-05-31
Clarify errors and warnings about the transition to the new asm!
Amanieu d'Antras
-1
/
+4
2020-05-30
Rollup merge of #72637 - euclio:env-hygiene, r=davidtwco
Ralf Jung
-0
/
+1
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-2
/
+8
2020-05-26
expand `env!` with def-site context
Andy Russell
-0
/
+1
2020-05-24
Collect tokens for `ast::Expr`
Aaron Hill
-0
/
+3
2020-05-21
Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis
bors
-70
/
+10
2020-05-19
update `discriminant_value` usage in the compiler
Bastian Kauschke
-70
/
+10
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
-109
/
+540
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-58
/
+57
2020-05-04
fix typo in function name
Andy Russell
-3
/
+3
2020-05-04
Rollup merge of #71773 - tshepang:links, r=davidtwco
Dylan DPC
-2
/
+2
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-1
/
+3
2020-05-01
doc: misc rustdoc things
Tshepang Lekhonkhobe
-2
/
+4
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-19
/
+13
2020-04-18
Move `MapInPlace` to rustc_data_structures
Yuki Okushi
-1
/
+1
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-8
/
+4
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-13
/
+14
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-5
/
+5
2020-03-24
defatalize expand_test_or_bench
Mazdak Farrokhzad
-8
/
+8
2020-03-24
defatalize get_test_runner
Mazdak Farrokhzad
-10
/
+10
[next]