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
/
librustc_parse
/
parser
/
pat.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-1
/
+1
2020-03-26
Throw error when encountering `...` instead of `..` while destructing a pattern
Rakshith Ravi
-0
/
+21
2020-03-21
Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum
Mazdak Farrokhzad
-1
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-20
can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.
Mazdak Farrokhzad
-1
/
+1
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-7
/
+5
2020-03-10
use check_path more
Mazdak Farrokhzad
-1
/
+1
2020-03-09
Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`
Vadim Petrochenkov
-1
/
+1
2020-03-03
Use .next() instead of .nth(0) on iterators.
Matthias Krüger
-1
/
+1
2020-03-01
Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril
Yuki Okushi
-19
/
+18
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-5
/
+7
2020-02-29
parser: `prev_span` -> `prev_token.span`
Vadim Petrochenkov
-19
/
+18
2020-02-29
use .to_string() instead of format!() macro to create strings
Matthias Krüger
-1
/
+1
2020-02-17
parse: recover `mut (x @ y)` as `(mut x @ mut y)`.
Mazdak Farrokhzad
-16
/
+13
2020-02-11
Invert control in struct_lint_level.
jumbatm
-1
/
+1
2020-02-09
Don't parse `mut a @ b` as `mut a @ mut b`
Matthew Jasper
-4
/
+7
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+1
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-12
Fix formatting ellipses at the end of some diagnostics
varkor
-2
/
+2
2020-01-11
Ban `...X` pats, harden tests, and improve diagnostics.
Mazdak Farrokhzad
-3
/
+23
2020-01-10
Introduce `#![feature(half_open_range_patterns)]`.
Mazdak Farrokhzad
-187
/
+132
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-31
parser::pat: remove .fatal calls
Mazdak Farrokhzad
-11
/
+15
2019-12-31
parser: span_fatal -> struct_span_err
Mazdak Farrokhzad
-1
/
+3
2019-12-31
parser: call .struct_span_err directly
Mazdak Farrokhzad
-14
/
+12
2019-12-29
Auto merge of #67112 - Centril:expr-polish, r=estebank
bors
-2
/
+2
2019-12-23
Introduce `#![feature(bindings_after_at)]`.
Mazdak Farrokhzad
-0
/
+1
2019-12-23
extract parse_not_expr
Mazdak Farrokhzad
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-100
/
+101
2019-12-21
Rollup merge of #67355 - Centril:merge-mut, r=oli-obk
Mazdak Farrokhzad
-8
/
+8
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-6
/
+5
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-8
/
+8
2019-12-13
parser: recover on `&'lifetime mut $pat`.
Mazdak Farrokhzad
-6
/
+16
2019-12-05
rustc_parser: cleanup imports
Mazdak Farrokhzad
-2
/
+2
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-3
/
+2
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-3
/
+2
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+1015