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
/
path.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-28
4 - Make more use of `let_chains`
Caio
-7
/
+7
2022-02-25
Suggest {} around more bad const generic exprs
Michael Goulet
-2
/
+17
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-1
/
+1
2022-01-18
Rollup merge of #91150 - dtolnay:qpath, r=davidtwco
Matthias Krüger
-10
/
+34
2022-01-17
Add term to ExistentialProjection
kadmin
-1
/
+4
2022-01-17
Use Term in ProjectionPredicate
kadmin
-7
/
+5
2022-01-17
Add term
kadmin
-2
/
+4
2022-01-17
add eq constraints on associated constants
kadmin
-20
/
+17
2021-11-25
Reject generic arguments on mod style interpolated path
David Tolnay
-10
/
+24
2021-11-25
Let qpath contain NtTy: <$:ty as $:ty>::rest
David Tolnay
-0
/
+10
2021-11-24
Account for incorrect `impl Foo<const N: ty> {}` syntax
Esteban Küber
-39
/
+49
2021-09-28
Improve error messages for bad type constraints
Michael Howell
-11
/
+20
2021-09-16
feat(rustc_parse): recover from pre-RFC-2000 const generics syntax
Michael Howell
-1
/
+19
2021-06-05
Fix handling of unmatched angle brackets in parser
Fabian Wolff
-37
/
+47
2021-02-27
Fix turbofish recovery with multiple generic args
Ömer Sinan Ağacan
-1
/
+1
2021-01-26
Point only at generic arguments when they are unexpected
Esteban Küber
-1
/
+9
2021-01-22
improve diagnostics for angle args
b-naber
-44
/
+11
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-1
/
+2
2021-01-01
first pass at default values for const generics
Julian Knodt
-11
/
+18
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+3
2020-12-03
Gracefully handle confusing -> with : in function return type
mibac138
-2
/
+2
2020-12-01
Gracefully handle mistyping -> as => in function return type
mibac138
-2
/
+3
2020-11-27
Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov
bors
-26
/
+83
2020-11-25
ast and parser
b-naber
-26
/
+83
2020-11-18
Permit standalone generic parameters as const generic arguments in macros
varkor
-0
/
+8
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-6
/
+8
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-17
/
+33
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-3
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+516