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
/
src
/
libsyntax
/
parse
/
parser
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-1964
/
+0
2019-11-07
move syntax::{parse::literal -> util::literal}
Mazdak Farrokhzad
-2
/
+1
2019-11-07
move parse::classify -> util::classify
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-2
/
+2
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-07
Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov
Mazdak Farrokhzad
-10
/
+9
2019-11-07
parser: allow ABIs from literal macro fragments
Mazdak Farrokhzad
-1
/
+5
2019-11-06
revamp pre-expansion gating infra
Mazdak Farrokhzad
-10
/
+9
2019-10-24
pre-expansion gate type_ascription
Mazdak Farrokhzad
-0
/
+1
2019-10-24
pre-expansion gate box_syntax
Mazdak Farrokhzad
-1
/
+3
2019-10-24
pre-expansion gate label_break_value
Mazdak Farrokhzad
-0
/
+4
2019-10-24
pre-expansion gate try_blocks
Mazdak Farrokhzad
-1
/
+3
2019-10-18
Clarify diagnostics when using `~` as a unary op
Yuki Okushi
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-10-16
syntax::parse: don't depend on syntax::ext
Mazdak Farrokhzad
-0
/
+4
2019-10-16
syntax: reduce visibilities
Mazdak Farrokhzad
-4
/
+4
2019-10-16
move diagnostics.rs into parser/
Mazdak Farrokhzad
-1
/
+1
2019-10-15
move parse_lit to expr.rs
Mazdak Farrokhzad
-6
/
+166
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-2
/
+5
2019-10-03
When encountering chained operators use heuristics to recover from bad turbofish
Esteban Küber
-1
/
+3
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-1
/
+0
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-6
/
+6
2019-09-23
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors
-1
/
+1
2019-09-21
Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril
Mazdak Farrokhzad
-0
/
+7
2019-09-17
Remove Handler::cancel
Mark Rousskov
-1
/
+1
2019-09-16
Document `From` trait for `LhsExpr`
Charles Gleason
-0
/
+7
2019-09-11
Stabilize `param_attrs` in Rust 1.39.0
Caio
-1
/
+1
2019-09-09
Resolve attributes in several places
Caio
-1
/
+5
2019-09-07
Apply suggestions from code review
Alexander Regueiro
-5
/
+5
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-72
/
+69
2019-09-07
Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-09-06
Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-1
/
+1
2019-09-05
Bail out when encountering likely missing turbofish in parser
Esteban Küber
-1
/
+1
2019-09-05
or-patterns: syntax: adjust parser removing a hack.
Mazdak Farrokhzad
-5
/
+3
2019-09-03
Move path parsing earlier.
Nicholas Nethercote
-26
/
+30
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-6
/
+6
2019-08-25
parser: gracefully handle `fn foo(A | B: type)`.
Mazdak Farrokhzad
-2
/
+2
2019-08-24
parser: bool -> GateOr.
Mazdak Farrokhzad
-3
/
+4
2019-08-24
parser: `let` stmts & `for` exprs: allow or-patterns.
Mazdak Farrokhzad
-1
/
+1
2019-08-24
parser: `parse_pats` -> `parse_top_pat{_unpack}`.
Mazdak Farrokhzad
-5
/
+7
2019-08-20
Use dedicated type for spans in pre-expansion gating.
Mazdak Farrokhzad
-4
/
+4
2019-08-16
Feature gate 'yield ?' pre-expansion.
Mazdak Farrokhzad
-0
/
+3
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-4
/
+5
2019-08-14
Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkov
Mazdak Farrokhzad
-0
/
+3
2019-08-14
Rollup merge of #63530 - ehuss:typo-statemement, r=centril
Mazdak Farrokhzad
-1
/
+1
2019-08-13
Add NodeId for Arm, Field and FieldPat
Caio
-0
/
+3
2019-08-13
Apply Centril's suggestion
Eric Huss
-1
/
+1
2019-08-13
Fix typo in error message.
Eric Huss
-1
/
+1
[next]