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
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-22
Don't erroneously deny semicolons after closure expr within parentheses in a ...
Michael Goulet
-0
/
+4
2022-10-18
Fix the bug of next_point in span
yukang
-1
/
+1
2022-09-30
Remove expr_parentheses_needed from ParseSess
Michael Goulet
-1
/
+1
2022-09-27
Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)
Xiretza
-2
/
+1
2022-09-27
Don't unnecessarily stringify paths in diagnostics
Xiretza
-9
/
+9
2022-09-27
Migrate even more diagnostics in rustc_parse to diagnostic structs
Xiretza
-20
/
+22
2022-09-27
Migrate more rustc_parse diagnostics to diagnostic structs
Xiretza
-5
/
+5
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-24
/
+22
2022-09-27
Migrate "invalid literal suffix" diagnostic to diagnostic structs
Xiretza
-45
/
+28
2022-09-27
Migrate more diagnostics in rustc_parse to diagnostic structs
Xiretza
-188
/
+139
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-16
use subdiagnostic for logical negation, bitwise not
yukang
-8
/
+11
2022-09-15
more tweak on diagnostic messages
yukang
-0
/
+9
2022-09-07
Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-...
Matthias Krüger
-0
/
+3
2022-09-07
do not suggest a semicolon for a macro without `!`
Takayuki Maeda
-0
/
+3
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-2
/
+3
2022-09-01
Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino
bors
-6
/
+11
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-29
Revert let_chains stabilization
Nilstrieb
-6
/
+22
2022-08-29
Improve `parse_dot_or_call_expr_with`.
Nicholas Nethercote
-6
/
+11
2022-08-25
Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov
Yuki Okushi
-4
/
+0
2022-08-23
Stabilize `#![feature(label_break_value)]`
Joshua Nelson
-4
/
+0
2022-08-22
Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank
Dylan DPC
-282
/
+144
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-14
/
+10
2022-08-21
Migrate diagnostics in parser/expr to SessionDiagnostic
Xiretza
-282
/
+144
2022-08-20
Auto merge of #100564 - nnethercote:box-ast-MacCall, r=spastorino
bors
-2
/
+2
2022-08-17
Box the `MacCall` in various types.
Nicholas Nethercote
-2
/
+2
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-3
/
+3
2022-08-15
Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors
Matthias Krüger
-193
/
+144
2022-08-15
Simplify attribute handling in `parse_bottom_expr`.
Nicholas Nethercote
-186
/
+140
2022-08-15
Streamline `parse_path_start_expr`.
Nicholas Nethercote
-9
/
+6
2022-08-12
Adjust span of closure param
Michael Goulet
-1
/
+1
2022-08-11
Rollup merge of #100351 - compiler-errors:diagnostic-convention, r=fee1-dead
Dylan DPC
-1
/
+1
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-5
/
+7
2022-08-10
Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed
Michael Goulet
-1
/
+1
2022-08-10
suggest a missing semicolon before an array
Takayuki Maeda
-0
/
+42
2022-08-01
Use expr parse restrictions for let expr parsing
Michael Goulet
-39
/
+17
2022-07-29
dont call type ascription 'cast'
Michael Goulet
-6
/
+7
2022-07-25
Remove let-chain close brace check.
Eric Huss
-4
/
+1
2022-07-16
Stabilize `let_chains`
Caio
-23
/
+7
2022-07-14
Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot
Dylan DPC
-26
/
+22
2022-07-13
Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkov
Dylan DPC
-0
/
+18
2022-07-12
Update compiler/rustc_parse/src/parser/expr.rs
Michael Howell
-1
/
+1
2022-07-12
Parse closure binders
Maybe Waffle
-26
/
+22
2022-07-08
Fix last let_chains blocker
Caio
-8
/
+24
2022-07-07
diagnostics: suggest naming a field after failing to parse
Michael Howell
-0
/
+13
2022-07-07
diagnostics: mention the `:` token when struct fields fail to parse
Michael Howell
-0
/
+5
2022-06-25
[rustc_parse] Forbid lets in certain places
Caio
-3
/
+27
2022-06-13
Improve parsing errors and suggestions for bad if statements
Michael Goulet
-40
/
+66
[next]