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_parse
/
src
/
parser
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-1
/
+1
2021-05-08
Rename `Parser::span_fatal_err` -> `Parser::span_err`
Joshua Nelson
-5
/
+1
2021-04-12
don't bump in check_mistyped_turbofish_with_multiple_type_params
b-naber
-15
/
+17
2021-03-17
Emit more pretty diagnostics for qualified paths
Yuki Okushi
-14
/
+21
2021-03-17
Fix bad diagnostics for anon params with qualified paths
Yuki Okushi
-10
/
+20
2021-03-17
Fix bad diagnostics for anon params with ref
Yuki Okushi
-31
/
+54
2021-02-27
Fix turbofish recovery with multiple generic args
Ömer Sinan Ağacan
-1
/
+1
2021-02-25
fix review
klensy
-1
/
+1
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-15
Simplify pattern grammar by allowing nested leading vert
mark
-1
/
+1
2021-01-31
Improve handling of spans around macro result parse errors
Aaron Hill
-2
/
+2
2021-01-22
improve diagnostics for angle args
b-naber
-5
/
+16
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-12-21
Implemented a compiler diagnostic for move async mistake
Dion Dokter
-0
/
+18
2020-11-18
Permit standalone generic parameters as const generic arguments in macros
varkor
-3
/
+7
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-5
/
+1
2020-10-29
Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr
Yuki Okushi
-4
/
+5
2020-10-28
Adjust turbofish help message for const generics
varkor
-4
/
+5
2020-10-28
Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor
Dylan DPC
-8
/
+0
2020-10-27
Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr...
bors
-4
/
+143
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-4
/
+143
2020-10-25
Rely on regular "expected"/"found" parser error for `fn`
Esteban Küber
-8
/
+0
2020-10-23
Silence unnecessary `await foo?` knock-down error
Esteban Küber
-1
/
+7
2020-10-07
Detect blocks that could be struct expr bodies
Esteban Küber
-2
/
+85
2020-09-15
Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco
bors
-0
/
+46
2020-09-14
Detect turbofish with multiple type params missing leading `::`
Esteban Küber
-0
/
+46
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-2
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+1643