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
2021-10-15
Bless tests
Cameron Steffen
-85
/
+85
2021-10-13
suggestion for typoed crate or module
Takayuki Maeda
-0
/
+5
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-1
/
+1
2021-10-02
resolve: Cache module loading for all foreign modules
Vadim Petrochenkov
-0
/
+23
2021-09-28
Improve help for recursion limit errors
Ross MacArthur
-3
/
+3
2021-09-24
Give better error for `macro_rules! name!`
Nixon Enraght-Moony
-0
/
+24
2021-09-19
Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov
Yuki Okushi
-0
/
+34
2021-09-15
Fix linting when trailing macro expands to a trailing semi
Aaron Hill
-0
/
+34
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+37
2021-09-02
expand: Treat more macro calls as statement macro calls
Vadim Petrochenkov
-0
/
+25
2021-08-28
Update tests
inquisitivecrystal
-1
/
+2
2021-08-23
Improve wording of macro-not-found-but-name-exists note.
Mara Bos
-2
/
+2
2021-08-23
Show what things are, but also what they are not.
Mara Bos
-7
/
+7
2021-08-23
Clarify what attribute and derive macros look like.
Mara Bos
-3
/
+3
2021-08-23
Say what things are, instead of what they are not.
Mara Bos
-28
/
+46
2021-08-23
Silence confusing 'unused import' warnings.
Mara Bos
-39
/
+18
2021-08-23
Update tests.
Mara Bos
-1
/
+6
2021-08-23
Add tests for macro-not-found diagnostics.
Mara Bos
-0
/
+183
2021-08-22
Rollup merge of #88229 - m-ou-se:macro-suggest-right-kind, r=estebank
Guillaume Gomez
-0
/
+48
2021-08-22
Suggest importing the right kind of macro.
Mara Bos
-0
/
+48
2021-08-17
Add needs-asm-support to more tests
Josh Stone
-1
/
+1
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-29
/
+30
2021-08-12
Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev
Guillaume Gomez
-4
/
+4
2021-08-11
Modify structured suggestion output
Esteban Küber
-18
/
+18
2021-08-09
Link to edition guide instead of issues for 2021 lints.
Mara Bos
-4
/
+4
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-3
/
+3
2021-08-02
Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-se
Yuki Okushi
-0
/
+10
2021-07-31
Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov
Yuki Okushi
-3
/
+59
2021-07-27
Update stderr
Aaron Hill
-1
/
+11
2021-07-27
Prohibit `#[default]` in invalid places
Jacob Pratt
-26
/
+94
2021-07-27
Permit deriving default on enums with `#[default]`
Jacob Pratt
-20
/
+156
2021-07-27
Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default
Aaron Hill
-3
/
+49
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-3
/
+5
2021-07-16
fix ui tests
Jane Lusby
-1
/
+1
2021-07-08
Move [debug_]assert_matches to mod {core, std}::assert.
Mara Bos
-0
/
+2
2021-07-06
Add s to non_fmt_panic
Ryan Levick
-7
/
+12
2021-07-06
Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns
Ryan Levick
-4
/
+4
2021-07-05
Add test to prevent regression
Aris Merchant
-0
/
+10
2021-06-30
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+14
2021-06-25
Fix new broken tests
Ryan Levick
-12
/
+12
2021-06-24
Don't lint :pat when re-parsing a macro from another crate.
Mara Bos
-5
/
+23
2021-06-22
Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakis
Yuki Okushi
-12
/
+41
2021-06-21
Do not set depth to 0 in fully_expand_fragment
Deadbeef
-0
/
+30
2021-06-10
Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible lint
hi-rustin
-12
/
+41
2021-06-07
Include macro name in 'local ambiguity' error
Aaron Hill
-2
/
+2
2021-05-29
Use correct edition when parsing `:pat` matchers
Aaron Hill
-0
/
+32
2021-05-15
Remove some unncessary spaces from pretty-printed tokenstream output
Aaron Hill
-7
/
+7
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-5
/
+5
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-54
/
+54
2021-05-12
Update stderr
Aaron Hill
-23
/
+8
[next]