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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
macros
Age
Commit message (
Expand
)
Author
Lines
2019-09-13
pprust: Do not print spaces before some tokens
Vadim Petrochenkov
-1
/
+1
2019-09-02
expand: Keep the correct current expansion ID for eager expansions
Vadim Petrochenkov
-0
/
+3
2019-08-10
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"
Vadim Petrochenkov
-1
/
+1
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+157
2019-08-09
Rollup merge of #62672 - lzutao:deprecated-try-macro, r=Centril
Mazdak Farrokhzad
-0
/
+2
2019-08-09
Allow deprecated try macro in test crates
Lzu Tao
-3
/
+2
2019-08-09
Deprecate `try!` macro
BO41
-0
/
+3
2019-08-05
Don't recommend `extern crate` syntax
Kornel
-2
/
+2
2019-08-03
Rollup merge of #62954 - ia0:fix_typo_span, r=Centril
Mazdak Farrokhzad
-22
/
+22
2019-08-01
Add check-pass test for #63102.
Robert Bartlensky
-0
/
+8
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-4
/
+2
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+765
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+2079
2019-07-27
Fix typo in Delimited::open_tt
Julien Cretin
-22
/
+22
2019-07-26
Auto merge of #62086 - petrochenkov:builtout, r=eddyb
bors
-0
/
+28
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-0
/
+28
2019-07-25
Implement slow-path for FirstSets::first
Julien Cretin
-0
/
+93
2019-07-23
Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov
Mark Rousskov
-1
/
+1
2019-07-20
Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov
bors
-14
/
+22
2019-07-19
Implement checks for meta-variables in macros
Julien Cretin
-0
/
+220
2019-07-19
Handle more cases of typos misinterpreted as type ascription
Esteban Küber
-1
/
+1
2019-07-19
Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
bors
-11
/
+7
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-5
/
+5
2019-07-18
resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled
Vadim Petrochenkov
-8
/
+4
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-3
/
+3
2019-07-15
Specific error for positional args after named args in `format!()`
Esteban Küber
-14
/
+22
2019-07-15
pprust: Fix formatting regressions from the previous commits
Vadim Petrochenkov
-1
/
+1
2019-07-15
pprust: Use `print_mac_common` for delimited token groups
Vadim Petrochenkov
-6
/
+6
2019-07-11
pretty-print: Do not lose the `$crate` printing flag in `print_tt`
Vadim Petrochenkov
-0
/
+18
2019-07-11
Add a regression test for #44692
Vadim Petrochenkov
-0
/
+31
2019-07-11
expand: Merge `expand_{bang,attr,derive}_invoc` into a single function
Vadim Petrochenkov
-1
/
+1
2019-07-11
expand: It's always possible to create a dummy AST fragment
Vadim Petrochenkov
-2
/
+0
2019-07-11
resolve: Divide macro path resolution into speculative and error reporting parts
Vadim Petrochenkov
-7
/
+7
2019-07-11
resolve/expand: Catch macro kind mismatches early in resolve
Vadim Petrochenkov
-3
/
+3
2019-07-11
resolve/expand: `resolve_macro_invocation` no longer returns determinate errors
Vadim Petrochenkov
-2
/
+2
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-7
/
+7
2019-07-07
Address review comments + Fix rebase
Vadim Petrochenkov
-1
/
+1
2019-07-07
Support deprecation checking for macros
Vadim Petrochenkov
-3
/
+81
2019-07-07
resolve: Use standard stability diagnostics for macros
Vadim Petrochenkov
-4
/
+4
2019-07-07
resolve: Check stability for local macros as well
Vadim Petrochenkov
-2
/
+10
2019-07-06
`#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]`
Vadim Petrochenkov
-12
/
+12
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-8
/
+8
2019-06-10
syntax: Remove `SyntaxExtension::DeclMacro`
Vadim Petrochenkov
-0
/
+3
2019-06-09
Fix typo in comment.
Mazdak Farrokhzad
-1
/
+1
2019-06-09
Fix inaccurate comments in '?' Kleene operator tests.
Mazdak Farrokhzad
-25
/
+27
2019-06-09
Update tests since ? macro op is supported on 2015.
Mazdak Farrokhzad
-83
/
+148
2019-06-09
Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk
Mazdak Farrokhzad
-2
/
+2
2019-06-08
Introduce `#[rustc_dummy]` attribute and use it in tests
Vadim Petrochenkov
-4
/
+4
2019-06-08
syntax: Keep full `Token`s for `macro_rules` separators
Vadim Petrochenkov
-2
/
+2
2019-05-24
Tweak macro parse errors when reaching EOF during macro call parse
Esteban Küber
-6
/
+6
[next]