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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-03
Rollup merge of #67807 - lzutao:toilet-closure, r=Centril
Yuki Okushi
-2
/
+2
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-31
parser: bug -> span_bug
Mazdak Farrokhzad
-4
/
+0
2019-12-31
parser::diagnostics: remove fn fatal
Mazdak Farrokhzad
-6
/
+3
2019-12-31
parser: span_fatal -> struct_span_err
Mazdak Farrokhzad
-5
/
+1
2019-12-31
de-fatalize some errors
Mazdak Farrokhzad
-4
/
+0
2019-12-31
parser: call .struct_span_err directly
Mazdak Farrokhzad
-14
/
+12
2019-12-23
extract parse_not_expr
Mazdak Farrokhzad
-7
/
+7
2019-12-22
Format the world
Mark Rousskov
-194
/
+165
2019-12-21
Rollup merge of #67355 - Centril:merge-mut, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-8
/
+7
2019-12-20
refactor parse_incorrect_await_syntax
Mazdak Farrokhzad
-13
/
+23
2019-12-20
implement recovery in check_assoc_op
Mazdak Farrokhzad
-17
/
+1
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-1
/
+1
2019-12-05
rustc_parser: cleanup imports
Mazdak Farrokhzad
-14
/
+11
2019-11-26
Fix spelling typos
Brian Wignall
-2
/
+2
2019-11-25
Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril
bors
-1
/
+1
2019-11-24
Add raw address of expressions to the AST and HIR
Matthew Jasper
-1
/
+1
2019-11-24
Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj
bors
-1
/
+14
2019-11-23
Rework raw ident suggestions
Esteban Küber
-1
/
+14
2019-11-22
Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov
Mazdak Farrokhzad
-20
/
+0
2019-11-14
Clean some error codes diagnostics
Guillaume Gomez
-14
/
+14
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-11
syntactically allow visibility on trait item & enum variant
Mazdak Farrokhzad
-20
/
+0
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+1549